VersionTracking.IsFirstLaunchForBuild(String) Method

Definition

Determines if this is the first launch of the app for a specified build number.

public static bool IsFirstLaunchForBuild (string build);

Parameters

build
String

The build number.

Returns

Returns true if this is the first launch of the app for the specified build number; otherwise false.

Applies to