Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PushSharp PassBook Integration??? #239

Closed
josefallasmena opened this issue Aug 5, 2013 · 6 comments
Closed

PushSharp PassBook Integration??? #239

josefallasmena opened this issue Aug 5, 2013 · 6 comments

Comments

@josefallasmena
Copy link

Greetings:

Is there already an implementation for Apple PassBook included in PushSharp?

Thanks in advance.

@Redth
Copy link
Owner

Redth commented Aug 5, 2013

Yes there is...

https://github.com/Redth/PushSharp/blob/master/PushSharp.Apple/AppleFluentNotification.cs#L121

var n = new AppleNotification().WithPasskitUpdate();

@Redth Redth closed this as completed Aug 5, 2013
@josefallasmena
Copy link
Author

Thanks. :).

  1. Do you have an specific example?
  2. Is there an implementation to create pkpass files?
  3. Is there a Web Service implementation. Following apple implementation : https://developer.apple.com/library/ios/#documentation/PassKit/Reference/PassKit_WebService/WebService.html#//apple_ref/doc/uid/TP40011988 -

@yourmop
Copy link

yourmop commented Aug 12, 2013

@josfalme did you find an example ? I'm trying to implement pushsharp and passbook as well without any luck so far..

@josefallasmena
Copy link
Author

Sorry @yourmop, but i still trying to implement it...

@yourmop
Copy link

yourmop commented Aug 13, 2013

Hey @josfalme, i just got it to work by using the following.
http://pastebin.com/2sT8Vfjn
Make sure you're using all of those parameters, as long as your passbook is set up properly you should be able to receive some sort of request from the server, I plugged the iphone with passbook into my mac and checked the console. verified that this does work. Make sure you're using the push token and not the device id.

@josefallasmena
Copy link
Author

Thanks @yourmop, this will be very helpful :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants