Skip to content

Instantly share code, notes, and snippets.

@mobilequickie
Created November 1, 2018 23:05
Show Gist options
  • Save mobilequickie/baf1cd3a2c4a6e04fd0d1756f9543d67 to your computer and use it in GitHub Desktop.
Save mobilequickie/baf1cd3a2c4a6e04fd0d1756f9543d67 to your computer and use it in GitHub Desktop.
The open url function for AppDelegate to handle callback from Login with Amazon flow
func application(_ application: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool {
return AIMobileLib.handleOpen(url, sourceApplication: UIApplication.OpenURLOptionsKey.sourceApplication.rawValue)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment