You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: