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

UIWebView warning #18

Closed
xiongdi9456 opened this issue Apr 29, 2020 · 5 comments
Closed

UIWebView warning #18

xiongdi9456 opened this issue Apr 29, 2020 · 5 comments

Comments

@xiongdi9456
Copy link

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

@irakliitavadze
Copy link

@touren Can you please help to fix this problem. I think just needed to adjust documentation.

@xzwgithub
Copy link

@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.

@xzwgithub
Copy link

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

@jerald-jacob
Copy link

jerald-jacob commented May 8, 2020 via email

@touren
Copy link
Owner

touren commented May 16, 2020

Fix it v5.2.0

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

5 participants