IsDistributionBuild

Only available in Native Mobile Apps projects

The IsDistributionBuild keyword can be used in Native Mobile projects to check if the current build is the Distribution Build from the Modeler, which can be used for distribution via public App Stores.

The counterpart is IsDevelopmentBuild.

This function is SQL compatible. For more information about SQL compatibility, see our documentation.

Returns a Boolean / YesNo value:

True/Yes if the app is installed using the Distribution Build. False/No if the app is not running the Distribution Build.

Last updated