You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering what your experience with this was. Does this mean Apple will automatically reject an app if it uses both WKWebView and UIWebView? Wondering why you think Apple would take this position
Thanks!!
Edgar
The text was updated successfully, but these errors were encountered:
If your app's Deployment Target includes iOS7 or older versions, iTunes Connect would warn that "It uses Private API" when you submit the app.
I'm not certain whether the validation still works as it used to, though.
Just my 2 cents here. It's possible to submit your App with both UIWebView and WKWebView.
The trick is to dynamically load the WebKit framework at runtime.
Hey,
I'm wondering what your experience with this was. Does this mean Apple will automatically reject an app if it uses both WKWebView and UIWebView? Wondering why you think Apple would take this position
Thanks!!
Edgar
The text was updated successfully, but these errors were encountered: