iTunes api, lookup by bundle ID?

后端 未结 5 770
予麋鹿
予麋鹿 2020-12-01 05:44

Is there any way to use the iTunes API to lookup information based on the unique app bundleId? I have an iphone app, I want to use the API to check to see if the user has th

5条回答
  •  南笙
    南笙 (楼主)
    2020-12-01 06:03

    You can use the library, iVersion, to see if the user has the latest version of the app from within the app.

    iVersion

    Library for dynamically checking for updates to Mac/iPhone App Store apps from within the application and notifying users about the new release. Can also notify users about new features in the app the first time they launch after an upgrade.

    https://github.com/nicklockwood/iVersion

提交回复
热议问题