I want to automatically return to the app from an external browser (safari) on iOS.

Asked 2 years ago, Updated 2 years ago, 34 views

After logging in with an external browser using iOS(swift), automatically (without user intervention)
Is there a way to return to the original external browser caller?
The external browser uses safari.

After pressing the Facebook login button in the application's internal browser, the dialog does not appear, so
I'm thinking of an external browser.
Chrome is not installed.

Thank you for your cooperation.

swift ios

2022-09-30 11:13

1 Answers

Do you use the Facebook API?
If you set the Callback URL to the app side URL Scheme, it will open the app after logging in.

It looks like twitter://.


2022-09-30 11:13

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.