ios - Detect if app was fresh installed or updated -
i need way detect if user install app fresh, or after update.
catch here version 1 of app on app store, cant rely on user default flag.
i'm working on version 2, , want detect on app launch, if version 1 installed or not.
ideas?
if didn't make provisions (app defaults etc), there no other standard/default way of knowing if previous version installed .
however, can still find way detect if previous version installed based on whether in previous version
- created folder/file in app documents/cache directory or
- created sqlite db or
- sent uuid a server or
- any other code/feature can checked 'if exists' code on app launch
if can't.. there no other way.
Comments
Post a Comment