-
I modified this line : KeyStore keystore = KeyStore.getInstance("PKCS12",BouncyCastleProvider.PROVIDER_NAME);
to this one : KeyStore keystore = KeyStore.getInstance("PKCS12");;
just removed the pr…
-
Hey I found in the internet that some other API users complaining about that the pass doesn't work to import on a real device without the WWDR in the manifest file.
Can some one validate that if this…
-
I have a sample created with Passk.it and it works fine when I email it to the iPhone.
I tried your sample and made the following changes:
- commented out the webserviceURL & authenticationToken (sin…
-
If I follow this commands http://www.raywenderlich.com/20734/beginning-passbook-part-1 for signing a pass I get a different signature then if I use the passkit4j system.
Do you know if there is a way …
-
Hi Andrei,
I am trying to dynamically pass the pass_type_id via url param, added multiple templates to my project to and it seems that I am unable to load more than one in the Passbook::Config.insta…
-
It would be nice to have a CurrencyField that extends NumberField:
class CurrencyField(NumberField):
```
def __init__(self, key, value, label = '', currencyCode = ''):
super(CurrencyField, sel…
-
the .pkpass file in the email is correct, but when I press add. Then it do not occur in the passbook app.
-
i get this on http://localhost:3000/v1/passes/event_passbook/ABC123
ActionController::RoutingError (wrong constant name passesController):
any idea??
thanks.
-
in my rails web...
in Gemfile
gem 'passbook', :git => 'git://github.com/frozon/passbook.git'
and works well!
but sinatra... ( I'm beginner in sinatra app dev)
require 'passbook'
require 'active_su…
-
Hi,
Great project. I'm very interested to know if you made any progress on the signing of your passbook packages or perhaps you have some advice for how to best sign the passes using python?
Regards…