Expo build:android -c when have first build on google play

I use -c option when I had the first app on google store (enable google app sign in).
When I push new version to store, it shows error “You uploaded an APK that is not signed with the upload certificate”. What can I do now to fix it, I use -c is my mistake.
Sorry for my bad English, please help me.

Can i revert .jks to old version ?

If you have this old jks and credentials for it you can run expo build:android -c and select to provide credentials yourself. If not your only way is to ask google support team to reset your upload keystore, they will ask you to provide public cert for your new keystore, you can generate it by running expo fetch:android:upload-cert

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.