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.
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.
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.
It is possible but you need to use private APIs which make your app rejected by Apple.
Try these: