appBuild property
Optional - If omitted and the template has any conditions that depend on app_build, they will be evaluated as false.
- On Android, this is the Version Code, which is a positive integer, e.g.,
-
- On iOS, this is the CFBundleVersion, which is a string comprised of three non-negative, period-separated integers with the first integer being greater than zero—for example, 3.1.2. * On Web, the concept of a build number is not well defined, and thus should not be set.
Implementation
core.String? appBuild;