dpa99c / cordova-launch-review

Cordova/Phonegap plugin for iOS and Android to assist in leaving user reviews/ratings in the App Stores
71 stars 26 forks source link

Though i get the msg succesfully launched store app. i get this display #7

Closed sankari123 closed 6 years ago

sankari123 commented 6 years ago

screenshot_2017-09-25-13-03-50 1

dpa99c commented 6 years ago

Check the package name is correct and publicly visible on the Play Store.

You can test using "com.google.android.apps.maps" as in the example project, i.e.

LaunchReview.launch("com.google.android.apps.maps");
dpa99c commented 6 years ago

Closed due to no response from OP