I need to show a popup every 3rd time my app has lunached.
I am using Appirater also for rating my app.Will it be ok if i append code in that to get my task done?
or is there any other way to acknowledge launching of my app every 3rd time?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here you can store in NSUserDefault for the App launch count and can show the alert every third time app launching.
Let me know if you need any more help.