Reputation: 2775
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
Reputation: 2775
Just use the same bundle ID, increase the version number and upload with same account.
Upvotes: 6