ios - How to check if a specific application is installed or not? -


i have 2 applications abc , xyz. need show download prompt xyz app in abc application. condition is, if xyz pre-installed prompt should not shown.

the twist here not have code access of xyz application (since developed other team of same client) cannot use uri schemes here.

i have tried this approach of no use.

any appreciated. :)

if owner of both applications can use url-schema technique. if not, know url-schema of xyz app, can check canopenurl: method wheter xyz istalled or not


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -