Questions tagged [passslot]

PassSlot is a service for developers for Passbook integration with applications. Developers can create passes and tickets for Apple's Passbook.

PassSlot is a service for developers for Passbook integration with their applications. Developers can create passes and tickets for Apple's PassBook.

The PassSlot API allows developers to access and integrate the functionality of PassSlot with other applications and to create new applications. Some example API methods include retrieving passes, creating and editing passes and templates, and retrieving information associated with passes.

The PassSlot website can be found here.

7 questions
43
votes
8 answers

Xcode 7 can't find header files from framework

I'm trying to add PassSlot into my project, but it says it can't find the .h file. I'm following everything correctly from here: https://github.com/passslot/passslot-ios-sdk Is this an Xcode 7 problem? It was working fine and now that I opened the…
somepers
  • 529
  • 2
  • 6
  • 9
5
votes
1 answer

Passbook Entitlements?

I am using Passslot services to do Passes in an app. I upload my PassID that I created in Provisioning Profile to Pass slot. Am I still required to set the entitlements for Passbook within Xcode?
user717452
  • 33
  • 14
  • 73
  • 149
1
vote
1 answer

How can I add values to the pass using Passslot?

I'm integrating Passlot in my app for wallet integration. I'd created new pass type id and added it in Passslot. I'd created a pass template for type - boarding pass as below, And in my app, i'm creating the pass with the above template and a…
Nazik
  • 8,696
  • 27
  • 77
  • 123
1
vote
2 answers

Attaching a PKPass to Email in Code

I am using PassSlot which creates a Pass on the fly that can be added to passbook. I am trying to get it downloaded to the device to allow attaching to an email. Here is what I have so far: [PassSlot passFromTemplateWithName:@"LoveCouponCards"…
user717452
  • 33
  • 14
  • 73
  • 149
1
vote
1 answer

Error when creating Passbook Pass

I am making an app for iOS which uses Passbook / PassKit. I have all of the certificates, provisioning, and IDs. However, in recent builds of my application, I've been getting these two errors when attempting to add a pass to Passbook: Invalid data…
Sam Spencer
  • 8,492
  • 12
  • 76
  • 133
0
votes
1 answer

Passslot doesn't create passes

I am trying to use the API of Passslot to create new passes in my application. Like the example showed I did the following: [PassSlot start:[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleIdentifier"]]]; NSDictionary *values =…
JasperTack
  • 4,337
  • 5
  • 27
  • 39
0
votes
2 answers

Get serial number of created PKPass on PassSlot.com server

How can I retrieve the serial number of a pass from passslot? I have generated the pass using the following code: [PassSlot createPassFromTemplateWithName:@"Membership Card" withValues:values andRequestInstallation:self completion:^{ …
A J
  • 605
  • 4
  • 16