Package name
A unique id for your app. This is equivalent to the iOS Bundle ID so we recommend using the same value for both Bundle ID and Package name (ex. com.yourcompany.yourappname)
JSON Key
The JSON key is located in a file that will be uploaded to the Mobile settings subtab. You can generate this file by following these instructions. This will require using the Google Cloud Project that you set up earlier.
Code signing key
This is the file that was saved to your computer when you generated a keystore in the previous article.
Code signing key alias
This is the name you set in the initial command when generating the keystore (ie what you replaced KEY_ALIAS with). If you did not make any changes to the initial command, then this value will be key_alias.
Code signing key password
This is the password you used when generating the keystore.
Last updated 1 month ago