-
Notifications
You must be signed in to change notification settings - Fork 8
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
connectionCallback given to DiscoveredGlasses.connect() is not called #13
Comments
Tried using both from @pierrerougeotf :
|
I've run into the same issue as @pierrerougeotf- the callback is not getting triggered using the latest SDK (4.3.0) |
Hi, Thank you for your interest. In our demo app we don't see this issue : https://github.com/ActiveLook/demo-app/blob/main/ios/example/GlassesTableViewController.swift#L90 If you have sample code, could you share it with us so we could investigate further |
Hi @SylvainRomillon, I tried looking at your demo app, but it looks like with the latest update an SDK token is now required. Where can I get this token from to run the demo app? |
The SDK token is not mandatory to develop an app. It allow developers to update glasses firmware with their own app. You can leave it blank. |
Confirming that after following the implementation example in the demo app, I'm no longer running into this issue |
The console displays
Central Manager did connect to glasses…
but the callback is not triggeredThe text was updated successfully, but these errors were encountered: