My reports
Submit feedback
Async Awaiting Issue with Platform SDK v203
Investigation titles and descriptions are summarized by AI from Meta based on reports submitted by developers
Investigating
Issue
1 report
Created 2 days ago
0
Add your report
Subscribe
Suggest an edit
Copy link
Category
Platform Services > Other
Investigation summary
The Platform SDK v203 has an issue with asynchronous methods like Core.AsyncInitialize() and DeviceApplicationIntegrity.GetIntegrityToken(nonce) where awaiting callers using C#'s await syntax are intermittently not resumed, despite the platform initialization completing successfully. The Request<T>.OnComplete() callback mechanism works as expected, but the await syntax does not return. This issue was observed on Quest 3 running Horizon OS v2.5 PTC with Unity 6000.4.10 and can be resolved with a workaround using AwaitableCompletionSource to bridge the callback to an awaitable.
Still need help?
Tell us what you need support with and we'll find the best solution for you.
Get support
Get answers from the community
If you're having trouble, find answers to your questions from Meta Quest users around the world.
Go to community forum