mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #184] No callback when calling authorizeWithCallbackURL #110
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#110
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 @mohwaili on GitHub (Feb 16, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/184
On iOS 9 I get the callback from this function:
authorizeWithCallbackURLOn iOS 8 I don't get anything back, no success nor error.
version oauthswift: 0.5.0
@phimage commented on GitHub (Feb 16, 2016):
please read contributing guide for issue/bug https://github.com/OAuthSwift/OAuthSwift/blob/master/CONTRIBUTING.md
not working is not a good description for a bug
provide some code, version of oauthswift used, the authorization url handler used, provider/website to auth...
@mohwaili commented on GitHub (Feb 16, 2016):
Sorry for not being very descriptive, I've updated the question.
It's weird that this issue only happens on iOS 8. On iOS 9 everything works fine.
@mohwaili commented on GitHub (Feb 16, 2016):
I've found the solution for this issue:
on iOS 9 this delegate function in AppDelegate works:
func application(app: UIApplication, openURL url: NSURL, options: [String : AnyObject]) -> Boolon iOS 8 I had to use this function:
func application(application: UIApplication, openURL url: NSURL, sourceApplication: String?, annotation: AnyObject) -> BoolI think this issue can be closed.
@phimage commented on GitHub (Feb 17, 2016):
I reopen just to check doc/readme and demo app