react-native-app-review icon indicating copy to clipboard operation
react-native-app-review copied to clipboard

Android not showing the pop up, iOS Submit btn disabled

Open Aung-Myint-Thein opened this issue 4 years ago • 1 comments

Hello,

I tried the library :D

iOS Submit btn is disabled in both simulator and device. Android doesn't show anything. Maybe my device is old.

Saw this on Flipper Failed to connect to Google API client: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null} but not sure if the error msg is from this.

Aung-Myint-Thein avatar Aug 10 '20 07:08 Aung-Myint-Thein

Hi @Aung-Myint-Thein!

For Android unfortunately the API only works if the app is deployed on the Play Store, there is currently no way to see the UI locally. https://developer.android.com/guide/playcore/in-app-review/test#internal-test-track

Same with iOS the submit button is disabled on apps not distributed. https://stackoverflow.com/questions/45057452/why-the-skstorereviewcontroller-does-not-let-me-submit-a-review

I'll take this as a task to add a section in the README about the DX.

safaiyeh avatar Aug 10 '20 07:08 safaiyeh