Notification of the availability of a new version of the iOS application.

Is there an open source library to present an alert in an application when a new version is available for download? Push notification will also be a plus.

+7
source share
2 answers

iVersion sounds like the exact thing you are looking for. It works similar to Sparkle on Mac OSX, where it consults the deleted file on your website, where you can raise the version number after Apple approves your application and displays an invitation to the user if their version is lower than indicated on your server.

+11
source

Here is another https://github.com/jacobsologub/appdate , it simply calls the Apple Search API to check if this application has โ€œyour applicationโ€ update.

+6
source

All Articles