I know it’s something really simple, and I’m sure I’ve seen it here before but I can only find this at the moment:
This allows you to check if another app is present on Android devices, how would we do the same thing on iOS?
And once we know the app is there, how do we launch those apps? I’m guessing it’s something to do with openurl and url schemes, but I’m not sure. I’m hoping I don’t have to hardcode the names of other apps.
I want to be able to show a list of sister-apps to the user, which I would keep up-to-date on our servers. If the user already has one of the apps then I want them to show a play button which will switch to that app, otherwise I will show an install button with a link to the store (the link will be handled by the server too).
Thanks