List of all apps installed on iOS device and their position on the Home Screen (Springboard)

前端 未结 3 2096
再見小時候
再見小時候 2021-02-16 00:22

I\'ve been searching several days for a descent answer on how to acquire the list of installed applications on a device running iOS > 5.0 (com.apple.mobile.installation.pl

相关标签:
3条回答
  • 2021-02-16 00:48

    You can take a look into iTUnes Search API

    http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html

    0 讨论(0)
  • 2021-02-16 00:49

    Theoretically you could but that is accessing private ivar which is strictly prohibited by Apple.

    0 讨论(0)
  • 2021-02-16 01:13

    I don't know if Apple will ever authorised it. Honestly I don't think so. But for technical fun, if you want to do that, check how Airwatch or other MDM solution work, they can show all the apps installed.

    Have fun !

    0 讨论(0)
提交回复
热议问题