FirstVersion 0.1

FirstVersion 0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Zhiping Deng

Save the app version string to keychain on app first run.

So you can know which version the user began to use your app, even if they uninstall your app then reinstall it.

How to Use

Just drag the FirstVersion.h and FirstVersion.m files into your project.

And add the following library dependency:

Usage

To get the first version string, you can call:

[FirstVersion getFirstVersion];