mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #547] UIWebView (Deprecated API Usage) #361
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#361
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @samwarfield on GitHub (Sep 18, 2019).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/547
Description:
Anyone getting this issue?
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.
OAuth Provider? (Twitter, Github, ..):
Any
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
11.x (Swift 5.1)
10.x (Swift 5.0)
10.x (Swift 4.1)
9.3 (Swift 4.1)
9.0 (Swift 4.0)
other: (Please fill in the version you are using.)
objective c
@phimage commented on GitHub (Sep 23, 2019):
so apple check only the word UIWebView or any link to it, not the usage
I could remove it I think or maybe keep it with a compilation flag (If someone want to play with it)
@samwarfield commented on GitHub (Sep 23, 2019):
I might have gotten confused. When I search the repo for UIWebView (
https://github.com/OAuthSwift/OAuthSwift/search?q=UIWebView&unscoped_q=UIWebView)I seen WKWebView commented out and UIWebView in there...
I took out OAuthSwift from my project and found another framework still using it. Might have been confused the whole time...
@phimage commented on GitHub (Sep 24, 2019):
maybe I will force to use WKWebView then