Hello All,
How to find the app is installed in device. Thanks in Advance
Regards,
Arunkumar.P
Hello All,
How to find the app is installed in device. Thanks in Advance
Regards,
Arunkumar.P
If you look for an application that registers a URL scheme that it can open, then you can check for the presence of that app using the UIApplication -canOpenURL: method, as documented here: Apple Docs ; otherwise it is not possible normally from the SDK.