This feature is available with some paid plans
Two different application IDs are required when you create deep links to an Android app:
- SHA-256 Key
- Google Play ID
The SHA-256 Key is a string used to identify one or more apps. You can it by using your .keystore or .jks release key with the following command:
keytool -list -v -keystore [my-release-key.keystore]
For your iOS apps, you need the iTunes ID and Apple App ID.