I want my app to ask the user to rate/write review in the app store, thats why I tried to implement Appirater from Arash Payan. But it simply doesn't work - no warning is shown, doesn't matter how often I try.
What I did:
- downloaded Appirater from https://github.com/arashpayan/appirater/
followed theses steps provided in the ReadMe:
- Add the Appirater code into your project
- Add the CFNetwork and SystemConfiguration frameworks to your project
- Call [Appirater appLaunched:YES] at the end of your app delegate's application:didFinishLaunchingWithOptions: method.
- Call [Appirater appEnteredForeground:YES] in your app delegate's applicationWillEnterForeground: method.
- (OPTIONAL) Call [Appirater userDidSignificantEvent:YES] when the user does something 'significant' in the app.
- Finally, set the APPIRATER_APP_ID in Appirater.h to your Apple provided software id.
I also changed the alert message, because my language is not english. I changed the times of use to 5 times...
What did I do wrong/how can I fix it? Thanks a lot!