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

Solved UIWebView deprecated and Swift 5 compatibility #138

Open
JoaoVictorArruda opened this issue Feb 28, 2023 · 0 comments
Open

Solved UIWebView deprecated and Swift 5 compatibility #138

JoaoVictorArruda opened this issue Feb 28, 2023 · 0 comments

Comments

@JoaoVictorArruda
Copy link

If you are using this package you may have been facing this issue trying to sent your application to APP Store.

"ITMS-90809: Deprecated API Usage - Apple will no longer accept submissions of new apps that use UIWebView as of April 30, 2020 and app updates that use UIWebView as of December 2020. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview)."

The last update on this repository was 5 years ago and some people still using this one. To solve this issue I did a fork to fix that. It can be found here https://github.com/modiax/SwiftR.

If you are using Cocoapods in your project just replace

pod 'SwiftR'

to

pod 'SwiftR', :git => 'https://github.com/modiax/SwiftR.git'

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

1 participant