1

I know how to open the google play store to rate my app, but I was wondering if its possible to let the user write their review/rate my app from a popup within my app. Then using some kind of intent to send the information to the google play store. Essentially making it easier for a user to rate the app.

See an example of the pop up below.

example

enyciaa
  • 1,982
  • 1
  • 14
  • 24

2 Answers2

3

You cannot do this programmatically. Developers could take advantage of every user downloading there app and rating it automatically

timr
  • 6,668
  • 7
  • 47
  • 79
1

Sending user ratings direct to Google Play is not possible as of now. The above snapshot can be used to check user reviews and track their feedback to your own server.

Though you can g+ direct from the app.

Jitender Dev
  • 6,907
  • 2
  • 24
  • 35