Login with Amazon Prevent opening Amazon App

I am using the Login With Amazon iOS SDK, I noticed that when I call

AMZNAuthorizationManager.shared().authorize(dashRequest, withHandler: requestHandler)

The requestHandler is only executed if authorize() is completed in app through Safari.


However if the user has the Amazon App installed, then the Amazon App is opened and when the user is redirected back to my app the requestHandler is never executed.


Is there a workaround for this? Or a way that I can force authorize() to open in my app instead of opening in the Amazon app? Thanks

Replies

I am using the Login With Amazon iOS SDK

I recommend that you ask this via the support channel for that SDK, where you’re more likely to connect with folks who have relevant experience.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"