What I am looking for is a way to update a databse table in an already existing app.
I have an app I released several years ago and I need to update the information in a database that is on the user device.
The actual app itself does not need any updates.
Well, it does not write to the database. I guess for future updates I will need to retool the app to allow database writes. That way I won't have to do a whole version update just for databse updates..