Skip to main content

Apps

Abra Dashboard shows all registered apps that you have access to within the selected organisation.

Register app

info

Only Organisation Administrators can register new apps.

  1. Open Abra Dashboard.
  2. Select your Organisation in the sidebar.
  3. Navigate to Apps in the sidebar.
  4. Press the New app button in the top-right corner.
    • Fill in the name of the app.
    • Fill in the app identifier.
    • Select the platform (Android or iOS).
    • Upload the app icon (optional).
    • Select the teams to associate with the app.
  5. Press Create to create the app.
tip

You can also register apps using Abra Desktop, it automatically extracts the name, platform, identifier and icon.

Identifiers

Each app has a unique identifier for identification. The identifier is usually based on the domain name of the product. For example, if the domain name is https://example.com/product, the identifier is usually com.example.product.

warning

The app identifier can be different on Android and iOS. Make sure to follow the steps for both platforms.

On Android, the identifier is named: package name.

Option 1: Google Play

If the app is available on Google Play, you have to follow the 2 steps below to find the package name.

  1. Open the Google Play page for your app in the browser.
  2. The URL contains the package name. For example, https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically means the package name is com.zhiliaoapp.musically.
Finding the bundle identifier using Google PlayFinding the bundle identifier using Google Play

Option 2: Source code

Developers can locate the package name in the AndroidManifest.xml or build.gradle file. The package name is defined in the package attribute of the <manifest>, or as applicationId attribute in gradle.

Finding the bundle identifier using Android StudioFinding the bundle identifier using Android Studio