简体   繁体   中英

Alert when new version of iOS app is available

Is there an open source library out there for presenting an in-app alert when a new version is available to download? Push notification would be a plus also.

iVersion sounds like the exact thing you are looking for. It works similar to Sparkle on Mac OSX where it consults a remote file on your website where you can bump the version number once Apple approves your app and shows a prompt to the user if their version is lower than the one specified on your server.

这是另一个https://github.com/jacobsologub/appdate ,它只是调用Apple的搜索API来检查给定的应用程序“你的应用程序”是否有更新。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM