59
Views
1
Comments
Solved
How to create URL Scheme?

Hello Guys

I need to open an app already installed on an iPad from a link, but I can't

I've already tried to implement some solutions that I found here forum, but I can't

It was only possible to redirect to the App Store.

Does anyone have an example of how to make URL Scheme?

UserImage.jpg
Larisse Alves
Solution

We achieved

Solution

We call the following JS:

window.location = 'imdb://<AppID>/<Screen>';


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.