iVersion
iVersion copied to clipboard
[DEPRECATED]
I'm using version 1.9.7. The app has recently been launched, but there is no update prompt.
Why is this project deprecated? 😔
Any simple say to disable checking the MacAppStore for updates ? if i want to use it for a non publish app ?
Your are searching for a maintained iVersion alternative or a another solution for showing your users an alert if a new update of your app is available? I recommend you...
Great library! I am trying to figure out why v 1.11 beta isn't showing the latest release notes in iOS 7 after a new version is installed. I have set...
localizedstring path is not correct
I couldn't get the local release notes to display, and I realized that it was because this property actually expects a file name, not a path. I think this property...
This code could use some improvement: Currently it starts its own thread to download the data, then starts a synchronous request (which in turn starts its own thread and blocks...
This still uses NSURLConnection, but turns off the deprecation warnings for it using `#pragma`. Would be a much better idea to upgrade to using NSURLSession instead.
For some scenarios it might be sufficient to have an alert view that just notifies the user about a new version, but display of release notes is not important. Am...