You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

capacitor-pass-to-wallet

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-pass-to-wallet

Allow to add .pkpass files to Apple Wallet

4.0.1
latest
Source
npm
Version published
Weekly downloads
921
-4.46%
Maintainers
1
Weekly downloads
 
Created
Source

capacitor-pass-to-wallet

Allow to add .pkpass file to Apple Wallet

Example

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

Compatibility

Capacitor VersionPlugin Version
4.x1.x
5.x2.x
6.x3.x
7.x4.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; }>

Keywords

capacitor

FAQs

Package last updated on 09 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts