NRAppUpdate 1.0.0

NRAppUpdate 1.0.0

Maintained by ‘Naveen’.




  • By
  • naveenrana1309

NRAppUpdate

Version License Platform ScreenShot

Introduction

'NRAppUpdate enables the app to detect whether the new version of the app is available on itunes. For ex: During the launch of the app, it checks for update and shows the update prompt accordingly.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Xcode 9+ , Swift 4 , iOS 9 and above

Installation

NRAppUpdate is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "NRAppUpdate"

Usage

override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
NRAppUpdate.checkUpdate(for: "---YOUR APP ITUNES ID---")

//Your app id--  Just check the itunes url of your app "https://itunes.apple.com/in/app/myapp/id284882915?mt=8"  and here is your app itunes id 284882915 

}

Contributing

Contributions are always welcome! (:

  1. Fork it ( http://github.com/naveenrana1309/NRAppUpdate/fork )
  2. Create your feature branch ('git checkout -b my-new-feature')
  3. Commit your changes ('git commit -am 'Add some feature')
  4. Push to the branch ('git push origin my-new-feature')
  5. Create new Pull Request

Compatibility

Xcode 9+ , Swift 4 , iOS 10 and above

Author

Naveen Rana. See Profile

Email: [email protected].

Check out Facebook Profile for detail.

License

NRAppUpdate is available under the MIT license. See the LICENSE file for more info.