How do I change the package name? It was created by mit app inventor.
It is required when updating the app.
These days, we update with extension aab.
Please teach me
How do I change the package name? It was created by mit app inventor.
It is required when updating the app.
These days, we update with extension aab.
Please teach me
Please search the community next time; there are a lot of threads on this issue.
https://community.appinventor.mit.edu/search?q=change%20package%20name
It was easily solved when I understood how package name was created in mit app inventor. Thank you.
It was resolved immediately by mit app inventor(online).
The online version of App Inventor does not allow you to change the package name.
You have to either use a third-party tool (AI2Offline), another builder (Kodular/Niotron), or an APK decompiler.
To be exact, I didn't change the package name, but I let it be the package name that I made first.
When I updated the app on the Google Play Store, I couldn't update it because it said that the package name was different, but I solved it because it made it the same as the first one I made.
As you know, the principle of making a package name in mit app inventor is that
appinventor.ai_email id.filename
I solved it by accessing the same email and working with the file name I initially posted on Google, and just uploading the version.
The main point is the update app. The file name is the app I posted first It should be the same as the file name and only the version needs to be uploaded.
When the attached picture is compiled from mit app inventor, the package name is
appinventor.ai_goodworldmaker.filename
appinventor.ai _ <----- unchanged
goodworldmaker <----- email id
filename <----- file name
When you first upload an app to Google Play Store, make it right, and when you create an update app, make it with the same name.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.