How to Find the Application ID

Android | Technical Questions Thu. 16 May. 2024

What is an Application ID?

 

In Android app development, the "application ID" refers to the unique identifier of an application, also known as the Package Name. Every Android app must have a distinct application identifier, which is used on Android devices to differentiate between different applications.

 

The application identifier is typically formatted as a reverse domain name, usually in the form of com.yourcompany.appname.

 

ComPDFKit bases your license on the application ID you provide. Once an application ID is registered in the ComPDFKit license portal, it can’t be changed. Please note that these IDs are case-sensitive, so make sure you register the correct case variant.

 

How to Find the Application ID?

 

1.Open your Android Studio project.

2.In the Project Navigator, navigate to the "app" folder.

3.Open the build.gradle file.

4.Within the android block, locate the defaultConfig block, and find the applicationId attribute. The value of this attribute is your application's ID, usually in the format "com.yourcompany.appname".

 

Note: Since the naming rules for the application ID are a bit more restrictive, for example, all characters must be alphanumeric or an underscore [a-zA-Z0-9_]. As application ID is case-sensitive, please double-check it to ensure you can get our license successfully.

 

Find the Android application ID

If you have any questions about how to get an application ID, feel free to contact us at support@compdf.com!

 

Ready to Get Started?

Download our all-in-one ComPDFKit for free and run it to your project within minutes!