-
Notifications
You must be signed in to change notification settings - Fork 80
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
UIWebView warning #18
Comments
@touren Can you please help to fix this problem. I think just needed to adjust documentation. |
You can edit the source code of Twitter and remove the code related to uiwebview. In fact, the source author has replaced uiwebview with wkwebview, but the word uiwebview may remain, causing apple to warn. |
you can try my this twitter sdk, no UIWebView https://github.com/xzwgithub/ios_twitterSdk_NO_UIWebView |
Thanks to all it's working
…On Fri, May 8, 2020 at 3:35 PM xzwgithub ***@***.***> wrote:
One line summary of the issue here.
Expected behavior
No UIWebView in code
Actual behavior
./Pods/TwitterKit5/iOS/TwitterKit.framework/Headers/TWTRTweet.h: * Suitable for loading in a `UIWebView`, `WKWebView` or passing to Safari:
Steps to reproduce the behavior
1.pod 'TwitterKit5'
2.run pod install
3.submit ipa to apple and get warning email
you can try my this twitter sdk, no UIWebView
https://github.com/xzwgithub/ios_twitterSdk_NO_UIWebView
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGFNLPCZEBJXNGG4WICFILTRQPKNRANCNFSM4MTTQMSA>
.
--
Thanks & regards
*Jerald Jacob*
Software Engineer
[image: innovaturelabs] <http://innovaturelabs.com/>
*m:* +91 7510615035
*w:* www.innovaturelabs.com <https://innovaturelabs.com/>
<https://www.facebook.com/innovature/>
<https://in.linkedin.com/company/innovature-labs>
<https://twitter.com/Innovaturelabs>
<https://www.google.com/maps/place/Innovature+Labs/@10.0039836,76.3748932,19.25z/data=!4m5!3m4!1s0x3b080c5cfabc4eb7:0xee6880f8c72caaf3!8m2!3d10.0040958!4d76.3756261>
|
Fix it v5.2.0 |
One line summary of the issue here.
Expected behavior
No UIWebView in code
Actual behavior
Steps to reproduce the behavior
1.pod 'TwitterKit5'
2.run pod install
3.submit ipa to apple and get warning email
The text was updated successfully, but these errors were encountered: