Does anybody knows what's the default package name provided by mit
I have logged in but still it showing page is missing or privet.
This is probably where the thunkable link Salman provided goes to https://puravidaapps.com/packagename.php by Taifun.
can you please explain this method, I have already offline AI2 but there is no such option to change package name.
The packageName with AI2Offline is com.<email>.appName
.
In my case it is e.g.: com.bodymindpower.relax
So where is the problem to set your specific packageName with AI2Offline?
App Inventor is OpenSource. A developer familiar with Java coding can build his/her own offline version of App Inventor and permanently code the Package name to anything you want into the created Builder. Here is one tutorial describing what you need to do: AI2 Inventor Forum News: How to build App Inventor from the MIT sources . There are easier ways to adjust the Package name as you can see by reading through the discussions.
I need package name "com.thunkable.android.v007ij.CNC"
if I create mail id "thunkable.android.v007ij@example.com" then the output package name coming as "com.thunkable_android_v007ij.CNC" so its not matching
why dots"." getting replaced with "_" of mail id, any replacement character to get dots
There are two options:
- Import your project into Kodular and change the
packageName
there. - Change the
packageName
afterwards in the old (hard) way (as described by Taifun, among others).
Note: I haven't checked Taifun's approach for the past few years, I've found my own way (using → apktool
& → Notepad++
).
Some people know how to implement custom package name in App Inventor but I see there is no related pr.
But, will that be useful from the perspective of App Inventor?
Hello, any solution ?
There are plenty. Please search before you post.
Thank you for fast reply Anke , I'll try...
I remember that is more professional had a package for example: com.developer.appname and is better for the user experience to climb positions in the rankings on playstore.
However , I'll try...
I know how works it... but I have no read any new solution compared to the past.
I just showed an example in my screenshots. You can change the packageName to whatever you want.
Yes, thanks, bye.
I solved with ai2 offline and I easily changed the package.