Deep Linking Using Custom URL Scheme Example in Swift

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ย. 2024

ความคิดเห็น • 16

  • @pankajbattise5819
    @pankajbattise5819 3 ปีที่แล้ว

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

  • @nahidraihan2934
    @nahidraihan2934 6 ปีที่แล้ว

    is there any way to get that url in AppDelegate-> 'applicationDidBecomeActive''? . 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 .

  • @willjohn5810
    @willjohn5810 6 ปีที่แล้ว

    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

  • @brianotoole2184
    @brianotoole2184 6 ปีที่แล้ว

    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

  • @paulosoares8626
    @paulosoares8626 4 ปีที่แล้ว

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

    • @SergeyKargopolov
      @SergeyKargopolov  4 ปีที่แล้ว +1

      No, you cannot send image using this approach. But it can trigger an up to download an image. Image Id can be passed with a link and when the app starts it can load an image

  • @subbareddy5685
    @subbareddy5685 6 ปีที่แล้ว

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

  • @AlekseiPetrovski
    @AlekseiPetrovski 5 ปีที่แล้ว

    thanks for video, clear explanation.

  • @Ram_9292
    @Ram_9292 6 ปีที่แล้ว

    can you please explain app thinning also.

  • @EssamSoft
    @EssamSoft 7 ปีที่แล้ว +1

    thank you so much

  • @SeniorLifeDeveloper
    @SeniorLifeDeveloper 7 ปีที่แล้ว +1

    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 :)

    • @SergeyKargopolov
      @SergeyKargopolov  7 ปีที่แล้ว

      +pawisoon google for Universal Link
      example. Is this what you need?

  • @_kaverna
    @_kaverna 5 ปีที่แล้ว +1

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

  • @jackpitts5561
    @jackpitts5561 5 ปีที่แล้ว

    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"