Daniele Bottillo
Daniele Bottillo

Reputation: 486

Apple Push Notification not working with ad-hoc build

In development mode I can send push notification to devices, instead I can't in production, my setup is:

The problem is that my rails application sends notifications and didn't receive any errors, but nothing arrived on devices.

I'm using testflight for distribute ad-hoc version of my application, but I don't known any problem using testlight and APNS.

What can be?


EDIT I resolved: the port was wrong, 2195 instead of 2196...

Upvotes: 7

Views: 3481

Answers (1)

Scrungepipes
Scrungepipes

Reputation: 37581

APNs have a separate SSL certificate for production and for development.

You are probably using your development certificate with the production build.

Upvotes: 1

Related Questions