-
Notifications
You must be signed in to change notification settings - Fork 163
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
Polar SDK 5.12.0 on iOS stuck in connecting... when doing connectToDevice #543
Comments
@rkangast @jimmyzumthurm sry for tagging you guys, working on an approaching deadline and release and wonder if you have any feedback on this question? |
@abbjetmus Hi, I suspect something is going wrong with the pairing between your Polar 360 and iOS device. Please see the notice about BLE connectivity in this page -> https://github.com/polarofficial/polar-ble-sdk/blob/master/documentation/products/Polar360.md#ble-functionnality To eliminate that suspicion, could you try to perform factory defaults to your device ? (That could be done by pressing needle button under the wrist band while being connected to charger or use the SDK command for it), remove the pairing on your iOS device and then reconnect to your device and do the pairing again ? |
@jimmyzumthurm I have already done the factory reset from Android device since it works well there. But doesn't help, the lights blinks according to doFirstTimeUse after reset from Android, removed pairing as well in bluetooth settings. My collegues have new sensorns never been connected and get the same issues. Can it be that this sensor Polar 360 has extended permission requirements on iOS? I can't even connect with Polar Flow App. |
Yes you are right, issue was with pairing, and one of my iphone behaved strange. My collegue said it helped removing the sensor from Flow website. Final question regarding the background job thing. |
Hi there, Those two APIs have been deprecated and removed from the SDK and thus cannot be used anymore. |
Platform your question concerns:
Device:
Description:
Hi guys! Thank you for the help on this issue for doFirstTimeUse #542, upgrading to sdk version 5.12.0 fixed that issue. Unfortunetly I have another issue on iOS where I get stuck in connecting... state all the time when doing connectToDevice with Polar 360, works well with Polar Verity Sense. Everything works fine on Android with both Polar 360 and Verity Sense. I don't get any help from logs either. Do you have any suggestions how to fix that, or why that is?
Also another question I have. I feel like connecting to the sensors in general is problematic when doing from bakground jobs, get timeout when connecting and so on. I saw an old issue about this
#82
should one use these function api.backgroundEntered(); and api.foregroundEntered(); for use case jumping back and forth between foreground and background?
The text was updated successfully, but these errors were encountered: