立即试用 商务报价
Mobile PE应用程序
文档 > 发布

本页目录

Build and release ThingsBoard PE 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