Skip to content
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

Android app not work when set targetSdkVersion 23 #11

Open
wjhtinger opened this issue Jun 22, 2017 · 4 comments
Open

Android app not work when set targetSdkVersion 23 #11

wjhtinger opened this issue Jun 22, 2017 · 4 comments

Comments

@wjhtinger
Copy link

Just the Bluetooth lib not work rightly, cant scan successful.

@bubblepipe
Copy link

it also does not work when targetSdkVersion = 25

@yurik94
Copy link

yurik94 commented Sep 3, 2017

You have to add this permission to the manifest:

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>

@yurik94
Copy link

yurik94 commented Sep 3, 2017

Working pretty smoothly
image

remember also to switch on the location permission or implement an enable request on app startup (Marshmellow) 😃

@pseres
Copy link

pseres commented Jun 1, 2019

This pull request resolved the scanning issue for me:
#20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants