Replies: 2 comments 5 replies
-
Ho @akash-86, thank you for using passkit-generator! I've never setup an add-to-wallet button, but I remember to have seen several details on Apple HIG. Comes naturally that I don't know any libraries for such buttons. For what I know, the idea behind is the one of generating the pass when the user clicks the button. Therefore you'll need to have and endpoint exposed to generate one on demand. You generally shouldn't generate the pass before the user request and then save it, because it might be useless. Let me know if this helps or if you have any further questions. |
Beta Was this translation helpful? Give feedback.
-
So currently I am using latest node version for development purpose, but for the production requirements It will need to be shifted in node version 12 because the project is build upon it. So can passkit-generator will support version 12 ? |
Beta Was this translation helpful? Give feedback.
-
I'm currently working on implementing an Apple Wallet system for my web application, and I've successfully generated personalized event tickets using PassKit-Generator. Now, I'm seeking guidance on the subsequent steps for distributing these passes to users when they click on an "Add to Apple Wallet" button. Specifically, I'd appreciate insights on how to seamlessly enable users to add these passes to their Apple Wallets after the passes have been generated. Any advice, code snippets, or recommended libraries related to pass distribution and integration with Apple Wallet would be highly valuable. Your expertise is greatly appreciated, and I look forward to hearing from the community.
Beta Was this translation helpful? Give feedback.
All reactions