1

I am developing iPhone app . Which is like e-commerce app. In that i want to handle custom url.

My url is something like this : www.abc.com/m/view.html?productId=123&name=user .

Now I want to handle this custom url. I have added custom url scheme as shown in screenshot. It works on iOS 8 . For iOS 9 and later it not working. I have also whitelisted scheme name .

In iOS 9 and later when I try to open url in safari , I can see pop up like "Want's to open app ?" with cancel and open button . but after some time it dismissed automatically .

Can you please help me to solve this ?

Thanks in advance ..!!!

enter image description here

1 Answer 1

3

Your deepLink should look like

abc://www.abc.com/m/view.html?productId=123&name=user

because you did register URL Schemes as a abs not a http or others

Sign up to request clarification or add additional context in comments.

10 Comments

if i register url schemes as . http:// www.example.com? should it works ?
No http URL Scheme is reserved.
do i have to change url while generating app link ?
If you have a server. It can handle standard link like http:// www.example.com and redirect to your link like abc://www.abc.com/m/view.html?productId=123&name=user
Yes . i have server but if my app is not installed then it should be open in safari . Does this works ?
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.