mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #265] Authorize with callback url never succeeds / fails #156
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#156
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 @iby on GitHub (Aug 15, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/265
After updating to 0.6.0 something stopped working on mac. I use custom web view controller for Dropbox and GoogleDrive only, none succeed nor fail at the moment. I narrowed it down to
OAuthSwift.handleOpenURL(url)call, which doesn't seem to be doing anything any longer.Delegate recognises url correctly. I also receive notification emails from Dropbox / Google, so it actually works.
Did anything happen to the way how
handleOpenURLworks? Is something new must be taken into account now?@phimage commented on GitHub (Aug 15, 2016):
I try demo app on OS X with dropbox, and no problem for me
maybe call
OAuthSwift.handleOpenURL(url)beforedecisionHandlerDid you retain your OAuthSwift object somewhere
@iby commented on GitHub (Aug 15, 2016):
Tried it both ways, no luck. I'll take a closer look then.
@iby commented on GitHub (Aug 16, 2016):
Shit… Would have saved me a lot of time if came with the email.
Yes, I see some changes around that –
OAuthSwiftwas retained internally, I guess not intentionally, since that all changed, but that also automatically retained it for me. Thanks for pointing out.