Skip to content

atroo/capacitor-pass-to-wallet

 
 

Repository files navigation

capacitor-pass-to-wallet

Allow to add .pkpass file to Apple Wallet

Install

npm install @atroo/capacitor-pass-to-wallet
npx cap sync

Compatibility

Capacitor Version Plugin Version
4.x 1.x
5.x 2.x

API

addToWallet(...)

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

Returns: Promise<{ value: string; }>


addMultipleToWallet(...)

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

Returns: Promise<{ value: string; }>


passExists(...)

passExists(options: { base64: string; }) => Promise<{ passExists: boolean; }>
Param Type
options { base64: string; }

Returns: Promise<{ passExists: boolean; }>


Releases

No releases published

Packages

No packages published

Languages

  • Swift 39.4%
  • Java 27.2%
  • TypeScript 13.4%
  • Ruby 8.4%
  • Objective-C 7.4%
  • JavaScript 4.2%