MinaSamir11 / react-native-in-app-review

The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
MIT License
665 stars 61 forks source link

GOOGLE_SERVICES_NOT_AVAILABLE error happening on iOS devices #184

Open james-ovens-eurostar opened 2 weeks ago

james-ovens-eurostar commented 2 weeks ago

We have implemented this use of this library and its working in production on both iOS and Android devices.

We use Sentry to capture any exception when using this library. And interesting error we've seen quite frequently is:

GOOGLE_SERVICES_NOT_AVAILABLE

But the interesting part is its happening very frequently on iOS devices in production. Currently about 64% of the errors are coming from iOS 17.6.1 and 17.5.1

Why would it try to access google services from iOS?