Re: mobile push notifications how-to

2013-02-12 Thread Mike Kerner
Chris, Back at the beginning of 2012 we were messing around with getting this done, when John Craig put out a stack to the list called "APNSAssistant". It works great and has the whole process all laid out. There is a big long discussion amongst all of us. If Pierre's response doesn't get you wh

Re: mobile push notifications how-to

2013-02-04 Thread Pierre Sahores
In response to your previous question : 1.- The client side HTTP REST POST LC-client-side app button : > global DevicesList,MIAD > > on mouseUp >beep >if pm_length() <= 138 then >put "Envoi du message Push à tous les prospects..." into fld "prompt" > set httpHeaders to "Co

Re: mobile push notifications how-to

2013-02-01 Thread Pierre Sahores
Hi Chris, Will send to this list the LC (push messages editor), PHP (server relayer to the APNS and GCM servers) and SQL (devices to send the messages too) scripts i use to manage this kind of tasks against iOS and Android next week after coming back to desk. Too recent to be really perfect but

mobile push notifications how-to

2013-02-01 Thread Chris Sheffield
Does anybody have a how-to guide for using push notifications? I've read through the dictionary and the iOS release notes about how to handle received notifications, but how does one actually send out a message? The docs mention a "Push Notification Server" and registering for the service, but