Replies: 1 comment
-
No, if the key information is not known by Cordova, Cordova will produce unsigned bundles/apks, which will have to be manually signed before uploading to the Google Play store. See Signing an App for more information on how to provide the keystore information to Cordova if you want Cordova to sign the package for you. Personally I'd recommend creating a build.json file, which Cordova automatically looks for and will be used to sign your bundle/APK. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was finally able to get everything upgraded to the latest Android platform. I know that this now builds the bundle file or the app-release.aab for upload and distribution in the Play Store. My question is, because I won't get to it for a week or two, is when I run the " cordova build android --release" command, it will automatic pull in my keystore information too or do I need to do something different?
Beta Was this translation helpful? Give feedback.
All reactions