Reputation: 1
i am trying to understand the required code to rate my app. i have my rate me button ( not apple's menu) which i need it to take the user to my app in the itunes store .
i have seen this :
http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=000000000
and that i have to put my app id instead the 0000.. BUT the app id - i can get only after my app is in the store !
so , how would i insert the right url to my app to rate it before release ?
thanks .
Upvotes: 3
Views: 2073
Reputation: 11595
You could use the Appirater library found here. It is under the MIT/X11 license, which means you can use it in commercial apps. Here's a description of it from the Github page:
Appirater is a class that you can drop into any iPhone app (iOS 4.0 or later) that will help remind your users to review your app on the App Store.
Hope this helps!
Upvotes: 3