Skip to content
Stand with Ukraine flag

Applications

The Applications tab in the Mobile App Center manages the mobile application configurations registered with your ThingsBoard instance. Each application entry defines the package name, platform, authentication secret, version requirements, and store links used by the ThingsBoard mobile app.

  1. Go to Mobile center and open the Applications tab.
  2. Click + Add application in the upper-right corner.
  3. Enter the application package name (e.g. com.example.myapp).
  4. Select the platform type: Android or iOS.
  5. An Application Secret is generated automatically. Copy and store it — your mobile application uses this secret to authenticate with the ThingsBoard API.
  6. Set the application status:
    • Draft — application is in development; store information can be added later.
    • Published — application is live and available to end users.
    • Deprecated — application is no longer actively supported but still accessible.
    • Suspended — application is temporarily disabled.
  7. (Optional) Specify Min version (minimum app version allowed to connect) and Latest version (current release), with optional release notes.
  8. Add store information:
    • Android: Google Play Store URL and SHA256 certificate fingerprints.
    • iOS: App Store URL and App ID.
  9. Click Add to save.

All fields except platform type can be edited after creation.

  1. Click the application row to open its details panel.
  2. Click the pencil (edit) icon to enter edit mode.
  3. Make the necessary changes.
  4. Click Apply to save.
  1. Click the trash icon on the application row.
  2. In the confirmation dialog, click Understand consequences, delete application.