How to check the first date an app is installed?
问题 I have a paid app and want to offer it as free for a few days in the Store. But only for those who installed it during these special days I want to show ads. How can I check if a user installed the app in a specific time range? I thought of these solutions: I could have a sign in previous packages and check it in this package. if it was not available this was the first install. I could save the date after installation since the first time. But these won't work now. Thanks. 回答1: You can get