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
5
votes
0 answers

Swift iOS: Save QR code from server to apple wallet

It is possible to save a downloaded QR-code from the server into apple wallet? Thank you
EgzonArifi
  • 830
  • 1
  • 11
  • 23
5
votes
0 answers

iPhone wallet not giving back device ID and Push token

I ran into a problem while integration "Registering a Device to Receive Push Notifications for a Pass" web service on my server for Apple Passes. Link Below:…
Vineet Ravi
  • 1,457
  • 2
  • 12
  • 26
5
votes
0 answers

Open another app from apple wallet pass

I need to add an interactive image in a pass that redirects to my app on tap. This has already been implemented in other apps like Book My Show. But I'm not able to work out how it's done.
sunu
  • 51
  • 1
5
votes
0 answers

creating pkpass files for Apple Wallet/Passbook on server-side

I'm new to iOs development, I am android developer. I followed the apple developer instruction and managed to create working boarding pass(pkpass file). But it's static and i built it using my macbook. What i want is to generate somehow the pkpass…
Jenya Kyrmyza
  • 327
  • 1
  • 5
  • 16
4
votes
1 answer

How to check if NFT is in a specific wallet

I need to check if a specific NFT is in a specific wallet, there is an API or a way to do it programmatically? Thanks a lot.
Edoardo Cortese
  • 154
  • 1
  • 12
4
votes
1 answer

Solana / web3.js : getting web3.Signer from wallet

I want to send a token from one wallet to another using web3.js and spl-token. To send it I have to create an object named Token, one of the parameters of the constructor of Token() is payer: web3.Signer. const mintPublicKey = new…
matt
  • 329
  • 4
  • 11
4
votes
1 answer

Is it possible to create the certificate to sign Apple Wallet Passes from a non-iOS system such as Ubuntu?

I'd like to create a certificate from Apple developer account and use it to sign Apple Wallet passes / passbook. So I can implement a server to generate the wallet passes to serve up my mobile app. The challenge to me is I'm on linux (Ubuntu to be…
4
votes
1 answer

Flutter: how to create Apple/google wallet card

Is there any way to create passes/cards for Apple wallet and google wallet? In swift this is done with passkit. How can I do it in Flutter!? Note I want to had card like tickets, boarding pass, loyalty card. I am not looking after adding credit card…
M4trix Dev
  • 1,828
  • 3
  • 23
  • 48
4
votes
0 answers

Is it possible to use NFCVASReaderSession to read Apple Wallet passes?

I am trying to use the new NFCVASReaderSession API on iOS 13 beta using an iPhone XR. NFCVASReaderSession.readingAvailable is returning false, but when I call session.begin() it launches the scan UI. A couple of questions: Is there additional…
Scott Condron
  • 1,902
  • 16
  • 20
4
votes
1 answer

How to add "Add to Apple Wallet" button with PKAddPassButton - swift

Sorry if this sounds dumb, complete swift noob here, I'm trying to create the "Add to Apple Wallet" button. But I can't figure out how. I've tried the code snippet here, but nothing showed up on my screen in the simulator. My current code: import…
asportnoy
  • 2,218
  • 2
  • 17
  • 31
4
votes
0 answers

Apple Pay In App Provisioning -Add to wallet

Using Apple Test card, I was able to add card in the SandBox environment. However, if I try to check the the status using canAddPaymentPassWithPrimaryAccountIdentifier; it is always returning true. Please advise. Below is the code for the same: …
Vishal
  • 91
  • 2
4
votes
0 answers

iPhone does not add pkpass Card to Wallet

I have created a iOS Wallet PassCard and signed it (using my MacBook/KeyChain) with a newly created Pass Type ID Certificate. It works with the iPhone simulator as well as with the Wallet Viewer on the mac. If I take this .pkpass file and send it by…
John B.
  • 682
  • 1
  • 11
  • 22
4
votes
1 answer

PKAddPassButton is not working on iOS 9

I have a project in which I put a UIButton on a screen and changed its custom class to PKAddPassButton using XCode (Interface builder) The documentation of this class said that NS_CLASS_AVAILABLE_IOS(9_0) @interface PKAddPassButton :…
L N
  • 2,856
  • 4
  • 20
  • 30
4
votes
0 answers

Can I add a Pass to the Wallet?

I want to add a pass to the user's wallet. I've had a difficult time finding straight forward documentation on this topic, and would appreciate any and all advice.
user2287923
4
votes
6 answers

Safari cannot download passbook file .pkpass

I've got a link on a web page that should enable users to download a passbook file from a link, however when clicking on the link in Safari on an iPhone, I get the following error message: Safari cannot download this file. I have read similar Q&As…
Bhav
  • 1,957
  • 7
  • 33
  • 66
1
2
3
29 30