Offer rewards cards boarding passes tickets gift cards and more using Wallet.

Wallet Documentation

Posts under Wallet tag

106 Posts
Sort by:
Post not yet marked as solved
1 Replies
312 Views
I have added Wallet from capabilities , then add "com.apple.developer.payment-pass-provisioning" in Entitles file. Then i get this error : "iOS Team Provisioning Profile: com.xyz.passkit" doesn't include the com.apple.developer.payment-pass-provisioning entitlement." Actually I want get apple wallets in my application. If I'm doing something wrong then can anyone please guide me to solved this error?
Posted Last updated
.
Post not yet marked as solved
1 Replies
202 Views
I want to access driving license or state ID document from apple wallet in my application. I want the document to verify the user. Can you please guide me how to do that?
Posted Last updated
.
Post marked as solved
1 Replies
343 Views
Hey folks. I generated a certificate for the Pass Type ID and after I installed it to the Keychain, I've got an error that the certificate is not trusted. Any thoughts what's the problem?
Posted
by vasyiok.
Last updated
.
Post not yet marked as solved
1 Replies
202 Views
Hi! I am trying to archive my flutter app and creating an app identifier with (Groups, Associated domains, Push notifications, Sign in apple) but "Apple pay payment processing" is capability automatically added and when I create Profile provisioning its giving Provisioning profile "MSPP" doesn't support the Apple Pay capability. Provisioning profile "MSPP" doesn't include the com.apple.developer.in-app-payments entitlement. errors on xcode. I tryed to uncheck "Apple pay payment processing" in identifier and recreate Profile provioning but error reoccuring , any help, suggession very appreciated , thank you very much
Posted Last updated
.
Post not yet marked as solved
1 Replies
169 Views
Hello, Here is an example: https://i.insider.com/5dc1c27f3afd376f7b087c73?width=1000&format=jpeg&auto=webp But I want to add a small Logo to the bottom left of the pass of how United has it. I have tried to look up documentation around this, but Apple doesn't have any for this particular portion. Does anyone know how to add this?
Posted
by nikbshah.
Last updated
.
Post not yet marked as solved
0 Replies
107 Views
I am building an Apple Pass which registers and unregisters against our API fine but I have noticed if you leave the Wallet UI open it starts to go into a loop between on and off and doesn't stop, nothing is being logged to the API endpoint to catch errors. Uploaded short video of issue here, can't find anyone having this issue on the forums I have been on. https://vimeo.com/709431943 Thanks
Posted Last updated
.
Post not yet marked as solved
0 Replies
177 Views
Our engineering team is near completion of integration of the Visa SDK for iOS Add to Mobile Wallet function for our user's debit card which we issue. Creating the Pass Type ID certificate was easy, but getting permission to use it from Apple has been extremely difficult. We submitted our request on April 22nd to the applepayentitlements email address. We got a response from them on April 26th, 4 days later asking for additional information & providing a 9-digit follow-up identifier. We provided the new information in a response, but have never heard back. It is now May 10th. I have tried all manner of support requests & have no idea where to go next.
Posted
by gameugami.
Last updated
.
Post not yet marked as solved
0 Replies
169 Views
I have successfully provision my card into Apple Wallet. I also need to retrieve that card from Apple Wallet to check whether or not it is already in Apple Wallet. Attempted to use passLibary.passes(of: .secureElement) return empty. Is it possible to retrieve the card from Apple Wallet at all? I am the issuer of the card provisioned into Wallet
Posted
by tuyenle.
Last updated
.
Post not yet marked as solved
2 Replies
790 Views
I'm in the process of exploring using Passkit to host and distribute our University Digital ID card. I understand that Apple has worked with a few Universities in this Vertical and that there is a means to apply for this program. The only issue is that we don't have a one card solution, and our cards aren't distributed through Blackboard. We would like to handle this ourselves though with NFC readers deployed at strategic locations throughout campus (i.e. the Library, shared printers (Where students are required to swipe their ID's to release print jobs) as well as Dining locations, where they use their ID cards for a declining balance.Is there a way to work with Apple to get an NFC certificate for this using the system I described (barring having to work with Blackboard)?
Posted Last updated
.
Post not yet marked as solved
0 Replies
131 Views
Hello, I've been working on and troubleshooting some Pass Type IDs for apple wallet development, and I've incorrectly made a few certificates and I would like to revoke them. Viewing those certificates from both the Admin and Account Holder accounts, I am unable to revoke these certificates. They are not in use, and the "Revoke" button is grayed out. How do I revoke these certificates? Thanks, chuck
Posted
by chuckzee.
Last updated
.
Post not yet marked as solved
0 Replies
132 Views
Hi guys, iam having troubles with removing an credit card pass from within my app. I was able to add the card without any problems. I got the entitlements which i need and also read the docs but theres not much on why iam having this problem. The problem is that the removePass method is not doing anything, iam checkin wheater i have the pass, and i do have it, so the PkPassLibrary does contain the pass. Is there anyone who can help me with that? what i saw is that the passTypeIdentifier is somehow i would say common since its 'paymentpass.apple.com' and not the value of the identifier which i set in developer identifiers. But iam getting this back from i guess the method which adds the pass into the app. thanks for any advices!
Posted Last updated
.
Post not yet marked as solved
0 Replies
354 Views
Hello All. i have a requirement to add card to apple wallet, i did everything according to the documentation,but still i am getting 500 error whenever i am trying to add card to wallet, is there any way i can get sample server side code that i can refer to find out what was the mistake i made. Thank you.
Posted Last updated
.
Post not yet marked as solved
0 Replies
169 Views
Hey have a few questions regarding updating apple wallet passes using APNS. What happens if the receiving device is switched off? Is the notification sent again by apple or do I need to send again myself? On booting the phone are passes automatically updated? e.g. Do they make the request to my server for a new design - or will the user need to force refresh / send the apns notification again. Does low power mode affect any of the pass update flow? Thanks!
Posted
by che_irish.
Last updated
.
Post not yet marked as solved
0 Replies
130 Views
I have been trying to add my virtual card to apple wallet using InAppProvisioning. I did following to add my card in Apple wallet. Provided last 4 number of card and card holder name to apple wallet. Got certificate, nonce, nonceSignature. Pass certificate, nonce and nonceSignature to PNO (Payment network operator) Send activation data to apple wallet. I am continuously getting "Card not added dialog" I also have tried to trouble shoot this issue by fetching sysdignose using steps provided by apple, but I wasn't able to find any breakthrough. It would be great if anyone can help us in this case.
Posted Last updated
.
Post not yet marked as solved
3 Replies
431 Views
I'm trying to enable Apple Pay capability for the app I'm developing. Following Apple's instructions I'm using Keychain Access to create a Certificate Signing Request. I entered my email address, made up a unique Common Name, clicked "Save to Disk" and "Let me specify key pair information" and then selected ECC and 256 bits. Then I get an error message: "Incorrect CSR Key Pair Expected a Key Pair with ECC Algorithm and key size of 256 bits. Create a new CSR and try again." I've done this four times, same error message. What's wrong? I'm using Big Sur 11.6.2 on my 2014 MacBook Pro.
Posted
by tdkehoe.
Last updated
.
Post not yet marked as solved
3 Replies
1.4k Views
I'm having a hard time finding in the Wallet documentation what the net effect would be when the production signing certificate for a Pass Type ID w/ NFC expires out. I'm pretty sure any attempts to install a pkpass signed by an expired certificate will fail, but what I'm a bit unclear about is whether & how users who have already installed the pkpass previously while the signing certificate was valid would be affected. Will this already installed NFC pkpass signed with the expired certificate no longer be able to provide its function & so push notifications should be sent to attempt to update the pkpass with a new one that is signed with a currently valid certificate? Does the pass get removed automatically from Wallet or is the user notified in some way that the pkpass is expired due to the signing certificate?If anyone can point me at the documentation that covers this, I'd appreciate it.
Posted
by abot.
Last updated
.
Post not yet marked as solved
0 Replies
168 Views
We want to add the link on the Apple Wallet Pass front page just like BookMyShow Apple Wallet Pass. I tried to find a solution for this a lot of resources on the internet including Apple Wallet Documentation, but with no success. We know it is possible to add link on the back of apple wallet but how to add in front of Apple Wallet Pass?
Posted
by jaj.
Last updated
.
Post not yet marked as solved
1 Replies
492 Views
Hi,From my understanding of the Apple developer agreement any business that uses the Apple Wallet service needs to set up their own Pass Type ID. Is this still true?Pass Type ID Usage and RestrictionsYou may use the Pass Type ID only for purposes of digitally signing Your Pass for use with Wallet and/or for purposes of using the APN service with Your Pass. You may distribute Your Pass Type ID as incorporated into Your Pass in accordance with Section 2 below only so long as such distribution is under Your own trademark or brand. To the extent that You reference a third party’s trademark or brand within Your Pass (e.g., a store coupon for a particular good), You represent and warrant that You have any necessary rights. You agree not to share, provide or transfer Your Pass Type ID to any third party (except for a Service Provider and only to the limited extent permitted herein), nor use Your Pass Type ID to sign a third party's pass.There is an online SAAS company that seems to be using a shared certificate for all of their clients and this is causing problems with some of my clients thinking I have mislead them into opening an Apple developer account to create their own Pass Type ID's.Can somone shed some light on this please?
Posted
by davsam22.
Last updated
.