Open goya opened 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.
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.
any news on this? as @stestoltz said, this option would be very useful
It is needed to develop with the support of Google Play Services. For instance, to use the Fitness API.
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.