Created
January 15, 2020 13:38
-
-
Save mustafasevgi/c1d0c6d0d127a8902448ac038d65e404 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Create SHA1 key | |
keytool -list -v -keystore keystore-path | |
//start app from terminal with deeplink | |
adb shell am start -a android.intent.action.VIEW -d '"deeplink_url"' application_id | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment