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
0
votes
1 answer

Apple Wallet Coupon example create fail

Since I success create a boarding pass using C# in asp.net, I going to try difference type of pass such coupon and event pass. When I try to create a Coupon pass in .net, it became fail. At first, I believe is my wrong of my coding, I go to try all…
Yuk_dev
  • 318
  • 1
  • 6
  • 16
0
votes
1 answer

Is it possible to get the card type from Apple pay token?

I want to display the Card type used for apple pay transaction, I know that the card details are not present in Apple pay transaction, but is it possible to figure it out from PAN? or any other alternative?
Mohit Sharma
  • 102
  • 9
0
votes
1 answer

Wallet pass fails to display if it has no images

I am trying to create an ios Wallet Event Ticket. I managed to give all the info I needed to create the pass.json and I have signed and zipped it. When I try to open this on a Mac, I am able to see the pass in the preview. When I email it and try to…
Giannis Paraskevopoulos
  • 18,261
  • 1
  • 49
  • 69
0
votes
2 answers

Will my Apple Wallet Pass generator work after my Apple Developer subscription is expired?

I created an server side application which is generating PkPass files using Apple WWDRCA and Pass Type ID cert. My certificates are installed on the server and they are valid until end of 2017 but my Apple Developer account will expire in a few…
IMujagic
  • 1,229
  • 10
  • 22
0
votes
1 answer

Oracle Error ORA-28368: cannot auto-create wallet

I'm trying to set up Oracle 11.2.0 XE on a LINUX server and getting an ORA-28368 error. Research shows I need to create a "wallet" folder and then issue the command as sysdba "alter system set encryption key identified by "my_password" to set the…
glez
  • 1,170
  • 3
  • 16
  • 42
0
votes
2 answers

Update Passbook Error - The pass cannot be read because it isn't valid

I'm trying to send a new pass json data to my device to update my pass in Apple Wallet following the part "Getting the Latest Version of a Pass" in this document. The new json data is exactly the same the json data that I used for creating the pass…
Hoang Trung
  • 1,979
  • 1
  • 21
  • 33
0
votes
1 answer

Xcode 8 PassKit issue and crash on simulator.

I updated xcode 8 and having issue with PassKit framework integration. here is my case: If i'm running on simulator below iOS 10.0 with wallet capabilities disabled, i'm getting dyld_sim`dyld_fatal_error: 0x179e000 <+0>: int3 -> 0x179e001…
toxicsun
  • 397
  • 3
  • 12
0
votes
1 answer

Unable to download a passbook file .pkpass on iPhone (Safari)

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

How do I integrate my payment source app with existing electronic wallets

I have been tasked to develop a prototype for a new pay system in android/iOS app form. The app will replace mag stripe cards and receive the card and client data directly from the issuer. The app will also allow pos and atm transactions directly…
0
votes
1 answer

How can i use/integrate Passbook/Wallet/PassKit for Event Invitation in swift?

We are developing an application which has events & conferences schedule, Each invitee has to carry some an invitation card to enter an event or conference, Can we create a Pass & add it to Passbook/Wallet app, so that invitee doesn't need to carry…
Dipen Panchasara
  • 13,480
  • 5
  • 47
  • 57
0
votes
1 answer

Passbook changeMessage displaying user friendly URL

Lets imagine I have a backField with data below: { key:"key-1", attributedValue:"Link", changeMessage: "Key-1 field changed:%@" } I wish to display user friendly - Key-1 field changed:Link at the lock…
Maris
  • 4,608
  • 6
  • 39
  • 68
0
votes
1 answer

Passbook is not opening in Safari

I'm currently developing backend for pass generation. I have created sample pass using all guidelines but it doesn't open up on Iphone. Is there any way to debug a problem, cause right now Safari is just showing message - "Safari could not download…
Maris
  • 4,608
  • 6
  • 39
  • 68
0
votes
1 answer

How can I save wallet boarding pass from a link in iOS?

I don't know anything about how the wallet works. I've read it's documentation. And I know that I need to generate some pkpass file on server. What I want to do is to generate some pkpass file for user and bring the link to this file inside the…
0
votes
1 answer

Deactivating pass from Apple wallet

I'm trying to implement functionality which will send push notification for pass deactivation/cancellation. But I can't find any word about it in apple/android documentation. Can any one suggest a solution how to deactivate pass?
Maris
  • 4,608
  • 6
  • 39
  • 68
0
votes
1 answer

How can I debug openURL from a pass of Wallet on iOS ?

I created a pass with appLaunchURL and associatedStoreIdentifiers, and added to Wallet. I built and installed my app with Xcode on iPhone, I'd like to check if on the backside of the pass, when I click the link open, my app is able to navigate to…
Bin Chen
  • 140
  • 1
  • 5