LATEST: AppYet v4.2.7 Released

only @appyet can update your apps so u can publish. So till they update it only one option is consider all apps as depreciated cause you need unpublish and rename them adding (depreciated) to name in store or google will remove them tomorrow or later today but if google do remove them but you risk your account banned (then no restore). sad but true. Its GoogleToS.
That was a lesson, let's get over ourselves and study a programming language, I'm using Flutter, what about you?
 

autoassign

New Member
Android Studio: Generate Signed Android App Bundle > Save Key with name your_alias.jks (for example YourApp.jks) to any location on your PC > and open CMD and type this:


Code:
"C:\Program Files\Android\Android Studio\jbr\bin\keytool.exe" -exportcert -rfc ^
  -alias [your alias] ^
  -file "[your location of key]\upload_cert.pem" ^
  -keystore "[your location of key]\[your alias].jks"

  "C:\Program Files\Android\Android Studio\jbr\bin\keytool.exe" -list -v ^
  -keystore "[your location of key]\[your alias].jks" -alias [your alias]

(change text in brackets to your location and/or alias)

And upload .pem file to Google Play, above is instruction how to do this in Google Play.
Hi. Do you have any social media? This is a desperate request but can you record how you do it on Android Studio? I am a new developer and started gaining app users on Google Play but appyet is not updating now :( I really need help. Thanks! @monkeycoderswm
 

Abdoel

Member
RIP @appyet

iron-rod-skeleton-GettyImages-525171004
 

Mark2002

New Member
Esa fue una lección, superémoslo y estudiemos un lenguaje de programación, yo uso Flutter, ¿y tú?
I totally agree. I already started studying Android Studio. I got tired of waiting and preferred to get on the hook with the programming I had left behind and even my own code.
 

autoassign

New Member
Android Studio: Generate Signed Android App Bundle > Save Key with name your_alias.jks (for example YourApp.jks) to any location on your PC > and open CMD and type this:


Code:
"C:\Program Files\Android\Android Studio\jbr\bin\keytool.exe" -exportcert -rfc ^
  -alias [your alias] ^
  -file "[your location of key]\upload_cert.pem" ^
  -keystore "[your location of key]\[your alias].jks"

  "C:\Program Files\Android\Android Studio\jbr\bin\keytool.exe" -list -v ^
  -keystore "[your location of key]\[your alias].jks" -alias [your alias]

(change text in brackets to your location and/or alias)

And upload .pem file to Google Play, above is instruction how to do this in Google Play.
Does anyone have success using this method? Can you make a youtube video so we can follow it step by step? Thank you so much!
 
Top