This article explains how to set up a Deep Link for redirecting Android players from the checkout back to your app. To configure a Deep Link:Documentation Index
Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
Use this file to discover all available pages before exploring further.
-
To enable deep linking, declare a custom URL scheme in your AndroidManifest.xml file. Locate the activity that handles your store or game logic, and add the following intent filter inside it:
xml
-
This intent filter defines your deep link as
{PREFIX_GAME_NAME}://action. For example, if your game name prefix ismy-awesome-company, and your game name isroyal-blast, your deep link will look like this:
