Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot coexist with UIWebView on iOS 7 and below #2

Open
edgarchu opened this issue Jan 28, 2015 · 4 comments
Open

Cannot coexist with UIWebView on iOS 7 and below #2

edgarchu opened this issue Jan 28, 2015 · 4 comments

Comments

@edgarchu
Copy link

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

@ShingoFukuyama
Copy link
Owner

Hi,

Take a look at the issue #1

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.

@edgarchu
Copy link
Author

Thanks for the response!

@DiAvisoo
Copy link

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.

This post explains it: http://stackoverflow.com/questions/25897123/including-webkit-framework-for-ios8-fails-validation

@ShingoFukuyama
Copy link
Owner

@Avisoo Thank you for the link.
I also found ways (Japanese sites):
http://techblog.yahoo.co.jp/ios/let-uiwebview-as-wkwebview/
http://qiita.com/tototti/items/e5b33293da388d43e2b7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants