react-native-app-review
react-native-app-review copied to clipboard
Android not showing the pop up, iOS Submit btn disabled
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.
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.