game is published, Testing is great, BUT....
nCartoon
Member, PRO Posts: 54
I published my game and downloaded it to a Galaxy phone
It's working nicely
But when I tried to submit it to the Google market I get Error something like:
The certificate must be valid until the date bla bla bla bla
What the problem is?
It's working nicely
But when I tried to submit it to the Google market I get Error something like:
The certificate must be valid until the date bla bla bla bla
What the problem is?
Comments
I already send them(GS) email and waiting for their respond.
The video tutorial covers this well. the big thing you need to be sure that's added to the string (if your using console like the video tutorial shows) add -validity 10000 (10000 days) to:
$ keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
http://developer.android.com/guide/publishing/app-signing.html
Good luck
the Keysotre Code in two lines I just remove the space to be in one line
and it's working