Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active August 27, 2020 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/ad67077bcd46dacda05d624f7acf20b3 to your computer and use it in GitHub Desktop.
Save MartinZikmund/ad67077bcd46dacda05d624f7acf20b3 to your computer and use it in GitHub Desktop.
if (LaunchTracker.Current.IsFirstLaunch)
{
// Display pop-up alert for first launch
}
if (LaunchTracker.Current.IsFirstLaunchForCurrentVersion)
{
// Display update notification for current version (1.0.0)
}
if (LaunchTracker.Current.IsFirstLaunchForCurrentBuild)
{
// Display update notification for current build number (2)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment