take this with a huge grain of salt... wiser minds may correct me but I think if your app/bundle id is the same, them your app's data should be preserved
every iOS install, regardless of whether or not it is new install or an update to existing app, is a complete overwrite of the existing app package. So from the installers perspective, it does not matter that you are replacing an XCode app with a MT app - it will still behave the same and overwrite the old copy of the app On Wed, Feb 1, 2012 at 7:52 PM, muxdaddy <[email protected]> wrote: > We've decided to rewrite one of our apps completely in Monotouch and > replacing the original version created the standard way in the appstore. > > We store a little data in the documents folder, but can't figure out how to > simulate what our users will do when they update their app... Will the > path > to the documents be the same? meaning, will the application ID be the same > in the path? How can we test this? > > /mobile/Applications/????/Documents/<our stuff/ > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Replacing-an-app-originally-released-from-Xcode-objective-c-tp4350258p4350258.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
