This feature is available with some paid plans
When you set up your apps for mobile deep linking in Bitly, we ask you for your application IDs. Creating deep links to your iOS and Android apps require different IDs.
For an Android app, we need these IDs:
- Google Play ID
- SHA-256 Key (this page)
The SHA-256 Key is a string used to identify one or more apps.
You can find the SHA-256 Key by using your .keystore or .jks release key with the following command:
keytool -list -v -keystore [my-release-key.keystore]