3.0.0 • Published 7 days ago

capacitor-pass-to-wallet v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days ago

capacitor-pass-to-wallet

Allow to add .pkpass file to Apple Wallet

Buy me a coffee if you think this plugin was very useful for your project https://paypal.me/nitnelavah?country.x=MX&locale.x=es_XC

Example

https://youtu.be/FUt2J385yCQ https://github.com/NitnelavAH/IonicAdd2Wallet

Compatibility

Capacitor VersionPlugin Version
4.x1.x
5.x2.x
6.x3.x

Install

npm install capacitor-pass-to-wallet
npx cap sync

API

addToWallet(...)

addToWallet(options: { base64: string; }) => Promise<{ message: string; }>
ParamType
options{ base64: string; }

Returns: Promise<{ message: string; }>


addMultipleToWallet(...)

addMultipleToWallet(options: { base64: string[]; }) => Promise<{ message: string; }>
ParamType
options{ base64: string[]; }

Returns: Promise<{ message: string; }>