On 07.03.2013 at 14:27 Uhr +0100 Graham Samuel apparently wrote:
I can of course ask the user to go through some process (like clicking a button) to complete the update, but it would be far preferable for the app to do this aspect of the update automatically without user intervention. This would imply that my app knows that its just been updated and can therefore run a once-only routine of some kind. I can think of a number of techniques for doing this, but I wondered if there is an approved one, or indeed whether the App Store's update service actually allows the app to run in some special update mode by executing additional code etc. Of course I may have fundamentally misunderstood what the App Store does.

what about if your app checks the version of the stored stack when it launches and updates it as needed if it detects an older version? yes, it has to do it at each launch but this eliminates the issues you mention wth different update modes.

robert

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to