For those creating iPhone apps, you may have come across an app or two that has a button asking you to rate the app. For example, in Doodle Jump, at the bottom they often have a link that recommends that the user give Doodle Jump a rating if they like the game.
When you click the button, it takes you directly to the Appstore App, and not only that, but straight to the review page where the big ‘Write a Review’ button is the first thing they see! I haven’t done any testing yet (the next version of my game, which will be built with Corona, will include this feature).
In the meantime, here’s how to put it in your app:
Make a button and use this function:
system.openURL( “itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=XXXXXXXXXXXX” )
Just replace the XXXXXXXXXXXX at the end with your iTunes App ID and that’s it! I tested it on my device and it works perfectly
Alright well just thought I’d share that with everyone. I’ll report back after my next update is out to let anyone know if it actually boosted my app review count. [import]uid: 7849 topic_id: 1646 reply_id: 301646[/import]