I am trying to achieve Apple Push notification for Passbook from C#. I am not getting any error or exception but the notification is not received on device.
Following are steps already taken
- I am trying it with production pass p12 certificate which I am using for Pass signing
- I am having my tcp port 2196 open as required by APNS
- I am sending empty Json payload and push token (which I am receiving from passbook when user adds pass to passbook and our service is invoked)
When I am trying to read response from the SSLstream I am getting it as \b\a\0\0\0\0
Any help will be great help. Thanks!