-
Notifications
You must be signed in to change notification settings - Fork 501
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
App crashes on Android 12 or after! #200
Comments
try to add ACCESS_FINE_LOCATION |
added that, didn't work:) |
Try this
|
Having the same Issue here. When the permissions page pop up and they are granted, the app crashes. However, when the permissions are denied, everything's fine. Tested with the current manifest:
|
Bump. Any update on this issue? This is quite critical issue, as it is drawing plugin unusable on Android 12+. |
Problem summary
When we add the Bluetooth connectivity to the app and visit the screen that contains the connection, the app crashes if the android mobile has Android 12 or after. The connection works fine for Android 11 or before.
There might be some permissions problem, but I've tried adding every Bluetooth permission, and it still doesn't work.
The text was updated successfully, but these errors were encountered: