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 :)