[NEW Plugin] Apple Wallet Files .pkpass 🍏

DEMO: https://plugin-testing-page.bubbleapps.io/version-test/pkpass?debug_mode=true
GET IT HERE: Apple Wallet Files .pkpass Plugin | Bubble

wallet_app_icon-885946696

Origin Story: Reading PKPASS format - #4 by jonah.deleseleuc

In short: seemingly obvious plugin did not exist, so I made it quickly & for free. :stuck_out_tongue:

Read & Parse Apple Wallet Passbook files (.pkpass)

  1. Run the server side action “Read pkpass” and provide it the URL of your pkpass

  2. Access the pkpass as JSON. It will be returned as text by the action, so you will need to know how to parse JSON to extract any particular fields.

Questions, comments, suggestions? Let me know! :slight_smile:

Like my work? Buy me a coffee

2 Likes

New version 1.2
You can now directly extract files from your pkpass with the “Extract from pkpass” action

The returned text is a data URI (Raw data for those of you familiar with Better Uploader) representation of your file. If it’s an image, you can directly display it on the page.