[GH-ISSUE #547] UIWebView (Deprecated API Usage) #361

Closed
opened 2026-03-03 16:48:04 +03:00 by kerem · 3 comments
Owner

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:

  • Version 1
  • Version 2

OS (Please fill the version) :

  • iOS :
  • OSX :
  • TVOS :
  • WatchOS :

Installation method:

  • Carthage
  • CocoaPods
  • Swift Package Manager
  • Manually

Library version:

  • head
  • v2.0.0
  • v1.4.1
  • v1.2.1
  • v1.2 (Swift 4.0)
  • v1.0.0
  • v0.6
  • other: (Please fill in the version you are using.)

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

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: - [ ] Version 1 - [x] Version 2 ### OS (Please fill the version) : - [x] iOS : - [ ] OSX : - [ ] TVOS : - [ ] WatchOS : ### Installation method: - [x] Carthage - [ ] CocoaPods - [ ] Swift Package Manager - [ ] Manually ### Library version: - [ ] head - [x] v2.0.0 - [ ] v1.4.1 - [ ] v1.2.1 - [ ] v1.2 (Swift 4.0) - [ ] v1.0.0 - [ ] v0.6 - [ ] other: (Please fill in the version you are using.) ### Xcode version: - [ ] 11.x (Swift 5.1) - [x] 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
kerem closed this issue 2026-03-03 16:48:04 +03:00
Author
Owner

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

<!-- gh-comment-id:534068128 --> @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)
Author
Owner

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

<!-- gh-comment-id:534214647 --> @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...
Author
Owner

@phimage commented on GitHub (Sep 24, 2019):

maybe I will force to use WKWebView then

<!-- gh-comment-id:534418654 --> @phimage commented on GitHub (Sep 24, 2019): maybe I will force to use WKWebView then
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#361
No description provided.