Dulaj Madusanka
Dulaj Madusanka

Reputation: 428

Update apk to playstore

Previously I uploaded apk to playstore that I developed using Ionic. Now I converted that project into React Native. Can I upload apk(using React Native) as an update of Previous application that developed using Ionic?

Upvotes: 0

Views: 294

Answers (1)

Gaurav Roy
Gaurav Roy

Reputation: 12195

Yes, you can upload the APK in playstore, i've also did something similiar with expo and now swicthed to bare react native. THings to keep in mind before uploading :

  1. Same certificate should be used as that of previous app
  2. Same bundle Id should be used
  3. Increment the build version in build.gradle file

hope it helps, feel free for doubts,

Upvotes: 1

Related Questions