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

Created a Passbook (event type) with relevantDate is not showing up on lock screen

I'm creating an apple passbook for events, using this php library (https://github.com/tschoffelen/PHP-PKPass). It opens fine on my phone and everything but even though I'm using the relevanceDate as it says here…
Federico Giust
  • 1,803
  • 4
  • 20
  • 45
0
votes
0 answers

Microsoft Azure Server virus the all files SUFFIX update to ".wallet"

my server, the all files SUFFIX update to ".wallet"
0
votes
0 answers

PKPass Remove pass from wallet?

I am working on wallet and pass is being made from server side. I want to remove the pass if existing in the wallet with same credentials. I had used the method - (void)removePass:(PKPass *)pass; but the pass is not removed from the wallet. Can…
anvesh yadav
  • 166
  • 2
  • 13
0
votes
1 answer

weblogic.security.SSL.jsseadapter: SSLENGINE: Exception occurred during SSLEngine.unwrap

I am trying to connect to WLS Report server from OHS server which contains a wallet. when I try to connect I got below exception. I have tried with out SSL and it Works. List item I have enabled below Cipher Suites.enter image description…
0
votes
1 answer

Apple Wallet - What is the distance from a location waypoint when I'll get the notification?

Apple Wallet passes has the ability to add up to 10 location way-points to it that will trigger a lock screen notification when the device will be X meters from that way-point. I've been trying to figure out that X for a long time but could not find…
DMEM
  • 1,573
  • 8
  • 25
  • 43
0
votes
1 answer

Registering Apple Wallet Pass for push notifications

I believe I understand from here https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/PassKit_PG/Updating.html#//apple_ref/doc/uid/TP40012195-CH5-SW1 the high-level of how updating a pass is supposed to work. I am able…
0
votes
1 answer

How can we localize a wallet pass's strip.png properly?

I am trying to localize a pass and save it in the iOS wallet. The problem is that while the text on the back of the pass properly localizes, the strip.png image does not. The strip.png image will be the image that was originally exported from my…
DerrickHo328
  • 4,664
  • 7
  • 29
  • 50
0
votes
0 answers

Is it possible to have thousands of different shop linked to the same loyalty card in wallet on iOS or Android equivalent?

I am planning to make a loyalty card program for thousands of shops. When a user pays its bill with Apple/Android pay, I want that the loyalty card is automatically credited with f(billAmount). I know it is possible to do so with automatic selection…
dagatsoin
  • 2,626
  • 6
  • 25
  • 54
0
votes
3 answers

Passbook Pass Error ./signpass: Permission denied

When signing my Passbook pass for Apple Wallet in the console I am getting the above error, I have validated my JSON and double-checked my identifiers. Has anyone else experienced or trouble-shot this? Thanks in advance.
0
votes
1 answer

Eclipse IDE/Jpasskit not able to configure

newly started using Eclipse IDE for Java Developers for one of my new project i have to configure Jpasskit for my iphone project. i created new test.java file. eclipse project explorer: public static void main(String [ ] args) { String…
M.A
  • 448
  • 6
  • 21
0
votes
1 answer

Apple wallet discount Personalized coupon dynamic serial number/barcode

I working on apple "passkit" framework. I already build lolipop coupon as it saying in guide. - Created Certificate (Apple Dev Website) i already compiled .pkpass. Now i have to build coupon with dynamic barcode/serial number (Personalized). I'm…
M.A
  • 448
  • 6
  • 21
0
votes
1 answer

Difference between Passkit and Applepay in swift 3?

I have to work on the digital wallet in Swift 3. I have seen so many tutorials. In some tutorials they are showing Apple pay and in some Passkit. I am very much confused. Can anyone please clarify the doubt about it. Also how to use digital wallet…
hrithi b
  • 83
  • 2
  • 10
0
votes
1 answer

.pkpass create fail because of manifest pass.json string format?

This is a very strange question. I using C# to create a pass.json and save it to memoryStream, it work normally. After that I create the manifest.json SHA1 data which including that pass.json, the string of manifest.json like this and it is totally…
Yuk_dev
  • 318
  • 1
  • 6
  • 16
0
votes
0 answers

Method of multiple open .pkpass in iPhone

A very short question: Any method to open more than one .pkpass file in one action at iPhone devices?
Yuk_dev
  • 318
  • 1
  • 6
  • 16
0
votes
1 answer

Appcelerator Titanium app integration Apple wallet

How is it possible to integrate Apple Wallet in an App developed in Appcelerator Titanium. This is to support the loyalty card program of an already existing app. I've searched for documentations a modules for this, with little success. Appreciate…
ajiVirtus
  • 15
  • 3