Help about Cardboard iOS: UIWebView issue

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.

Any updates for this?

We are still waiting for any response to this issue. Please provide any steps to solve this issue temporarily.

seems like an update to the cardboard plugin has been released

We made a port of the Cardboard SDK in C # for use in Unity Engine. It does not depend on third-party libraries, including the Google SDK. This asset doesn’t use deprecated UIWebView, which helps you publish your apps in AppStore without restrictions Cardboard.NET (VR solution) | Camera | Unity Asset Store