Questions tagged [passbook]

Passbook, also known as Wallet, is an application in iOS that allows users to store coupons, boarding passes, and other forms of mobile payment. It was designed by Apple and was released with iOS 6.

Passbook, also known as Wallet, is an application in iOS that allows users to store coupons, boarding passes, and other forms of mobile payment. It was designed by Apple and was released with iOS 6.

Each digital coupon or ticket is known as a "pass". A Pass contains a set of information specific to the type of pass. For example a store card might show the current account balance or an event ticket might indicate the seating allocation. Each pass can also display a 2D barcode that can be used by a vendor to scan and identify the pass.

When the user launches Passbook for the first time, they will be redirected to the App Store to download applications with Passbook integration. Apps can be used to add passes directly to the user's Passbook

In addition to App, Passes can also be added using Safari and the built-in Mail application as well. Passes can be opened on OS X 10.8.2 and later, but are then synced to the user's iPhone/iPod using iCloud. Passes cannot be stored on OS X.

Although the application is available in iOS 6 or later, it is currently only available on iPhone and iPod Touch, but not on iPad.

Passbook has the following features

  • Displays different styles based on the type of pass: generic, coupon, store card, boarding pass or ticket.
  • Displays 2D barcodes of following types: Aztec, PDF417 and QR.
  • Triggered by location.
  • Triggered by time of pass.
  • Can be updated by the pass provider

Here is an Apple guide for implementing passbook features: Getting Started with Passbook on iOS 6

478 questions
-1
votes
1 answer

updation of passbook through push notification

Using production certification of passbook( pass type id) sending notification to passbook passes. Notification(push token) sent successfully but problem is. 1) Notification not shown in mobile.(It shown or not) 2) passees hit by this url after…
Dev
  • 3,410
  • 4
  • 17
  • 16
-1
votes
1 answer

Passbook save pem file in AWS

I would like to create a passbook sign at my ruby server hosted on AWS. what is the best way to save .pem files or .p12 file in AWS ? and retrieve them to sign the passbook. I'm using passbook gem in https://github.com/frozon/passbook but note at…
-1
votes
2 answers

Passbook, show beacon relevantText, not location relevantText

I have a Passbook (for an airline boarding pass). I want to have a relevantText based on either the location or an iBeacon. Specifically, I want that as the user enters the airport she gets the "you're in airport" message on lock screen, and as she…
Kevin
  • 11,521
  • 22
  • 81
  • 103
-1
votes
1 answer

Pull to refresh pass in passbook

How does pull to refresh work in passbook. What we should do to implement this functionality in the web service. When we pull the pass down in the backfield what exactly happens, does it talk with the web service to get the updated pass? does it…
-1
votes
1 answer

How to call pushnotification when server want to update pass

I have an interface for updating pass. When I click 'update pass', I want to call pushnotification to the pass in device. I don't know how to do this. How to do this?
-1
votes
2 answers

How to share pass via email

I created a pass and can add it via app or web server in MAMP. What about sharing via email , how can I share it ?
malinchhan
  • 767
  • 2
  • 8
  • 28
-1
votes
1 answer

Can I use php without REST style web service protocol to create server of pass ?

I am new in REST. I want to create server of passes. Do I have to use REST or not ?
malinchhan
  • 767
  • 2
  • 8
  • 28
-1
votes
1 answer

How would I generate a Pass on my web server, then download it in Xcode.

How would I generate a Pass on my web server, then download it in Xcode. On xcode, I am trying to generate a pass then add it to my passbook wallet. Code: NSString* passFile = @"http://pass.keatonburleson.com/gen.php?name=128keaton"; //3 NSData…
Keaton
  • 127
  • 14
-2
votes
1 answer

Is it possible to implement authentication for showing Barcode in Apple wallet?

The app which I have downloads the pass adds to Apple wallet. I want to secure the barcode with an authentication, something like a pin verification or even TouchID. Till the authentication is successful, user should not see the barcode aligned to…
-2
votes
1 answer

Does Apple Passbook include call backs to get a count on how many times a pass was opened..? or activated.?

I am trying to create a pass that will auto open when its near a beacon.? I can achieve that. However I would like to get a count on my server as to how many times the pass was auto opened to see how many users who downloaded the pass were close to…
Raj
  • 11
-2
votes
1 answer

Auto update feature in passbook ios 7

How does automatic updates work in passbook available in backfield of the pass, how to use webserviceURL key to get update from the server. in webserviceURL key i have provided remote path from where updated pass can be downloaded, but even after…
-2
votes
1 answer

Related to pass push notication + passbook + ios 7

do we need device to test the push notification. can we implement pass with out using a push notiification, i mean if we wants to update a pass from the server, do we really require a device
Ankit
  • 1
-4
votes
3 answers

how to get value of url in laravel

I have this route: Route::post('/apns/v1/devices/{device_token}/registrations/{pass_identifier}/{pass_serial}', 'ApiController@registrations'); How do i get the values of device_token, pass_identifier and pass_serial and save them in a variable in…
naz
  • 159
  • 1
  • 6
1 2 3
31
32