mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #548] [MERGED] Update README.md for iOS 13 #664
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#664
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?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/548
Author: @nonegu
Created: 9/24/2019
Status: ✅ Merged
Merged: 9/24/2019
Merged by: @phimage
Base:
master← Head:nonegu-README-patch📝 Commits (1)
f77b9d1Update README.md for iOS 13📊 Changes
1 file changed (+13 additions, -0 deletions)
View changed files
📝
README.md(+13 -0)📄 Description
Before iOS 13, If a URL arrives while your app is suspended or running in the background, the system moves your app to the foreground prior to calling
application(_:open:options:). After Apple introducedUISceneDelegate, now system callsscene(_:openURLContexts:)when a URL arrives.The readme section of Handle URL in AppDelegate revised accordingly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.