How to detect if an app is installed (without URI scheme)?

180 views Asked by At

Let's say I have launched an app on iOS app store.

I have a couple of details, like app ID, wildcard, etc.

How can I determine, preferably using Cordova/Phonegap, whether this app has been installed on my device?

There is a cordova plugin that allows you to do this, bit it requires a custom URI scheme as input.

Link: ngCordova/appAvailability

However, this requires that you register your custom scheme. What if you haven't defined it?

Is there a way to get it quickly?

0

There are 0 answers