Is it Possible to Send an Update to An App That I Have Made via MIT AI2 and Published it on Play Store?

I am thinking of publishing an app I made via MIT App Inventor to Google Play Store.
But that app may need occasional updation. Is it possible to send an update to the app? I have never published an app earlier on Play Store, so I don't have much idea about this.

Yes you can put an app on Google Play. When you have an update you have to increase the version number in the properties of Screen1 before building an aab .

image

Then you will be able to upload a new version.

2 Likes

Is it really that simple? Thanks for your help :slight_smile:

What should I change in this if I need to send an update?
image
Should I make VersionCode as 1.1 and VersionName as anything I want?

VersionCode is important, that should increase. VersionCode should be an integer, so 1, 2, 3, etc. VersionName can be anything you want.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.