Here is the project that GR shared:https://github.com/GarettRogers/appengine-apns-gcm<https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2FGarettRogers%2Fappengine-apns-gcm&sa=D&sntz=1&usg=AFQjCNGpGKgLQ1VVcEUVmBAJLlEbud4P6g> Here is an issue related to this: http://code.google.com/p/googleappengine/issues/detail?can=2&start=0&num=100&q=socket&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log&groupby=&sort=&id=9246
After solving wrap_socket problems, I've stumbled upon wrap_socket file_name argument issues, basically you have to pass file names as certificate/key arguments, not possible3 on appengine The modified apns.py in this project uses StringIO.StringIO wrapped arguments, however it doesn't seem to be possible with the current wrap_socket implementation, I'm not sure whether the auther used a patched/special wrap_socket Is there anyone who made this work on the SDK? On Thursday, April 18, 2013 1:07:38 AM UTC+3, Kaan Soral wrote: > > Well, thanks a lot for sharing this. > > If I don't recall incorrectly, apple's apns was accepting multiple push > notification's at a time, and they were encouraging those push's to be sent > in batches, I also remember reading that, if you push many items one by > one, the calls were blocked. > Anyone experienced in this area? > > I was thinking of building a simple pipeline system to build a custom push > solution, but didn't do much research yet, recently implemented Parse's > solution for apns. Appengine's socket introduction was surprising :) > > On Wednesday, April 17, 2013 11:41:31 PM UTC+3, GR wrote: >> >> Here's a sample project that can use sockets on App Engine to send out >> push notifications on ios: >> >> https://github.com/GarettRogers/appengine-apns-gcm<https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2FGarettRogers%2Fappengine-apns-gcm&sa=D&sntz=1&usg=AFQjCNGpGKgLQ1VVcEUVmBAJLlEbud4P6g> >> >> On Monday, February 13, 2012 11:42:43 AM UTC-8, Giant Fighting Robot >> wrote: >>> >>> I have outgrown the 3rd party options for push notifications to Apple >>> devices. I heard rumors that Google was planning to add socket support to >>> the app engine which would enable me to roll my own push notifications. >>> I'm starting to think that was Channels, which doesn't appear to do what I >>> need. My questions are: >>> >>> 1) To double check, does the App Engine allow for apple push >>> notifications without going through a 3rd party service? (maybe it was >>> added in and I missed it?) >>> >>> 2) Assuming no, are there any plans to support it in the near future? I >>> don't need a date, but if it's expected in the coming months I might grin >>> and bear it until support comes, or if it's completely orthogonal to GAE's >>> plans, I'd love to hear that so I can plan accordingly. >>> >>> >>> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
