-
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
Does this plugin support android 9 and greater ? #464
Comments
I'm pretty sure by now that it probably doesn't, cause I've test it on different devices, worked on: But nothing on Android 10 and 11... |
It does work on Android 10 and 11 when using earlier versions of Cordova
Android. Try 9.1 or below.
…On Tue, Sep 28, 2021 at 5:02 AM jlovera3 ***@***.***> wrote:
I'm pretty sure by now that it probably doesn't, cause I've test it on
different devices, worked on:
Android 8.0
Android 9.0
iOS 14.5
But nothing on Android 10 and 11...
Will there be any way of modifying the plugin myself to make it work? I
really need it by the end of this week...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#464 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3FBIEYOW7L2HKX2A4EXDUEGVFRANCNFSM476OJ6CA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
well @noahbaron is right, actually doesn't work in Android 9.1 for me but it does in lower versions. The problem isn't solved with that solution anyway, cause Google Play request an API 29 or greater to upload apps to the Play Store since last August. |
I just checked what version I had it running on and it appears to work fine
with Cordova Android 10.0. Make sure to manually add:
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
to the *AndroidManifest.xml *One of the new features of SDK 29 is a
new permission needed for scanning Bluetooth beacons.
…On Wed, Sep 29, 2021 at 3:35 AM jlovera3 ***@***.***> wrote:
well @noahbaron <https://github.com/noahbaron> is right, actually doesn't
work in Android 9.1 for me but it does in lower versions. The problem isn't
solved with that solution anyway, cause Google Play request an API 29 or
greater to upload apps to the Play Store since last August.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#464 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3FBKSX6FZPYOCXHQTJNDUELTXJANCNFSM476OJ6CA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I was able to get it working on Android 12. You will need to make a fork of this plugin and update the version of Android Beacon library that this Cordova plugin uses from 2.16 to 2.19. |
@noahbaron |
The file is “AndroidManifest.html”
…On Fri, Nov 11, 2022 at 5:41 AM Juan Fernandez Sosa < ***@***.***> wrote:
hey can you explain more about that solution? which files should i
modified?
—
Reply to this email directly, view it on GitHub
<#464 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3FBJTUXKEXARLQNGXA33WHZEJ3ANCNFSM476OJ6CA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Does this plugin support android 9 and greater ?
The text was updated successfully, but these errors were encountered: