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 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/
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/
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
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.
@@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.
@@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.
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 😀👍
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.
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.
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/
Great article
@@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/
Thank you very much for this video! Would be great if you show the other api's where we can update the pass
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/
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
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.
@@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.
@@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.
Hi Rahul, are you not planning to do videos on azure related topics? Those old videos were really helpful. Looking forward to seeing more
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 😀👍
@@RahulNathlogic apps would be good.
is it free to use apple wallet?
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?
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.
could i automate the generation of the passes with azure logic apps /functions also?
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.
Hi Rahul, Is there any video with google Wallet as well?
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.
hi. can we create apple wallet and google wallet using laravel? if yes, can you create one please.
You should be able to, but I am not a laravel programmer. Maybe this? github.com/thenextweb/passgenerator
Hi. Thank you. Azure AI/Open AI features.
Thank you for the suggestion Sajin
bro i am about to lock a project fingers crossed
Great Ammar congrats! Did any of these videos help you?