-
Notifications
You must be signed in to change notification settings - Fork 448
IOS removing UIWebView #120
Comments
I created a new pod TwitterKit5, migrated from UIWebView to WKWebView. Hope that will help.
|
@touren Thank you for your work. But it's crashing. After investigating in the DemoApp. The first time it will use - (UIViewController *)webController
{
if (_useWebFlow) {
// My project goes crash when WKWebView being used
return [self webViewController];
} else {
// No crash here
[self.navigationController setNavigationBarHidden:YES];
return [self safariViewController];
}
} I've created touren#2 for you, so DemoApp is able to run. If anyone got crashing and is in a hurry. The workaround is to change Don't know why TwitterKit uses two different ways for non-app auth. |
@HackingGate Thanks for your solution. |
Hi @touren
|
@HackingGate Thanks for your instructions.
|
This package uses UIWebView, Is there a way of removing just that section?
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.
The text was updated successfully, but these errors were encountered: