How to check new version is available on iTunes?

倖福魔咒の 提交于 2019-12-06 09:19:09

问题


I need to check my iOS app version on iTunes. If a newer version is available, I want to show UIAlert. I don't want to store version number on my server, because a newer version can be available at any time.

Is it possible to check my app version on iTunes?


回答1:


Yes, it is possible.

Have a look at this very recommendable open source library for iOS and Mac OS X: https://github.com/nicklockwood/iVersion



来源:https://stackoverflow.com/questions/12314483/how-to-check-new-version-is-available-on-itunes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!