-
Notifications
You must be signed in to change notification settings - Fork 37
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 not work on iOS 10.2 #14
Comments
My device is iPhone 7, confirmed does not work with latest BeeTee code. |
Do you need some logs, I can help provide more infos for debug. |
This would be awesome. And maybe some detailed description what you did in which order. |
I used the example code snippet in README,
And start the Demo in
Before I run the code in Xcode, I turn off the bluetooth in Control Center, then Run app in Xcode. When app launches, I pull up the Control Center, the bluetooth indicator is still off. The logs print in console is
While app is running, I turn on the bluetooth in Control Center, app will print the following logs
|
With the code snippet in README,
beeTee.enableBluetooth()
fails to lighten the bluetooth logo in Control Center.But while I toggle the bluetooth manually, I can get the notification like
PowerChanged
andConnectabilityChanged
The text was updated successfully, but these errors were encountered: