// 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