capacitor-pass-to-wallet
TypeScript icon, indicating that this package has built-in type declarations

4.0.1 • Public • Published

capacitor-pass-to-wallet

Allow to add .pkpass file to Apple Wallet

Example

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

Compatibility

Capacitor Version Plugin Version
4.x 1.x
5.x 2.x
6.x 3.x
7.x 4.x

Install

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

API

addToWallet(...)

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

Returns: Promise<{ message: string; }>


addMultipleToWallet(...)

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

Returns: Promise<{ message: string; }>


Package Sidebar

Install

npm i capacitor-pass-to-wallet

Weekly Downloads

2,294

Version

4.0.1

License

MIT

Unpacked Size

44.4 kB

Total Files

29

Last publish

Collaborators

  • nitnelav97