IsDevelopmentBuild
Only available in Native Mobile Apps projects
The IsDevelopmentBuild
keyword can be used in Native Mobile projects to check if the current build is the Development Build from the Modeler.
The counterpart is the IsDistributionBuild.
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 Development Build.
False/No
if the app is not running the Development Build.
Last updated