My application have iOS OpenVPN Connect app dependency.
So I have to check if the app is already installed or not
if so I will just Open the app using OpenURL scheme else I will open its appstore link so that user will install it.
So my problem here is I couldn't find any open url associated with this app.
Any help is appreciated !
To check if the user has the app at all, you would do the following:
But not all apps have url schemes. I know mine don't.
If you are not able to find any online, then chances are there isn't one. Try to contact the developers to find out if there even is one to begin with, otherwise try finding another app that has one, and use that one instead.