Deploy new version of previous detached react native app with expo

Hello,

Last year, I published version 1 of an app.
Now I need to build a version 2 that is a complete rewrite, I am using expo for this, but I want to be sure that I will be able to update the current app on the stores.

What’s need to be done ?
So far I just copy paste bundleIdentifier and package identifer into app.json file ?

Should I upload my own certificate ? Or let expo do it ?

Thanks,

Hi! Yes you will need to copy/paste the bundleIdentifier and Android package into the new app.json. You’ll want to download your old certificates and then upload those for the new app.

Thanks @jesse, apple provisioning production certificate will expire in one week should I still do it ?

For android, there is no certificate right ?

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