ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See UIWebView | Apple Developer Documentation for more information.
This is what we get when we upload an ipa to app store connect for apple devices.
And I found out that Cardboard for iOS as pod is the culprit. But pod is installed AFTER the app is compiled to XCode project.
So,
- Is there any solution to this?
- Is it possible, to extract the pod package, and import it into Unity, and let Unity prevent using Pod?
- If there is a solution, will it work on Unity Cloud Build?
We also considered remove cardboard feature but the decision was, there are still many clients who require this.