-
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
Problems with Polar 360 onboarding! #550
Comments
Hey. @abbjetmus, we have had similar issues with the pairing flow. On iOS we are handling these by looking for the following errors. We now look out for the Missing FTU usually causes the Additionally to handle cases where the Device is factory reset, we check here and here for the CoreBluetooth errors |
Thanks for the response @vedantgurav, will check your suggestions. Looking forward for a response from Polar as well? |
FLOW-62499 |
Hello from Polar! We will add a "isFtuDone" kind of method to check for the state of FTU. Hope that helps in this issue. |
That would be nice also if there was a way to know if the sensor already has a pairing and to which device would be helpful. |
Hi, Unfortunately that cannot be done. Once Polar 360 has been paired to a device it will no longer pair to any another device that would possible allow checking the existing pairing data. |
@rkangast we are on boarding new users next week is it possible to get a patch this week with isFtuDone? |
@abbjetmus This should be doable. I will start implementing and hopefully we get the new api through our process by the end of this week. |
Hello @abbjetmus, isFtuDone method will be released today in the next SDK release (5.14.0). |
Thank you @rkangast, you have the best support! |
@rkangast @jimmyzumthurm version 5.14.0 build didn't complete in you CD. I can't access it could you guys rebuild or fix the deployment?
-> PolarBleSdk (5.13.0)
|
Hello @abbjetmus, Deployment of version 5.14.0 has been now fixed. Sorry for the inconvenience! |
@rkangast I don't think it's fixed still get latest as 5.13.0? |
@abbjetmus Latest is 5.14.0 and should be found with CocoaPods, see https://github.com/CocoaPods/Specs/tree/master/Specs/1/d/4/PolarBleSdk/5.14.0 |
Platform your question concerns:
Device:
Description:
Hi Guys!
We are trying to provide a seamless onboarding for our customers using Polar 360, but unfortunetly the new flow on Polar 360 with FTU are troublesome.
Polar 360 allows us to be connected to the sensor - status = connected without having completed PAIRING or FTU, but we cannot start measuring before doing those two things.
We also don't know if they succeeded because we can't ask the sensor about if FTU is done or if PAIRING is done. Our customers have problem with this since we want to start measuring directly. But they end up with one of these steps failing and our app don't know about it.
If they have succeeded with both and do a factory reset later I have a variable in shared preferences indicating if FTU is done which will not be valid anymore.
Can we ask the sensor if PAIRING is done or FTU is done?
It would have been nice if one could decide to skip FTU completely.
With Polar Verity Sense these issues was not present since it had an easier onboarding.
The text was updated successfully, but these errors were encountered: