APK that is not signed with the upload certificate Google Play Store [duplicate]
This question already has an answer here:
I lost my .keystore file?
12 answers
I developed an app using Xamarin.Forms, and I would publish the app to Google Play Store, I generated the APK and Store key as the following document (https://docs.microsoft.com/en-us/xamarin/android/deploy-test/release-prep/?tabs=windows) from Visual Studio, but when I upload the APK file to Google Play Store, I get the following error.
Upload failed You uploaded an APK that is not signed with upload certificate. You must use the same certificate. The Upload certificate has fingerprint...etc
I have the old KeyStore but I lost the keyPassword
android xamarin xamarin.forms xamarin.android google-play
marked as duplicate by SushiHangover
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 24 '18 at 23:07
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
I lost my .keystore file?
12 answers
I developed an app using Xamarin.Forms, and I would publish the app to Google Play Store, I generated the APK and Store key as the following document (https://docs.microsoft.com/en-us/xamarin/android/deploy-test/release-prep/?tabs=windows) from Visual Studio, but when I upload the APK file to Google Play Store, I get the following error.
Upload failed You uploaded an APK that is not signed with upload certificate. You must use the same certificate. The Upload certificate has fingerprint...etc
I have the old KeyStore but I lost the keyPassword
android xamarin xamarin.forms xamarin.android google-play
marked as duplicate by SushiHangover
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 24 '18 at 23:07
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
If you are trying to update an existing application on the store you must use the original(same) certificate.
– EvZ
Nov 24 '18 at 20:51
Yes, I published the app since a year ago, and I would to upload a new version of the app to store, but I lost the old StoreKey, so I created a new one by Visual studio but the Upload process failed @EvZ
– Mohammad Diab
Nov 24 '18 at 20:54
add a comment |
This question already has an answer here:
I lost my .keystore file?
12 answers
I developed an app using Xamarin.Forms, and I would publish the app to Google Play Store, I generated the APK and Store key as the following document (https://docs.microsoft.com/en-us/xamarin/android/deploy-test/release-prep/?tabs=windows) from Visual Studio, but when I upload the APK file to Google Play Store, I get the following error.
Upload failed You uploaded an APK that is not signed with upload certificate. You must use the same certificate. The Upload certificate has fingerprint...etc
I have the old KeyStore but I lost the keyPassword
android xamarin xamarin.forms xamarin.android google-play
This question already has an answer here:
I lost my .keystore file?
12 answers
I developed an app using Xamarin.Forms, and I would publish the app to Google Play Store, I generated the APK and Store key as the following document (https://docs.microsoft.com/en-us/xamarin/android/deploy-test/release-prep/?tabs=windows) from Visual Studio, but when I upload the APK file to Google Play Store, I get the following error.
Upload failed You uploaded an APK that is not signed with upload certificate. You must use the same certificate. The Upload certificate has fingerprint...etc
I have the old KeyStore but I lost the keyPassword
This question already has an answer here:
I lost my .keystore file?
12 answers
android xamarin xamarin.forms xamarin.android google-play
android xamarin xamarin.forms xamarin.android google-play
edited Nov 24 '18 at 21:16
Mohammad Diab
asked Nov 24 '18 at 14:33
Mohammad DiabMohammad Diab
143210
143210
marked as duplicate by SushiHangover
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 24 '18 at 23:07
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by SushiHangover
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 24 '18 at 23:07
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
If you are trying to update an existing application on the store you must use the original(same) certificate.
– EvZ
Nov 24 '18 at 20:51
Yes, I published the app since a year ago, and I would to upload a new version of the app to store, but I lost the old StoreKey, so I created a new one by Visual studio but the Upload process failed @EvZ
– Mohammad Diab
Nov 24 '18 at 20:54
add a comment |
1
If you are trying to update an existing application on the store you must use the original(same) certificate.
– EvZ
Nov 24 '18 at 20:51
Yes, I published the app since a year ago, and I would to upload a new version of the app to store, but I lost the old StoreKey, so I created a new one by Visual studio but the Upload process failed @EvZ
– Mohammad Diab
Nov 24 '18 at 20:54
1
1
If you are trying to update an existing application on the store you must use the original(same) certificate.
– EvZ
Nov 24 '18 at 20:51
If you are trying to update an existing application on the store you must use the original(same) certificate.
– EvZ
Nov 24 '18 at 20:51
Yes, I published the app since a year ago, and I would to upload a new version of the app to store, but I lost the old StoreKey, so I created a new one by Visual studio but the Upload process failed @EvZ
– Mohammad Diab
Nov 24 '18 at 20:54
Yes, I published the app since a year ago, and I would to upload a new version of the app to store, but I lost the old StoreKey, so I created a new one by Visual studio but the Upload process failed @EvZ
– Mohammad Diab
Nov 24 '18 at 20:54
add a comment |
1 Answer
1
active
oldest
votes
Sorry to tell you the bad news, from the official Android developer docs:
Ensure that the app signing key is not lost. Loss of the app signing
key means that an app cannot be updated, so it is critical for it not
to be lost.
Update
It seems like Google now allow reseting certificates. Please fill-in an issue on this form. The operation may take a couple of business days.
Thanks @SushiHangover for pointing that out!
There no way to solve the issue? I have the old KeyStore but I lost the keyPassword?
– Mohammad Diab
Nov 24 '18 at 21:16
1
You can have Google reset your upload cert by providing them with a new pem, it will take a few days, but they have allowed this since mid/late 2017 via submitting a help/issue ticket via Google Play Developer Support. Review the answers in the dup link for the process.
– SushiHangover
Nov 24 '18 at 23:11
Thanks so much for your help
– Mohammad Diab
Nov 26 '18 at 15:50
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sorry to tell you the bad news, from the official Android developer docs:
Ensure that the app signing key is not lost. Loss of the app signing
key means that an app cannot be updated, so it is critical for it not
to be lost.
Update
It seems like Google now allow reseting certificates. Please fill-in an issue on this form. The operation may take a couple of business days.
Thanks @SushiHangover for pointing that out!
There no way to solve the issue? I have the old KeyStore but I lost the keyPassword?
– Mohammad Diab
Nov 24 '18 at 21:16
1
You can have Google reset your upload cert by providing them with a new pem, it will take a few days, but they have allowed this since mid/late 2017 via submitting a help/issue ticket via Google Play Developer Support. Review the answers in the dup link for the process.
– SushiHangover
Nov 24 '18 at 23:11
Thanks so much for your help
– Mohammad Diab
Nov 26 '18 at 15:50
add a comment |
Sorry to tell you the bad news, from the official Android developer docs:
Ensure that the app signing key is not lost. Loss of the app signing
key means that an app cannot be updated, so it is critical for it not
to be lost.
Update
It seems like Google now allow reseting certificates. Please fill-in an issue on this form. The operation may take a couple of business days.
Thanks @SushiHangover for pointing that out!
There no way to solve the issue? I have the old KeyStore but I lost the keyPassword?
– Mohammad Diab
Nov 24 '18 at 21:16
1
You can have Google reset your upload cert by providing them with a new pem, it will take a few days, but they have allowed this since mid/late 2017 via submitting a help/issue ticket via Google Play Developer Support. Review the answers in the dup link for the process.
– SushiHangover
Nov 24 '18 at 23:11
Thanks so much for your help
– Mohammad Diab
Nov 26 '18 at 15:50
add a comment |
Sorry to tell you the bad news, from the official Android developer docs:
Ensure that the app signing key is not lost. Loss of the app signing
key means that an app cannot be updated, so it is critical for it not
to be lost.
Update
It seems like Google now allow reseting certificates. Please fill-in an issue on this form. The operation may take a couple of business days.
Thanks @SushiHangover for pointing that out!
Sorry to tell you the bad news, from the official Android developer docs:
Ensure that the app signing key is not lost. Loss of the app signing
key means that an app cannot be updated, so it is critical for it not
to be lost.
Update
It seems like Google now allow reseting certificates. Please fill-in an issue on this form. The operation may take a couple of business days.
Thanks @SushiHangover for pointing that out!
edited Nov 25 '18 at 8:20
answered Nov 24 '18 at 20:59
EvZEvZ
7,91942254
7,91942254
There no way to solve the issue? I have the old KeyStore but I lost the keyPassword?
– Mohammad Diab
Nov 24 '18 at 21:16
1
You can have Google reset your upload cert by providing them with a new pem, it will take a few days, but they have allowed this since mid/late 2017 via submitting a help/issue ticket via Google Play Developer Support. Review the answers in the dup link for the process.
– SushiHangover
Nov 24 '18 at 23:11
Thanks so much for your help
– Mohammad Diab
Nov 26 '18 at 15:50
add a comment |
There no way to solve the issue? I have the old KeyStore but I lost the keyPassword?
– Mohammad Diab
Nov 24 '18 at 21:16
1
You can have Google reset your upload cert by providing them with a new pem, it will take a few days, but they have allowed this since mid/late 2017 via submitting a help/issue ticket via Google Play Developer Support. Review the answers in the dup link for the process.
– SushiHangover
Nov 24 '18 at 23:11
Thanks so much for your help
– Mohammad Diab
Nov 26 '18 at 15:50
There no way to solve the issue? I have the old KeyStore but I lost the keyPassword?
– Mohammad Diab
Nov 24 '18 at 21:16
There no way to solve the issue? I have the old KeyStore but I lost the keyPassword?
– Mohammad Diab
Nov 24 '18 at 21:16
1
1
You can have Google reset your upload cert by providing them with a new pem, it will take a few days, but they have allowed this since mid/late 2017 via submitting a help/issue ticket via Google Play Developer Support. Review the answers in the dup link for the process.
– SushiHangover
Nov 24 '18 at 23:11
You can have Google reset your upload cert by providing them with a new pem, it will take a few days, but they have allowed this since mid/late 2017 via submitting a help/issue ticket via Google Play Developer Support. Review the answers in the dup link for the process.
– SushiHangover
Nov 24 '18 at 23:11
Thanks so much for your help
– Mohammad Diab
Nov 26 '18 at 15:50
Thanks so much for your help
– Mohammad Diab
Nov 26 '18 at 15:50
add a comment |
1
If you are trying to update an existing application on the store you must use the original(same) certificate.
– EvZ
Nov 24 '18 at 20:51
Yes, I published the app since a year ago, and I would to upload a new version of the app to store, but I lost the old StoreKey, so I created a new one by Visual studio but the Upload process failed @EvZ
– Mohammad Diab
Nov 24 '18 at 20:54