Stop the war

Support Ukraine

Try it now Pricing
Mobile Application
Community Edition Professional Edition Cloud Edge PE Edge IoT Gateway License Server Trendz Analytics Mobile Application PE Mobile Application MQTT Broker
Documentation > Publish your app
Getting Started

On this page

Build and release ThingsBoard Mobile Application

Build and release an Android version

Follow Build and release an Android app article when you’re ready to prepare a release version of your app, for example to publish to the Google Play Store.

Improtant notice: When building app for release, for example build app bundle you must provide —-no-tree-shake-icons flag to your build command:

1
flutter build appbundle --no-tree-shake-icons

Build and release an iOS version

Follow Build and release an iOS app article when you’re ready to release your app to the App Store and TestFlight.

Improtant notice: When building app for release, for example producing a build archive you must provide —-no-tree-shake-icons flag to your build command:

1
flutter build ipa --no-tree-shake-icons