How to create an APK to app sigining by Google Play

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By KSoftLabs

Hello,
I’ve created a game with GoDot and I want to upload it to Play Store. But I don’t want to manage Keystores my self. So I like to use app signing by Google Play (https://developer.android.com/studio/publish/app-signing#enroll). Is there a way to use this service while using GoDot?
Thanks in Advance

:bust_in_silhouette: Reply From: volzhs

you need to make a your own key anyway.
it’s called as Upload key on the document.
you can update the upload key again if you lost it.
either managing key yourself or managing by google case, you need to make a key.

Thanks volzhs. I should have read more of the documentation by Google. For anyone looking for the answer for the same question here’s the link. https://developer.android.com/studio/publish/app-signing#generate-key

KSoftLabs | 2019-05-10 05:01