Deep Linking Using Custom URL Scheme Example in Swift

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

How can we pass parameter in dynamic link run time? example token from website

pankajbattise
Автор

is there any way to get that url in AppDelegate-> . Actually, I am trying to pass url path to another view controller and initiate that . But when app goes background its just Wake up with previously loaded viewcontroller .

nahidraihan
Автор

hello this work is working fine in my demo product but when I am doing in my project the appdelegate fuction is not calling
can you plz suggest me what can be done to do so

willjohn
Автор

Thanks for tutorial, let me know is there someway to send image through this approach?

paulosoares
Автор

great tutorial, but this isn't working for me in xcode 10. specifically, I'm getting a message that safari can't open the page because the address is invalid

brianotoole
Автор

can you please explain app thinning also.

Ram_
Автор

This is working in simulator but not in device can you suggest me reason

subbareddy
Автор

Great video! Do you know how to make it working for just a normal link?
Like for eg: snapchat or youtube does? snapchat.com/add/user opens same popup and asks to use the snapchat app.
Do they include anything in the header or something? I want to do this for my app which scrape one website and I just want to handle people's requests. They will have my app installed so theres no point going to that website again. How to redirect them just from the link? help :)

SeniorLifeDeveloper
Автор

You posted as a swift tutorial but you are working on android

_kaverna
Автор

dude, start out with an example so we even know what your video is about. not everyone is born understanding "deep linking" and "custom url scheme"

jackpitts