Re: push messaging

2014-08-15 Thread jasonk
Thanks Todd Ive now going to use the library you recommend , But I thought of another issue that might arise so I thought I asked for your input , Just to give you a bit of background Ive got around 400+ apps running on a php backend I built and Ive got a client that has around 1200 apps running

Re: push messaging

2014-08-15 Thread Jason Kristian
I forgot to add that it will work with a queue so user load won't be a issue. Sent from my iPhone > On 16 Aug 2014, at 2:29 am, Todd Nine wrote: > > Hey Jason, > > This looks good. Here are a few tips that might help from our current > production usage. > > 1) Most people don't send direct

Re: push messaging

2014-08-15 Thread Jason Kristian
Thanks. I am sending to groups of users not devices I was just saying that u won't need to have to create a notifier per device type . But when sending messages it to a group Sent from my iPhone > On 16 Aug 2014, at 2:29 am, Todd Nine wrote: > > Hey Jason, > > This looks good. Here are a

Re: push messaging

2014-08-15 Thread Todd Nine
Hey Jason, This looks good. Here are a few tips that might help from our current production usage. 1) Most people don't send directly to devices. They usually send to groups or users. The devices are registered to the user via the api, and then they're sent either to the user directly, or a

Re: push messaging

2014-08-14 Thread jasonk
Hi I've come up with the design on how I'm adding push messaging so If any one how intrested is using this or having it added to main repo please comment on design any idea are welcome . 1- push message notifiers will be attached to groups and each application will get a default notifier that w

Re: push messaging

2014-08-13 Thread jasonk
that Ok Ive started mine yesterday and engaged 2 programmers yesterday to start so I know I'll be done within a week . So I'll leave to other to decide wether they take my pull request. I don't know your timeline is but with out push this is really not something that can be called turnkey as its

Re: push messaging

2014-08-13 Thread Todd Nine
Hey Jason, We've already build this at Apigee. We're in the process of contributing it back, but I'm not sure on the timeline of this. It's stable and been in production use for some time. Below is the documentation and the API overview. http://apigee.com/docs/app-services/content/push-notifi

Re: push messaging

2014-08-12 Thread Matthias Wessendorf
On Wed, Aug 13, 2014 at 7:57 AM, wrote: > I was thinking that I would use these two packages as Ive got existing > code using these two libraries and Ive got client side code that would not > take long to add the the ios and Android SDK's that was I get auth for free > from the sdk's & usergrid a

Re: push messaging

2014-08-12 Thread jasonk
I was thinking that I would use these two packages as Ive got existing code using these two libraries and Ive got client side code that would not take long to add the the ios and Android SDK's that was I get auth for free from the sdk's & usergrid and the queue server can be a option either iron

Re: push messaging

2014-08-12 Thread jasonk
Im get one of my team members to download your code and have a look weather this would could be integrated into usergrid. August 13 2014 3:36 PM, "Matthias Wessendorf" wrote: > Hello Jason, > > perhaps you can integrate our UnifiedPush Server (e.g. running on a > different box, or on Openshif

Re: push messaging

2014-08-12 Thread jasonk
Thanks , for my purposes I would like to have it on the same server as usergrid so It can be accessed from a uniformed API and REST endpoints using this would require a 2 server that would be hard to the use with a multi tenant environment like usergrid. And authentication would be another issue

Re: push messaging

2014-08-12 Thread Matthias Wessendorf
Hello Jason, perhaps you can integrate our UnifiedPush Server (e.g. running on a different box, or on Openshift). It supports the concept of "Application": http://staging.aerogear.org/docs/unifiedpush/ups_userguide/admin-ui/#_sending_a_push_notification You can even narrow down to specific platfo