tags:

views:

17

answers:

1

Hi... I am developing an application in which i need to find the apps which are already installed in iphone device such as Skype, facebook. I need to check it using objective -c ( snow leopard 10.6.2).

Thanks in advance ..

A: 

You can't. I'm not sure if there even is a Private API....

jrtc27