-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERR00 is showing on clicking OK button #7
Comments
Hello ! I've tried on Honor 8 with Android 7.0 Regards. |
Hello My device info
Thank you and the problem is noticed in first use only |
Do you notice the same problem on an Emulator ? |
I have the same error! But mine is not in the first run, its happening everytime. I have tried it both on emulator and a real device. "react": "16.8.3", Error message on debug is as follows: Error: denied |
Same here, it's happening every time. I'm running Android Q! "react": "16.8.3", |
same here, it's happening every time running Android 6 "react": "16.8.6", It does work for Android 7+ tough. Does someone has identified any solution yet? Thanks in advance!! |
I am also having this problem, was someone able to find the solution to this? |
I am using "react": "16.8.3", and for that particular version the following play services versions worked perfectly and the error is not showing anymore. implementation 'com.google.android.gms:play-services-base:15.0.1' Just change the version or paste it on the app/build.gradle I also changed the googlePlayServicesVersion & androidMapsUtilsVersion in build.gradle in the android root location to the following buildscript { May be with the new updates the play services api versions may also have changed. |
Same problem here. My root build.gradle file has the following Google Play service version:
My package versions are
Not working on device with Android v10. Works fine on device with Android v8. Debugging revealed that it enters the catch block and returns error code |
Greetings,
First of all thank you for this great react native library,
The issue is when I test this library in Android Physical device,
Always in the first time I will get denied if I select OK!
and after that the library back to normal and works great,
I tested many times and the same result,
error message:
my react info:
Best regards.
The text was updated successfully, but these errors were encountered: