When I first loaded the application into Google Play, I chose «Google signing app...”. The application itself in В4А was signed with a debug key, which Google replaces with its own. While the apk-file is being used, everything is fine - the application is working signed by google-generated key, the license is being checked, etc. But the app bundle cannot be signed with a debug key. I know how to create, store and use an key in B4A. The question is different.
Is it possible to reset the download key (developer key) so that I can replace the current debug key with a new one and Google will accept it?
Or, may be, generate new key with the present debug key data, for signing app bundle by this new?