Custom URL Scheme in Swift5+

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

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

  • @akshayagarwal5449
    @akshayagarwal5449 2 ปีที่แล้ว +1

    thanks for the video sir

    • @PushpendraSaini
      @PushpendraSaini  ปีที่แล้ว

      Thank you, Please subscribe my channel

  • @ubaidbhatti927
    @ubaidbhatti927 2 ปีที่แล้ว +1

    bhai apki help chaia With out pod custum OTP Screen pod wali same function chaia but pod ka bghair kasa banay gi or uski Validation b
    Please help me

    • @PushpendraSaini
      @PushpendraSaini  2 ปีที่แล้ว +1

      Maine video bnaya hua hai otp and login screen pr Chanel pr jakr check kro ik baar.

  • @VivekKubavat-v9k
    @VivekKubavat-v9k ปีที่แล้ว +1

    hello Sir , can you please share me universal URLscheme video link for swift5+ > >

  • @biyushshrestha6732
    @biyushshrestha6732 2 ปีที่แล้ว +1

    it shows "Safari cannot open the page because the address is invalid." in physical devices but works in Simulator.

    • @PushpendraSaini
      @PushpendraSaini  2 ปีที่แล้ว

      Make sure you have given correct url scheme in the project target info

    • @biyushshrestha6732
      @biyushshrestha6732 2 ปีที่แล้ว +1

      @@PushpendraSaini But it works in the Simulator through.

    • @PushpendraSaini
      @PushpendraSaini  2 ปีที่แล้ว

      @@biyushshrestha6732 might be something is missing I have tried to run it in my device. It’s working. Check apple docs once and match with that

  • @ranganathchenna4559
    @ranganathchenna4559 2 ปีที่แล้ว +1

    after terminating the App ,
    is not redirected to View2Controller from safari browser

    • @PushpendraSaini
      @PushpendraSaini  2 ปีที่แล้ว

      That can be managed with the heirarchy of the controller. Or you can make viewcontroller2 to root controller

    • @ranganathchenna4559
      @ranganathchenna4559 2 ปีที่แล้ว

      @@PushpendraSaini
      After termination
      func scene(_ scene: UIScene, openURLContexts URLContexts: Set) { }
      this method is not triggering
      which method will call and how to handle?

    • @PushpendraSaini
      @PushpendraSaini  2 ปีที่แล้ว

      @@ranganathchenna4559 this method only will called. Make sure you have set the proper scheme in Project Target