AppAuth-iOS
AppAuth-iOS copied to clipboard
visionOS
Describe the bug AppAuth-iOS is not able to compile on a visionOS project. Error: 'openURL:' is unavailable: not available on xrOS. OIDExternalUsaerAgentOSCustomBrowser.m Line 148 & 156
To Reproduce Steps to reproduce the behavior:
- Create new VisionOS project
- Add AppAuth-iOS as dependency
- compile
- See error
Expected behavior Successfull compilation
Environment
- Device: visionPro
- OS: visionOS 1.0
Also SFSafariViewControllerDelegate is not available for visionOS
Is it possible to add the visionOS platform to podspec?
I have made a pull request for visionOS, you could check https://github.com/openid/AppAuth-iOS/pull/821, or use my repo https://github.com/frogcjn/AppAuth-iOS. The visionOS version use UIWindow instead of use UIViewController as an authentication presentation anchor.
Hello, any news ?
Hello, sorry to spam but any news to visionOS support ? @frogcjn already made a PR #821 but no reviews.