skip to Main Content

I have an iOS app published in store, made with React-Native. (it is created by other developer, i’m not the original developer in this project.)
Now i’m refactoring my application into SwiftUI.
Is it possible to change entire project in same package? I want to keep app store page of my application.

I read how to publish applications. I read how to manage app package uri.

2

Answers


  1. Yes, possible.
    Keep your bundle identifier same and Increase your app version.

    Login or Signup to reply.
  2. It is completely possible. You need to re-submit the updated app for review and approval by Apple.

    Be sure that the bundle identifier is the same, otherwise it will be treated as a new app and will not replace the old one on the App Store page.

    There are already many examples of companies that have completely changed the codebase of their apps.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search