-
Notifications
You must be signed in to change notification settings - Fork 118
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
Bluetooth and Exposure Notification should be checked separately #125
Comments
I'm working on this in the cds-sns repo, also working on adding the correct deep-links to the page to enable bluetooth. |
added some notes here cds-snc/covid-alert-app#78 |
Would you be okay with me implementing this with this library? It has functionality to be able to see it bluetooth is enabled and includes a link to the bluetooth settings page. https://github.com/c19354837/react-native-system-setting In a side note, it appears that any functionality is testing whether the bluetooth is enabled for iOS requires an additional detail in the manifest or the app could be banned from the ios store: From here: https://github.com/c19354837/react-native-system-setting/blob/master/iOS.md#ios |
It appears that more functionality is needed in the android status check. Currently it appears that the bluetooth status is not checked currently for android and is only checked for iOS. |
This PR uses an additional library that can get the status of whether bluetooth is enabled and actually allows you to enable it from the app in Android. In iOS it appears that you are actually not able to access the bluetooth settings from an app and will be blocked from the app store if you attempt to do so so this is the fix for that too. |
Hi @ChrisDryden , I was discussing with my team few days ago and we think it makes more sense for user to not care about bluetooth if using exposure notification (EN). That means:
So, it is a bug / feature needed to implement on Android. I will close this issue and open another one. |
Sorry for commenting on a closed issue - pinging @henrytao-me so this gets noticed. Re: EN + Blue Tooth Note: I haven't gotten fully up to speed yet on how the EN api works Scenarios - App that has EN entitlements ========================== ========================== 1) From the APP when a user turns on EN does that enable EN + Bluetooth? When we're saying turn on EN for iOS that is here |
I was playing round with existing app like this https://www.immuni.italia.it/download.html. Look like: On Android:
On iOS: the flow is more complex
cc @gavrix if you know iOS answer. 🙇 |
What
Bluetooth and Exposure Notification should be checked separately in app
Context
About Bluetooth and Exposure Notification:
The text was updated successfully, but these errors were encountered: