# IsDistributionBuild

{% hint style="info" %}
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.&#x20;

The counterpart is [IsDevelopmentBuild](https://docs.wem.io/platform/wemreference/keywords/mobile/isdevelopmentbuild).

This function is SQL compatible. For more information about SQL compatibility, see our [documentation](https://docs.wem.io/platform/wemreference/sql-compatibility).
{% endhint %}

{% hint style="success" %}
Returns a <mark style="color:green;">Boolean / YesNo</mark> value:

`True/Yes` if the app is installed using the Distribution Build.\
`False/No` if the app is not running the Distribution Build.
{% endhint %}
