[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

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. The action returns three values: JSON (text), keys (list of texts) and values (list of texts).

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.

Update to version 1.2.2 to be able to read keys and values from pkpass without using a JSON plugin.