I need some advice on which path to go down to add some self-update capability to my app.
I've got an app in the App Store that uses a database full of information that needs to be updated periodically. Up until now I have been updating the db only when I push a new version through the store. We need the ability to update the db quicker. I'm getting ready to build in a feature that will allow the application to get an updated db when needed.
My question, can or should the Store Kit framework be used for this sort of thing? I was going to build it myself but would rather not reinvent the wheel. Any ideas what Apple's view on this is? The db delivers no new functionality just updates to keep the dataset current.
Thanks for any advice.