Do I need to configure a development device to test Apple Push Notification and Update of my Pass

253 Views Asked by At

I am creating a passbook server in ruby on rails. No problem to generate,download and remove a valide pkpass on my Iphone.

However, when I use this project https://github.com/nomad/houston to implement apple push notification I can't get the notification my web app sent.

Anymore, when I use this project https://github.com/mattt/passbook_rails_example/blob/master/app/controllers/passbook/passes_controller.rb to implement update of my pass, this last is not modified after an update.

Apparently, my device needs to maintain a stable connection between my device and APNS. So my question is: Do I have to create a development provisioning profile to register my device? Or is this supposed to work with any device?

1

There are 1 best solutions below

0
On

To use non-https, you have to put your device into developer mode using Xcode and then in settings on the device there is a new setting to allow non-secure passbook URLs.