-
Notifications
You must be signed in to change notification settings - Fork 12
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 permissions? #1
Comments
Hi @jeffallen thanks for reaching out. The ACCESS_FINE_LOCATION is when you need GPS data? In our case it's not necessary, I believe that people having issues is because their BLE may be limited. The APP will work on background (Android only) but only for iOS 13.5 beta also allows background scanning, let's wait for that. I think it's a great start having VICE to talk about that, and now people (like you) will come to help us and contribute. This is a social thing we are all part and responsible. Cheers |
"In order to use Bluetooth features in your application, you must declare two permissions. The first of these is BLUETOOTH. You need this permission to perform any Bluetooth communication, such as requesting a connection, accepting a connection, and transferring data. https://developer.android.com/guide/topics/connectivity/bluetooth#Permissions |
As far we tested with multiple android devices this was never an issue. Feel free to create PR's if you spot anything else that we're missing. Thanks @jeffallen |
If you read futher down, you should have saw this part:
Apache Cordova doesn't support API 29 yet, so this app is fine with ACCESS_COURSE_LOCATION. |
Hello. I got interested in this app because Vice says it doesn't work:
https://www.vice.com/en_us/article/g5xz37/united-nations-coronavirus-app-1point5-doesnt-work
I noticed that it probably uses the wrong location permission:
See randdusing/cordova-plugin-bluetoothle#579
In general, the app should be more clear about the limitations of BlueTooth LE, that vendors do not allow apps to scan in the background, that your app does not seem to have a background service that continues running when the app is not in the foreground, etc.
This is an ok idea, but getting a reputation fo "doesn't even work" is not going to be helpful to the app's launch.
The text was updated successfully, but these errors were encountered: