AEAppVersion is a simple and lightweight iOS App Version Tracking written in Swift.

Dead simple app version tracking. Add one line to your code and you’re all set.

I recommend adding this to the project before you really need it (e.g. initial version), so when you do have a need to change something on particular version update, it’s already there.

Features:

  • Check app version state via enum property
  • Get app version information via static properties
  • Covered with unit tests
  • Covered with docs

Leave a Reply