My first app is waiting approval in the store, wish me luck. My question:
I bundle in a collection of presets, logos and URLs, several dozen, to make adding new entries easy. I want to be able to rev this list of presets for all installed users without having to release a new app version to do it. Right now the presets are part of the bundle but it would be the work of minutes to make them into a KV store like NSUserDefaults. I could send this latest list to iCloud and all users of my app could sync to the latest list of presets.
But I've researched and I find nothing about doing this. Revving the app is a very large hammer for a collection of presets and I would like to be able to update the list regularly.
Is there a way to do this? Thanks for all the help I've gotten here.