iOS app stuck on "waitingForDevice" - Developer Mode enabled, all requirements met #56
Replies: 2 comments 3 replies
-
|
Hi @thegilbertchan! It's not certain, but I suspect as the app isn't appearing in the "App Connections" in Meta AI, then it is not being successfully registered. When your app registers (and gets added to the connected apps in the MetaAI app), your app should call to MetaAI, the user will confirm they wish to connect, then the MetaAI app will call back to your app with the result. In order for that to work:
You can see the steps covered here in more detail: https://wearables.developer.meta.com/docs/build-overview#integration-lifecycle, and for iOS here: https://wearables.developer.meta.com/docs/build-integration-ios Hope that helps! I'd also suggest you get our CameraAccess sample working first, and that will let you can see the correct flow and steps, and see what you're application isn't doing in comparison. |
Beta Was this translation helpful? Give feedback.
-
|
Hi. can you confirm if you got the sample app from meta working? If yes this is my suggestion. Use an ide like cursor and import your project and the sample meta project into the workspace. From there tell opus 4.5 in agent mode that you have a sample working project and to get your working. The AI agent will fix it for you. That is how I got my project working. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Summary
My iOS app is stuck on
waitingForDevicestate when trying to connect to Ray-Ban Meta glasses, even though all documented requirements are met. The Mock Device Kit works perfectly, but real glasses are never detected.Environment
Setup Completed
Gil-Chan.Meta-CompanionCode
Using
StreamSessionwithAutoDeviceSelector:Logs
What I've Tried
Questions
api2.ar.meta.comtimeout suggests authentication issues - is there a way to debug this?Any guidance would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions