mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #526] Safari View Controller Failed to dismiss automatically #346
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#346
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 @emiltsang on GitHub (Jun 10, 2019).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/526
Description:
After updated to OAuthSwift version 1.4.0 from 1.2.2, the Safari View Controller failed to dismiss automatically after successful login to Meetup.com.
Is there any methods to make the Safari View Controller dismiss automatically?
OAuth Provider? (Twitter, Github, ..):
Meetup.com
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
@phimage commented on GitHub (Jun 10, 2019):
Maybe its because of my fix #522
Could you try by keeping a hard reference on your object set to
authorizeURLHandlervariable@phimage commented on GitHub (Jun 10, 2019):
I will make a new release 1.4.1 to revert the change
and propose a new solution when needed to create a weak instead
@phimage commented on GitHub (Jun 10, 2019):
1.4.1 created
I expect you have no more issue