tags:

views:

44

answers:

1
+1  Q: 

Iphone programming

how to find whether a particular application already exists in iphone through code

+2  A: 

There is no way to do this. You are restricted to your application's sandbox and cannot access any other app's data.

Jacob Relkin
so there is no way to find which all applications exists in iphone???
Sneha Ambure
@sneha Not **legally** at least.
Jacob Relkin
we cant even check if applications like chat exists or not?????
Sneha Ambure
No. This is not allowed and will cause your app to be rejected.
Jacob Relkin