capacitor-pass-to-wallet
Allow to add .pkpass file to Apple Wallet
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; }>