timehop / apns

A Go package to interface with the Apple Push Notification Service
https://godoc.org/github.com/timehop/apns
MIT License
185 stars 47 forks source link

Can not run google app engine #71

Open qian-mys opened 8 years ago

qian-mys commented 8 years ago

I can run it correctly in local app engine environment, but when I deployed on the Google app engine, it won't work. Any idea?

nathany commented 8 years ago

Standard App Engine doesn't allow outgoing connections except through a service Google provides. Maybe you can use https://cloud.google.com/appengine/docs/flexible/