I have an application currently in the app store, which I am going to send an update in the near future.
With this update, I want to add code that the application will tell when it first starts application:didFinishLaunchingWithOptions , is this:
- New installation from the app store.
- Updated from previous version.
The application currently has no code to process in the application store.
The application uses the SQLite database, but for reasons that I will not enter, I do not want to use validation for its existence as a solution to this problem.
As a side question, without saving the data manually, is there an SDK that I can use to query when the application was installed on the device? (Preferably compatible with iOS 3.0)
I saw a similar question, but none of the answers apply to working with existing app store code.
ios objective-c migration
Andrew
source share