Reputation: 888
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:
followed theses steps provided in the ReadMe:
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!
Upvotes: 2
Views: 2340
Reputation: 485
We had a similar problem when first implementing Appirater. The solution, while obvious when it dawned on us, was strangely not addressed in any of the answers we came across, so this is just to help those who have similar difficulties.
Appirater will not show any messages if you are not connected to a network, or if it cannot reach the app store for any reason - even in debug mode. Again it makes total sense - except that maybe debug mode should tell you that you're not connected, or that it cannot reach the app store, but still...
Upvotes: 6
Reputation: 888
I have no idea why, but after doing a software update to my iPhone, cleaning the project MANUALLY, it worked again!
Upvotes: 4