sajwan
sajwan

Reputation: 333

Add comments or stars to my app in iTunes

I want to show an alert in my app so that user can either make comments or give stars to the app on iTunes.

Is it possible. ?

Upvotes: 2

Views: 173

Answers (1)

marzapower
marzapower

Reputation: 5611

You should try the Appirater plugin for you application. This gives you the possibility to:

  1. Show a popup to rate your app after a predetermined number of sessions
  2. Create a button or link to send the user to the App Store page to rate the app.

Integrating the plugin is really easy, and fully documented on the GitHub website.

Let me know if this helps!

P.S. I made a localized version of the plugin through this pull request

Upvotes: 3

Related Questions