Allow to add .pkpass file to Apple Wallet
npm install capacitor-pass-to-wallet
npx cap sync
addToWallet(options: { base64: string; }) => Promise<{ message: string; }>
Param | Type |
---|---|
options |
{ base64: string; } |
Returns: Promise<{ message: string; }>
addMultipleToWallet(options: { base64: string[]; }) => Promise<{ message: string; }>
Param | Type |
---|---|
options |
{ base64: string[]; } |
Returns: Promise<{ message: string; }>