-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Apple rejecting build due to policy #101
Comments
This library is using SafariServices/AuthenticationServices instead of WebView, for more details check these links:
Check if you are you using WebView component of RN 👍 |
I have just got the same email from apple. We didn't get these emails earlier, and we only display the webview in our app using |
You can say that to Apple and paste the above links, let me know 👍 |
Also, the correct word here is |
To understand more about Safari View Controller => https://developer.apple.com/videos/play/wwdc2015/504/ |
Thanks @jdnichollsc . I will take that up with Apple support. @mptorz Sure, Will let you know if I find any solution. |
did you guys find any solution? |
Yea. We just added this to the podfile
|
I am using this repository for displaying Web view in my application. Everything goes fine but Apple's policy rejecting my build. It gives the following error:
I am getting the following error whenever I am trying to release my app for testing for ios:
I searched through the entire project and didn't find any reference to
UIWebView
.Following are versions of the library that I am using:
Did you guys face the same issue? Or the issue is with something else but not this library?
The text was updated successfully, but these errors were encountered: