Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Application rating function in android

Tags:

android

I have developed an Android application.I want to add a rating functionality to it.So that user can rate my app in android market(google Play).Can anyone tell me how to do it with rating bar widget?

like image 836
Basim Sherif Avatar asked Sep 07 '26 08:09

Basim Sherif


1 Answers

Not possible to let the user rate an app in the Play store from within your application. You will need to open the app's Play store page and let the user rate it from there.

like image 110
Femi Avatar answered Sep 09 '26 23:09

Femi