-
Notifications
You must be signed in to change notification settings - Fork 373
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
No beacon found on cordova android 9.0.0 #456
Comments
Run the same issue this week, searching for fix |
yeah downgrade to android 8.0.0
…On Wed, May 12, 2021, 15:42 Gleb Mikheev ***@***.***> wrote:
Run the same issue this week, searching for fix
@Biswas123 <https://github.com/biswas123> have some ideas?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#456 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACFQD4HFTO6PLPT3FLVHQZ3TNJGIXANCNFSM44PHRVQQ>
.
|
Cordova android is now 10.0.1, i am wondering is this plugin still maintained? Because it will require API level 30 for apps to be accepted on the play store. |
did you guys find any solution to this? We won't be able to deploy con the play store if not... Is there any other plugin we can use on npm? can we contact the creators of this plugin? |
Hello. Any news ? Is there an other plugin for Beacons on cordova ? |
Did you try adding the additional permissions and declarations to the Android manifest listed here? #467 (comment) |
I was having a similar issue and had to add the FINE_LOCATION permission to config.xml AND request it using cordova-plugin-diagnostic |
Ran the example code, beacons found on cordova android 8.0.0 but not on 9.0.0
The text was updated successfully, but these errors were encountered: