Finn
Finn

Reputation: 2775

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?

Upvotes: 7

Views: 1487

Answers (1)

Finn
Finn

Reputation: 2775

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

Upvotes: 6

Related Questions