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. 
Read & Parse Apple Wallet Passbook files (.pkpass)
-
Run the server side action “Read pkpass” and provide it the URL of your pkpass
-
The action returns three values: JSON (text), keys (list of texts) and values (list of texts).
Questions, comments, suggestions? Let me know! 
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.
Introducing an exciting brand new feature! This plugin allows previewing .pkpass files on the page as it would on your iPhone 
You can even decide what side of the pass to display dynamically. This plugin will even generate QR codes and barcodes which are fully functional
You can provide either a URL or a data URL of the pkpass stored locally on the user’s device. (you can use Better Uploader to do this).
Upgrade to V2 and try the demo here: https://plugin-testing-page.bubbleapps.io/version-test/pkpass
Happy Bubbling!