Questions tagged [apple-wallet]
82 questions
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
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
4
votes
2 answers
SendEmptyPushNotification to gateway.push.apple.com no longer working
For at least the past couple of days (maybe longer), nothing seems to happen when I send an Empty Push Notification to at least 1 test device. I'm pretty much using the same SendEmptyPushNotification code as the article posted…

Dumber_Texan2
- 840
- 2
- 12
- 34
3
votes
0 answers
Wallet Android/iOS with EXPO
I'm looking for a lib that allows me to click: add wallet... to be automatically redirected to ios wallet or android wallet and add the ticket to the wallet. Is there any way to do this with expo?

Edson Junior
- 89
- 1
- 6
3
votes
0 answers
Add card to apple wallet in flutter?
Is there anyway to use PKAddPaymentConfiguration button from native ios in flutter?. I have tried to look for libraries to solve my problem but I can't seem to find a library that has this feature. I could only find libraries that adds…

Azzim Farid
- 31
- 2
3
votes
1 answer
PKAddPaymentPassViewController dismiss on cancel
Currently I'm presenting the PKAddPaymentPassViewController in my react-native application with the following code
let delegate = PKAddPaymentPassDelegate();
let pkAddPaymentPassViewController =…

noctifer20
- 188
- 6
3
votes
1 answer
PKAddPassButton not showing icon at all
Why PKAddPassButton isn't showing icon?
This happens in both cases when button is single line expanding to entire stack view width
and when it is double line inside UIView container with centreX constraint.
Setting frame or width doesn't change…

Michał Ziobro
- 10,759
- 11
- 88
- 143
2
votes
0 answers
APNS push for wallet update 403
I am issuing a pass and the receiving device gives me this information in a register request {"device_id":"9b39b68fa1e4b01485857160ecdde0e0","pass_serial":"4LTCAg","push_token":"7c8a5c327bce2a6d18710aebabdc5225f3b3a252e7ff8027906b1243ad498687"}I use…

Ryan McCaffrey
- 41
- 1
2
votes
0 answers
Update Apple wallet pass documentation confusion
I'm following the documentation here: https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/Updating.html to update a created Apple wallet pass. I'm currently getting the registration endpoint and recording…

Ryan McCaffrey
- 41
- 1
2
votes
0 answers
How to detect if systems and browser support adding Apple Passes to wallet
I want to implement the Add to Apple Wallet button in my reactjs project to sync the passes with apple wallet. But there are restrictions like I can use the passes on iPhone browser and on MacOS safari only. While downloading on macOS safari It does…

Rahul Kumawat
- 64
- 4
2
votes
0 answers
httpx.RemoteProtocolError:
I am trying to create a webservice to update a wallet pass using apns push notifications. I am using httpx for this as it can use http/2. I have the following test code for this:
import httpx
import ssl
import asyncio
async def send_push():
…

Yash Kothari
- 233
- 3
- 6
2
votes
1 answer
Apple Wallet Store card expired before Expiry Date
In the application, we have a feature to download the wallet card into the Apple wallet as a contact card.
We have created this wallet contact card from the PHP code - below.
$data = [
'description' => 'MyApp',
…

Jaydip Meghapara
- 2,687
- 1
- 15
- 14
2
votes
0 answers
Sending expiry notification for Apple wallet pass
I'm trying to build a store card type pass for Apple Wallet. I want to send push notification to the user sometime before the pass expires. Is there a field apple provides that i can set in the pass.json to send the notification or is there any…

codingcorgi
- 21
- 1
2
votes
1 answer
Download and open pkpass from server in react
I have tried like everything but it isn't working. I am creating a apple wallet pass via https://github.com/walletpass/pass-js
When I download it on the node serve where I have implement it, I am getting a valid pass and can load it to the wallet.…

user2675468
- 150
- 3
- 16
2
votes
0 answers
PKPassLibrary not removing pass
I am implementing apple in-app provisioning and I am able to add a credit card to apple wallet via my app for iPhone and Watch.
and I am able to get all these passes and work with them ... but when I want to delete one of them nothing happened
this…

Lukáš Šálek
- 1,265
- 2
- 19
- 38