-
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:
