nomad-cli / houston

Apple Push Notifications; No Dirigible Required
http://nomad-cli.com
MIT License
2.93k stars 229 forks source link

Push notification doesn't work on the production server #75

Closed BigaDev closed 10 years ago

BigaDev commented 10 years ago

firstly, thanks for ur efforts when i send push notification to ios device through my local server it is work well, but when i push from production server nothing is send ?

kaneda commented 10 years ago

@BigaDev did you place the keys and chmod them correctly? What do the logs say?

BigaDev commented 10 years ago

no exceptions found on logs

kaneda commented 10 years ago

@BigaDev could be that it's not verbose enough, but I would expect to see errors in the logs of some sort. Try running a push from your rails console and see what it says.

BigaDev commented 10 years ago

now working, all i do configure some security rules in my production server

thanks @kaneda