Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

[Proposal] Add an API to Track App Versions #124

Merged
merged 9 commits into from
Apr 5, 2018
Merged

[Proposal] Add an API to Track App Versions #124

merged 9 commits into from
Apr 5, 2018

Conversation

mattleibow
Copy link
Contributor

@mattleibow mattleibow commented Mar 28, 2018

This is inspired by https://github.com/colbylwilliams/VersionTrackingPlugin
This way there is no need for complex code, just use the Preferences and AppInfo

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Has samples (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard
  • Updated documentation (see walkthrough)

@mattleibow mattleibow added the proposal Proposed feature or enhancement. label Mar 28, 2018

static Dictionary<string, List<string>> versionTrail;

public static void Track()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this really be required? Couldn't we just make a static constructor that gets called when anyone accesses a method?

I could see people calling IsFirstLaunchEver all the time...

@jamesmontemagno jamesmontemagno added in-progress Actively being worked on. and removed proposal Proposed feature or enhancement. labels Apr 3, 2018
@jamesmontemagno
Copy link
Collaborator

Can you add to readme :) added PR requirements

jamesmontemagno
jamesmontemagno previously approved these changes Apr 3, 2018
@jamesmontemagno jamesmontemagno added DO-NOT-MERGE Don't merge it.... don't do it! and removed in-progress Actively being worked on. labels Apr 3, 2018
@mattleibow mattleibow added this to the v1.0-preview-1 milestone Apr 4, 2018
@mattleibow mattleibow added the awaiting-review This PR needs to have a set of eyes on it label Apr 4, 2018
@jamesmontemagno jamesmontemagno merged commit 64f6130 into xamarin:master Apr 5, 2018
@mattleibow mattleibow deleted the add-version-tracking branch April 9, 2018 10:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
awaiting-review This PR needs to have a set of eyes on it DO-NOT-MERGE Don't merge it.... don't do it!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants