Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created August 27, 2020 08:57
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/501bf282d8153b6f3e86d84bd95648ae to your computer and use it in GitHub Desktop.
Save MartinZikmund/501bf282d8153b6f3e86d84bd95648ae to your computer and use it in GitHub Desktop.
// Get number of times the app has been launched
LaunchTracker.Current.LaunchCount
// Get the time when the current instance of app has been launched
LaunchTracker.Current.CurrentLaunchDate
// Get the time the app has been launched last time
LaunchTracker.Current.PreviousLaunchDate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment