phonegap / build

This is the public repository for PhoneGap Build source and bug tracking
92 stars 33 forks source link

Allow users to build signed debug android binaries #579

Open goya opened 7 years ago

stestoltz commented 7 years ago

This would be very useful to me currently - unless I'm doing something very wrong, but the only way I can get PhoneGap to pick up my debug.keystore is by uploading it, and then I lose my console.logs. I can kind of hack it by turning off the key, rebuilding just Android, and then hydrating.

goya commented 7 years ago

you dont need to sign if just installing on your device. signing is just for app store builds or distribution to people who dont want to sideload apps.

stestoltz commented 7 years ago

I am using this plugin: https://github.com/EddyVerbruggen/cordova-plugin-googleplus

It needs to be able to find the keystore for Google login to complete. It works 100% fine if I upload the debug.keystore to PhoneGap Build (but then it defaults to a release build). However, even with a debug-signing.properties in my platforms/android along with my debug.keystore, the app cannot find the keystore.

gczudowski commented 7 years ago

any news on this? as @stestoltz said, this option would be very useful

anibalsanchez commented 6 years ago

It is needed to develop with the support of Google Play Services. For instance, to use the Fitness API.