Where is the distribution certificate?

Hi
When generating standalone app i selected the automatic option to handle distribution certificate, both for app store and google play. Now I would like to continue using expo for iOS app version and return to android studio for next versions. However, in google play store I need the ame certificate in order to build next version. Is it possible to get the generated certificate and use it with android studio build signed apk?

Thanks

Imo

Run exp fetch:android:keystore within your project directory and the keystore will be written to disks while the passwords generated are printed to your terminal. Make sure to keep that information secure!

Nice!

Thank you

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