mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-27 05:05:51 +03:00
[GH-ISSUE #118] App Store issue - Safari #72
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#72
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 @nabil-takla on GitHub (Oct 3, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/118
My app was rejected by the App Store for the following reason: Upon launching the app, a web page in mobile Safari opens for logging in LinkedIn, then returns the user to the app. The user should be able to log in without opening Safari first. Any suggestions?
@phimage commented on GitHub (Oct 3, 2015):
see demo and
oauthswift.authorize_url_handler = ...to not open external safari@nabil-takla commented on GitHub (Oct 3, 2015):
Thanks! Which file is this in?
@phimage commented on GitHub (Oct 3, 2015):
you can search in github in the current depository
https://github.com/dongri/OAuthSwift/search?utf8=%E2%9C%93&q=oauthswift.authorize_url_handler+%3D
You will see
oauthswift.authorize_url_handler = WebViewController()WebViewControlleris a class that you implement with anUIWebVieworWKWebViewThe example use
UIWebViewP.S. Please close this issue when you have found the solution