Link to home
Start Free TrialLog in
Avatar of augustkrys
augustkrys

asked on

Link to an IOS app from URL

Can you link to an IOS app install on iphone from a web url  of an app that you didnt develop or own? I understand you can do this if you create the app by defining the URL Scheme and calling it seems to be pretty simple. But What about if you dont own the app?
Avatar of pgnatyuk
pgnatyuk
Flag of Israel image

On your phone you can install an app of any developer, if this developer added your phone to his own device list and your phone is included in the provisioning profile of this developer.

You can install any app from the AppStore.
You can install an enterprise app - an enterprise may have an enterprise account on Apple and may distribute own apps.
You can use TestFlight to distribute apps, for example, for beta-testers. Also it is one of the features in iOS 8.
Avatar of augustkrys
augustkrys

ASKER

Thanks- Maybe i wasnt clear-
This is what i want to happen  i click a link on my website and open a already installed  app  on my iphone .

<a href="link to iphone app">CLick here</a>

Again I dont have any access to developers device list or the schema  link call
ASKER CERTIFIED SOLUTION
Avatar of pgnatyuk
pgnatyuk
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial