Where can I find my app package name?

Hello everyone I need your help, so where can I find my apps package name I have created app in kodular around 1 year ago so now I want to upgrade my app in playstore by creating it’s upgrade version in android studio so when I came to check my app package name in kodular it shows empty box.
Kindly help me! Thanks

Kodular compiles your app using the default package name , when leaving the package name textbox empty. Which is io.kodular.yourcreatoremail.appname.
Note: remove the @hostname.domain part from your creator email.
Also, you can use Taifun Tools Extension for getting the app’s package name ( After compiling the app as apk ).

1 Like

Thankyou so much

1 Like

This post was flagged by the community and is temporarily hidden.

There is also a component to get the packageName:

2 Likes