3

I have two applications ABC and XYZ. I need to show the download prompt for XYZ app in my ABC application. However the condition is, if the XYZ is pre-installed the prompt should not be shown.

The twist here is that i do not have code access of XYZ application (since it is developed by some other team of same client) so i cannot use URI schemes here.

I have also tried this approach but is of no good use.

Any help is appreciated. Thanks :)

Community
  • 1
  • 1
Ashwin
  • 87
  • 1
  • 6

1 Answers1

4

if you are the owner of both applications you can use URL-schema technique. even if you are not, but you know the URL-schema of XYZ app, you can check with canOpenUrl: method wheter XYZ is istalled or not

heximal
  • 10,327
  • 5
  • 46
  • 69