Hello Makers!
In this topic we will explain how to use the special Package Names for your apps.
Step by Step
1. Create New App method
- Open the Create New Project Dialog.
- Use as App Name:
ai_YourAppName
,thunkable_YourAppName
orappybuilder_YourAppName
. - Click on Create.
2. Import App method
- Rename your .aia file with
ai_
,thunkable_
orappybuilder_
before the original name. - Click on File and then Import project (.aia) from my computer….
- Upload your .aia file.
What will this do
With ai_
your package name will be appinventor.ai_{yourEmail}.{yourAppName}
.
With thunkable_
your package name will be com.thunkable.android.{yourEmail}.{yourAppName}
.
With appybuilder_
your package name will be com.appybuilder.{yourEmail}.{yourAppName}
.
Note
When you use Save Projects as, then the custom package names will not work!