You canโt do anything if the user uninstalls the application from the device and installs the latest version of the application. If your application interacts with your server and stores information about the user who purchased the application, this means that it depends on the functionality of your application. If your application is a social networking application, your application has registration / registration and user registration, which you store on your server, then you can allow free access to your application based on this userโs account ID.
Secondly, if you have any sqlite database inside your application, you can allow free access to your users based on this database. What you can do is change the name of the hat database in your latest version and when your application starts then it can check if the database already exists, if so, it means that this is an old user and you can allow this user free access to your content. Please note that if the user uninstalls the application before installing your latest version, then in this case we canโt do anything and the other case is that
if the user installs his application on another iPad, then in this case we canโt do anything. Now answer your questions: - 1. yes, your application is approved by Apple, regardless of whether you provide the content for free to an old Apple user. 2. We can do nothing if the user uninstalls the application before installing the latest version of the application until your application interacts with your server. Let me know if you have any other questions.
source share