cherifya / HSLUpdateChecker

Simple update checker for iOS apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HSLUpdateChecker

Simple update checker for iOS apps that displays an alert view with update release notes and the option to go to the App Store when an update for your app is available on the App Store. It uses the iTunes search API (http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html) to lookup your app info by its bundle identifier. Simply drop it into your app project and call the class method checkForUpdate at an appropriate time after app launch completes. It stores its data in user defaults and only prompts users to update once per version.

About

Simple update checker for iOS apps

License:MIT License


Languages

Language:Objective-C 89.7%Language:Ruby 10.3%