Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. Bella:
  2. Hi Nathan,
  3.  
  4. Thanks for contacting Google Play Developer Support.
  5. Now that we’ve verified your account, I’m happy to help you reset your upload key. The new upload key will be used to sign APKs that you upload to Play.
  6.  
  7. Here’s how to generate and register a new upload key:
  8. Follow the instructions in the Android Studio Help Center to generate a new key. It must be different from any previous keys. Alternatively, you can use the following command line to generate a new key:
  9. keytool -genkeypair -alias upload -keyalg RSA -keysize 2048 -validity 9125 -keystore keystore.jks
  10. This key must be a 2048 bit RSA key and have 25-year validity.
  11. Export the certificate for that key to PEM format:
  12. keytool -export -rfc -alias upload -file upload_certificate.pem -keystore keystore.jks
  13. Reply to this email and attach the upload_certificate.pem file.
  14. I look forward to your response. Please let me know if you have any questions in the meantime.
  15.  
  16. Regards,
  17. Bella
  18. Google Play Developer Support
  19.  
  20. Me:
  21. Hello Bella,
  22.  
  23. Sorry, I don't quite understand, so do I do them steps on a new project in android studio or... I don't have the original apps project files.
  24.  
  25. Bella:
  26. Hi Developer,
  27.  
  28. Thanks for your reply.
  29.  
  30. The only thing I need is the .pem file, you may decide if you need to generate a new project or not.
  31.  
  32. I look forward to hearing from you.
  33.  
  34. Me:
  35. Oh right, I’m sorry I misunderstood. I’m out for a day now and don’t she’s access to my computer so is it alright if this can wait until then or will I have to open up a new case?
  36.  
  37. Thanks,
  38. Nathan
  39.  
  40. Bella:
  41. Hi Nathan,
  42. I just wanted to check in that if you still want to reset your upload certificate.
  43.  
  44. If yes, please reply with the .pem file and I’d be happy to help.
  45.  
  46. Me:
  47. Yes sorry, I think I've got it, hope it works. (with attachment of the upload certificate)
  48.  
  49. Bella:
  50. Hi Nathan,
  51. Good news - I was able to register your new upload key. Make sure to update your keystores in the following locations:
  52.  
  53. Local machine
  54. Locked on-site server (varying ACLs)
  55. Cloud machine (varying ACLs)
  56. Dedicated secrets management services
  57. (git) repos
  58. The new key will be usable from: 2018-07-19 02:16:52 UTC
  59.  
  60. Thanks for your patience during this process, and please let me know if you have any other questions.
  61.  
  62. Me:
  63. Great! Thank you for your help.
  64. So that would mean I can upload a dummy app using that key so I can unpublish it from the play store?
  65.  
  66. Bella:
  67. Hi Nathan,
  68.  
  69. Thanks for your reply.
  70.  
  71. Yes, you will be able to signed it with your new APK now. And you will be able to upload it after 2018-07-20 07:34:38 UTC.
  72.  
  73. After your new version be processed by our system, please unpublish it and contact us after 24hours.
  74.  
  75. Please let me know if you have any other questions. I'd like to help.
  76.  
  77. Me:
  78. Thank you so much for the help - sorry again.
  79.  
  80. Will do, do I contact you again or just start another ticket?
  81.  
  82. Bella:
  83. Hi Nathan,
  84.  
  85. Thanks for your reply.
  86.  
  87. Since this ticket is for reseting your upload certificate. In order to track your issue much easier, I suggest you open a new ticket for your app deletion request.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement