Notify users when a new version of your iOS app is available. In Swift
##Reaplce With Your hosted json file { "AppInfo": { "AppName": "[PLACE_YOUR-APP-NAME_HERE]", "Version": "[PLACE_YOUR_RELEASED_VERSION_NO_HERE]" } }
##Reaplce With Your hosted json file url let url = NSURL(string: "[PLACE-YOUR-HOSTED-JSON-FILE-HERE]")
##Reaplce With Your Apple Store URL and App)ID Link = "itms-apps://itunes.apple.com/app/[PLACE-YOUR-APP_ID-HERE]"