Open acegreen opened 9 years ago
The second rating button is needed because the rating you add here doesn't go to App Store till the user manually adds it there. All you are trying to do is see if the user plans to rate your app 5 stars or less and filter out the bad ones. If you took the user to App Store as soon as they rated 4/5 star then they will be confused as to why they are sitting at the app store user review page when they had already reviewed. (in their minds)
Its not this controls fault but Apple's fault of not allowing us developers to post user rates / reviews directly from our apps.
@sambudda is there any way to skip the second alert?
First off thanks for your contribution. Just implemented SARate into my app and it works great.
I was wondering why we need that second alert after you have tapped the stars and touched the Rate button. It should take you directly to the app store. Putting that second alert is also another chance for the user to reverse his decision and get confused by what the message is saying.
Also when does the evenCount reset?