I am trying to upload signed apk on playstore but receiving this error
I have already uploaded one time on playstore now trying to update it. but receiving error
App is developed in ionic +vue
Related
Long story short: 2 years ago I had someone create a app for me, this was coded in Xamrian and uploaded through AppCenter.ms(I think). Now, 2 years later I want to update that app. I rewrote the whole app in Java using Android Studio, and I am trying to upload a new version of the app in Google Play Console. I am trying to upload a signed apk, by using Generate Signed Bundle / APK. The problem is that I do not have the "key store" from the first upload, so when trying to upload the new apk(with a new keystore), this is what happens.
Error message:
You uploaded an APK with an invalid signature (learn more about signing). Error from apksigner: ERROR: JAR_SIG_NO_SIGNATURES: No JAR signatures.
What can I do about this? Is there any workaround so I can upload a new version of my app?
You can not update an app with an APK / App Bundle which is signed with a different key.
The Google Play Store will prevent the upload.
If you try to install it locally over an existing app, Android will show an error (something like "App could not be installed").
I have developed an app which is ready to launch on play store.I have signed the app as ionic app publishing documents said.When my signed apk was ready i copied the apk to my device and tried installing it but, it says 'You cant install this application'.I dont have any previous apk installed on my device.I have tried opening the signed apk in android studio and tried installing it from their, it worked.I just want a confirmation that should i upload this apk to playstore or do i need to find the bug.
I followed these steps
I built a new version of my app and tried to install apk on the previously installed app from the play store. But got error - "App not installed".
Shouldn't it get installed if both are signed with the same upload key?
try to delete the Vir' device, and create an other one
[![Blockquote][1]][1]
When I am uploading my apk to google play it shows an error [sha1 is not matching]
I have uploaded my app with different package names twice into google play it was successfully uploaded to google play. But when I update my app and I changed the package name at third time it shows an error
uploaded apk is not signed with the upload certificate
I am not aware how to resolve these issue . Please help me out . I need to place my app in play store
Yes you cannot upload the next release of app with different package name.so you need to put the same package name but version code will be different.
I have app in google play made from app inventor but i would like to replace the app inventor version into android studio made version. when i upload the .apk to google play it has error because it was a different version. Is there anyone out there have done this successfully?
""""""""
Upload failed
You uploaded an APK that is signed with a different certificate to your previous APKs. You must use the same certificate.
""""""""
You have to contact Google Play Developer Support reagarding this issue, a developer can not upload an update that has been signed with a different certificate than the previous version.
If Google is not able to resolve the issue you will have to change the package name of the app and upload it again.