Add Account Linking Options
Step 2: Enable Deep Linking in Your App
To allow the Alexa app to redirect the user back to your app after they acknowledge the linking request, you must enable Universal Links for your iOS app or App Links for your Android app. These deep-link-enabled URIs are your app's redirect URLs. The Alexa app and the Login with Amazon (LWA) web page use these URLs to send the user back to your app with the Amazon authorization code.
Enable Universal Links in your iOS app
To enable Universal Links in your iOS app, follow the instructions and examples from Apple at Enabling Universal Links.
Note the domain and path that you configured. You need these values when you add the URIs to the skill configuration in Step 3: Configure Redirect URIs.
Enable App Links in your Android app
To enable Android App Links, follow the instructions from Android at Handling Android App Links. For additional examples, see Create Deep Links to App Content and Verify App Links.
Note the domain and path that you configured. You need these values when you add the URIs to the skill configuration in Step 3: Configure Redirect URIs.
<queries> element in the package information. For details about the <queries> element, see the official Android documentation.- Previous – Step 1: Add Account Linking Options to Your App
- Next – Step 3: Configure Your Redirect URIs
Last updated: frontmatter-missing