Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I replace ios native app in app store with new app write by react native

I have the native app written by Swift language already published in the App store. Now I rewrite the app by React-native, React-native can generate both iOS and Android version. What should I do to update the new version for the current app with completely different X-code project generated by react-native?

like image 580
Finn Avatar asked Nov 09 '16 02:11

Finn


1 Answers

Just use the same bundle ID, increase the version number and upload with same account.

like image 153
Finn Avatar answered Oct 23 '22 04:10

Finn