publish

Monkey Targets Forums/Android/publish

freedo(Posted 2014) [#1]
A couple of questions before uploading to playstore..

Admob.

1. #ADMOB_PUBLISHER_ID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
2. #ADMOB_ANDROID_TEST_DEVICE1="TEST_EMULATOR"
3. #ADMOB_ANDROID_TEST_DEVICE2="ABCDABCDABCDABCDABCDABCDABD"

Do I just remove lines 2 and 3 to take admob out of test mode?

when you submit an app do you have the adds in test mode..?

when I signed my app with the keytool...can I sign future apps with the same signiture..?


Xaron(Posted 2014) [#2]
You don't have to remove the lines 2 and 3.
Ads are not in test mode by default with Monkey.
You even MUST sign with the same key. In case you lose it, you won't be able to submit any updates anymore! So keep your key safe!


Ironstorm(Posted 2014) [#3]
when I signed my app with the keytool...can I sign future apps with the same signiture..?

If you mean to sign other apps with the same key, then yes you can, but you don't have to. You can also create a new key for every new app. But as Xaron mentioned, if you sign all your apps with the same key and lose it, you won't ne able to submit any updates for those apps.