APPLE WALLET PASS | .NET ON AWS | Serverless

Поділитися
Вставка
  • Опубліковано 4 січ 2025

КОМЕНТАРІ • 25

  • @RahulNath
    @RahulNath  8 місяців тому +2

    If you want to learn on how to set up Push Notifications to keep the Wallet Pass up to date check out this blog post here www.rahulpnath.com/blog/apple-wallet-push-notifications/

  • @svinareshkonga
    @svinareshkonga 4 місяці тому

    Great article

    • @RahulNath
      @RahulNath  4 місяці тому

      @@svinareshkonga Glad you like it - Here’s a follow up article on implementing push notifications if you are interested
      www.rahulpnath.com/blog/apple-wallet-push-notifications/

  • @oktaycurebal6405
    @oktaycurebal6405 Рік тому +1

    Thank you very much for this video! Would be great if you show the other api's where we can update the pass

    • @RahulNath
      @RahulNath  Рік тому +2

      Glad you liked it Oktay! I have a blog post showing this at the moment and video coming out soon www.rahulpnath.com/blog/apple-wallet-push-notifications/

  • @swatisaxena2634
    @swatisaxena2634 Місяць тому +1

    Looked up your video regarding apple wallet pass creation. Did you not need to setup last modified header during pass creation for wallet auto update to work? Read in couple of sites that for auto update pass creation should have that header too otherwise update will not work

    • @RahulNath
      @RahulNath  Місяць тому

      Yes you are correct Swati - You need to set that up too. I do it on the auto-update/callback URLs. Let me know if you are interested to see how to set up the auto pass update as a video. I do have blog post on it here www.rahulpnath.com/blog/apple-wallet-push-notifications/
      Let know if you have additional questions.

    • @swatisaxena2634
      @swatisaxena2634 Місяць тому

      @@RahulNathagree, in the link you provided it is auto update get updated pass call but i was asking about when you create pass in this video we will need to set it up there too, correct? So we need to have last-modified header both at the time of creation and update.

    • @RahulNath
      @RahulNath  Місяць тому

      @@swatisaxena2634 Don't think it's mandatory, but it does help to avoid unnecessary updates the first time around.
      In my use case, the first pass entry I created (for where I built this in real world), it's a microservices based architecture, and I created a dummy pass with the required id's. The details for the pass itself was getting updated in the callback and not at the time of adding. But that was very specific to my scenario. I don't think anything going wrong by specifying it additionally. Hope that helps.

  • @sajinp283
    @sajinp283 Рік тому +2

    Hi Rahul, are you not planning to do videos on azure related topics? Those old videos were really helpful. Looking forward to seeing more

    • @RahulNath
      @RahulNath  Рік тому +1

      Hey Sajin - Thank you and glad you liked those videos. I’ve been mostly using AWS at work these days , hence the videos around that. Been wanting to do Azure too. What topics are you looking at - any suggestions? Maybe I’ll try and get back to some Azure content soon 😀👍

    • @abhisheksah20
      @abhisheksah20 Рік тому

      ​@@RahulNathlogic apps would be good.

  • @ravi_kalakoti
    @ravi_kalakoti Місяць тому

    is it free to use apple wallet?

  • @JorgeAyala-ch3wn
    @JorgeAyala-ch3wn 8 місяців тому

    thank you for the walk through Rahul, i am interesting into signing the pass in my server to send updates, does anyone knows any tutorial?

    • @RahulNath
      @RahulNath  8 місяців тому +1

      Thank you Jorge. I wrote about the Push Notifications bit here www.rahulpnath.com/blog/apple-wallet-push-notifications/
      Haven't yet got to making a video for it. Happy to help if you have additional questions.

  • @Luca-w7n
    @Luca-w7n 2 місяці тому

    could i automate the generation of the passes with azure logic apps /functions also?

    • @RahulNath
      @RahulNath  2 місяці тому

      Should be possible - it's basically generating a zip file/json file. The code can run anywhere. Let me know if you run into issues.

  • @turningpoint3300
    @turningpoint3300 3 місяці тому

    Hi Rahul, Is there any video with google Wallet as well?

    • @RahulNath
      @RahulNath  3 місяці тому

      I don't have one yet! I have implemented the same on that as well, maybe will make a video on it soon! Feel free to reach out if you have any specific questions.

  • @nishitsureka6152
    @nishitsureka6152 4 місяці тому

    hi. can we create apple wallet and google wallet using laravel? if yes, can you create one please.

    • @RahulNath
      @RahulNath  4 місяці тому

      You should be able to, but I am not a laravel programmer. Maybe this? github.com/thenextweb/passgenerator

  • @sajinp283
    @sajinp283 Рік тому

    Hi. Thank you. Azure AI/Open AI features.

    • @RahulNath
      @RahulNath  Рік тому

      Thank you for the suggestion Sajin

  • @ammartahir5871
    @ammartahir5871 5 місяців тому

    bro i am about to lock a project fingers crossed

    • @RahulNath
      @RahulNath  5 місяців тому

      Great Ammar congrats! Did any of these videos help you?