-3

I want to know is it possible to get a list of installed application on IOS. (in android, it is possible using package manager.)

And if it possible, How could i do?

Please help.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
user2688423
  • 107
  • 2
  • 12
  • Of cause. But Apple will reject your app. http://stackoverflow.com/questions/7226406/get-list-of-all-installed-apps – Bannings May 23 '15 at 16:04

2 Answers2

0

While possible, by calling canOpenURL multiple times, Apple has recently begun rejecting apps that do so. Even then, it's impossible to do so with apps that don't have a published URL scheme.

bgilham
  • 5,909
  • 1
  • 24
  • 39
0

It is possible but you need to use private APIs which make your app rejected by Apple.

Try these:

https://stackoverflow.com/a/27833902

https://stackoverflow.com/a/12178561

Community
  • 1
  • 1
Thiêm
  • 155
  • 8