How do I switch my app to Ionic from IOS/Android

Hi,

I currently have an app that is widely used on the Android/IOS store and I want to change our approach and use hybrid. (and have chosen Ionic to do this job).

Just wondered if we can publish a new ionic app through our existing ios/android app. (basically replace it). Meaning our current users will just have an update and get our hybrid solution.

Thanks,
Dave

On iOS you shouldn’t have problems, simply use the same profile of non hybrid app. On Android I haven’t tried but should work well too.

As long as your new Ionic app uses the same id (package name for Android, bundle id for iOS) and is digitally signed with the same certificate as your old native app, then it should work.

wow, thanks for the speedy reply.

Alright thanks for the information :smile: