Hi, I have an iOS app minimum iOS target 15.0 and trying to make compatible for visionPro. I have single target and using more then 10 third party frameoworks in iOS app like (facebook,googlesignin,and few others) which doesn't support visionOS till yet.
My question is how I can strip out all those 3rd party libraries which are not compatible for visionOS but included/imported for iOS? Currently, if I strip out libraries and put conditional checks in swift files based on target, it would create a mess in whole app.
Should I create separate target/project for visionOS and develop app without using those unsupported libraries? Will apple allow me to upload separate apps for iOS & visionPro. This approach would have alot of duplication in code and very difficult to scale.
Any thoughts, best approach to handle this use-case please.
Regards,
Yasir
Post
Replies
Boosts
Views
Activity
I have an app that is now compatible to run on Vision OS iPad Mode, I want to show an immersive view 360 Video playing as background of that app
This app was already built for iOS platform & now is compatible to run on Vision OS
and I want to change background view for Vision OS platform without creating separate target for Vision OS.
Regards,
Yasir Khan
I am trying to implement a feature to play video in full immersive space but unable to achieve desired results. When I run app in full immersive space, it shows video in center of screen/window. See screenshot below.
Can you please guide/refer me how to implement a behaviour to play video in full immersive space, just like below image
Regards,
Yasir Khan