Questions tagged [wallet]

(Apple) Wallet tag is applicable for questions relating to Apple Wallet (formally Passbook), Apple Pay, and Apple's PassKit framework. Wallet makes use of APNS to trigger push updates to pass content.

Apple Wallet (referred to as simply Wallet) is a default application in iOS. Introduced under the name Passbook in iOS6, it was renamed as Wallet in iOS9. Wallet allows users to store coupons, boarding passes, event tickets, store cards and, starting with iOS 8.1, credit cards, loyalty cards, and debit cards for users holding compatible credit cards, in territories where Apple Pay is available.

Apple Wallet Developer's guide

443 questions
10
votes
3 answers

Could we consider non-plugins web-based crypto wallets as safe?

I know a bunch of crypto wallets which works in IFRAMEs and similar technologies right inside a web browser without needing to install any plugins: https://authereum.org https://www.portis.io https://tor.us https://fortmatic.com But are they…
k06a
  • 17,755
  • 10
  • 70
  • 110
10
votes
1 answer

iOS App Entitlement 'com.apple.developer.payment-pass-provisioning' does not get incorporated in build in Xcode 9

I am developing an App that allows a user to provision a payment pass in the Wallet via the App. In order to do this you must request Apple to add the following entitlement com.apple.developer.payment-pass-provisioning to your development team…
Bergasms
  • 2,203
  • 1
  • 18
  • 20
10
votes
2 answers

How to add a credit/debit card into apple wallet from the ios App

I would be really helpful if anyone provides a solution to know, how do we add the credit/debit card details to Wallet from our App. I have the credit/debit card details for the user and when user tap on Apple Pay option in my App, the Add Card…
Prasanth Raj
  • 157
  • 1
  • 2
  • 8
9
votes
3 answers

Solana : Adding Sollet / Phantom Wallet Connect to my website - Steps?

I was hoping if anyone could point me in the right direction... I am trying to add the "wallet connect" extension (e.g. sollet / phantom) functionality to my website but I have no idea where to start. Metamask has a good explanation / examples of…
jeeberjoe
  • 91
  • 1
  • 1
  • 2
8
votes
0 answers

Can removing reference to Passkit will allow me to transfer App from One Developer Account to another Developer account?

I am not able to transfer my iOS App from one Developer Account to another as it contains reference to PassKit.framework. Will it be possible to transfer app if I remove PassKit.framework. My app does not contain Wallet entitlement of any kind.
Rohit_RK
  • 405
  • 4
  • 12
8
votes
1 answer

App shows "support wallet" in App store even though wallet is turned off in capabilities

We recently launched iOS app on the app store. Some of code files reference Passkit framework. Also Entitlements has been added with com.apple.developer.pass-type-identifiers key and respective team id. But inside app capabilities we have…
Vishnu gondlekar
  • 3,896
  • 21
  • 35
7
votes
1 answer

Can you control the order of passes while adding it to Apple Wallet?

I am using this API to add multiple grouped passes to Apple Wallet. I realized that added passes in the wallet doesn't follow the order of array [PKPass] that I gave it to this API. public func addPasses(passes: [PKPass], withCompletionHandler…
kidsid49
  • 1,358
  • 3
  • 18
  • 37
6
votes
2 answers

Why do some Apple Wallet generated QR codes contain so much additional junk?

I am trying to create an Apple Wallet pass for SMART Health Card QR codes. The content of the QR code will be something like the following dummy data, and it appears to be generated with a medium error correction…
ieatpizza
  • 464
  • 4
  • 14
6
votes
1 answer

iOS PassKit partial update and privacy

We would like to send iPhone Wallet cards to users containing important health information that they need to have with them at all times. Because of privacy concerns, we would like to just use a web form, have the user input the required fields,…
Mundi
  • 79,884
  • 17
  • 117
  • 140
6
votes
2 answers

iOS how to take user directly to the Wallet app

I'm integrating Apple Pay now and I see iOS Human Interface Guidelines for Apple Pay. https://developer.apple.com/ios/human-interface-guidelines/technologies/apple-pay/ How can I open the Wallet app when the user taps a button?
Capella
  • 881
  • 3
  • 19
  • 32
5
votes
2 answers

How to get private and public keys for the wallet by providing a seed phrase (NEAR Protocol)

I need to be able to get public and private keys for NEAR wallet by providing it's seed-phrase. I've found a specific library/repo in NEAR's GitHub account that looks very promising for my case :) : https://github.com/near/near-seed-phrase But,…
Soulwish
  • 153
  • 1
  • 6
5
votes
2 answers

Programmatically add a credit/bank card to a user's apple wallet

I work for a bank and I am working on a project that programmatically add a user’s credit/bank card to their apple wallet. The card has been issued by our bank. Our app already has the entitlement com.apple.developer.payment-pass-provisioning. I am…
coder
  • 1,274
  • 1
  • 13
  • 19
5
votes
0 answers

Apple Pay In App Provisioning : LinkAndProvisionResponse API

In the implementation document of Apple Pay In-app Provisioning, it refers to the LinkAndProvisionResponse API. Please share your inputs for this API; and where and how exactly it need to be invoked.
Vishal
  • 91
  • 2
5
votes
0 answers

My iPhone does not offer to add a .pkpass file to my Apple Wallet

I created a pass using the following node module: https://github.com/assaf/node-passbook Everything seems to work well. However, when I send it to myself on email and click on it on my iPhone in the mail client, I'm not offered to add it to the…
Nikola Schou
  • 2,386
  • 3
  • 23
  • 47
5
votes
2 answers

How to create "Add to apple wallet" button using PKAddPassButton for passes with localisation

In my iOS project I have a screen which allows the user to create apple passes and add it to the wallet. Apple recommends creating "Add to apple wallet" button using PKAddPassButton. When I tried creating apple pass using following code: let…
Shailesh Chandavar
  • 1,614
  • 14
  • 20
1
2 3
29 30