Who's using what for Push Notifications?

Thank you for clarifying this! Its a MASSIVE weight off my mind :slight_smile:

Just one more note on this. I got Kii cloud working for iOs push, and don’t foresee a problem getting it to work for Android as they use GCM. Their backend is not nearly as good visually as Parse’s, but if it helps with Android push, it may be a win. I am integrating iZhongWen with it anyway b/c I want their services for that particular app as I move to Asian markets. Something to look at. :slight_smile:

Here’s another option, QuickBlox, which has a REST API so you can use it with Corona …

http://quickblox.com/modules/messages/

They have a free tier with 10 Gb traffic/storage, unlimited API calls, unlimited push notifications per month.

I haven’t tried Push Notifications yet but I have successfully used their service for content delivery (e.g. for IAP) in a series of Corona apps I’m developing.

<shameless_plug>

I just posted a series of Corona tutorials, one of which is how to integrate Parse push for iOs:Ā http://www.ladeezfirstmedia.com/2013/08/01/tutorial-part-5-push-it-real-good-with-push-notifications-using-corona-sdk-and-parse-com/Ā if it is useful to you.

</shameless_plug>

best,

Jen

Hi Jen,

ā€œShameless plugā€ this isn’t, when the tutorials are useful. We’ve posted links to them in Corona University, in case people need to reference them in the future and don’t want to bother bookmarking this thread.

http://www.coronalabs.com/resources/tutorials/communication-and-social-media/

Brent

Sorry for dragging this old thread up. I thought it might be a good time to round up some updates. Any new services? Any further success with services like Parse on Android? Thanks for all that you might be able to share.Ā 

wellllll if I made a plugin for Parse the whole world would be full of flowers, n’est-ce pas?Ā 

In the meantime Kii works for push for both iOs and Android. But their backend is considerably worse than Parse.Ā 

best,

Jen

Yup. It would!Ā  :slight_smile:

Still, in the meanwhile Kii sounds full of promise. Will look into it asap. Do they have Corona SDK stuff figured out or did you have to play a few rounds of guess the API with their stuff? Thanks for sharing.

PS. Regarding back end prettyness… Who cares as long as its reliable and cheap. If it all works as it needs to then my customers are not supposed to know its there or ever get to see it.

PS2… Did you all see the announcement about Safari desktop push messages for OSX? It’ll be interesting to see how we can tie this in as well.Ā 

I use AWS… they offer 1M notifications a month for free

https://aws.amazon.com/pt/sns/

I’m using Netmera and right now its timing out onĀ https://api.netmera.com/push/1.2/notification and nothing getting sent. At least 2 hours now. I’m not in production yet but worrying.

@marcior Are you using with Android as well?

Using AWS for both iOS & Android, but I have the app communicating with my own server, and then my server communicates with AWS.

Sorry for dragging this old thread up. I thought it might be a good time to round up some updates. Any new services? Any further success with services like Parse on Android? Thanks for all that you might be able to share.Ā 

wellllll if I made a plugin for Parse the whole world would be full of flowers, n’est-ce pas?Ā 

In the meantime Kii works for push for both iOs and Android. But their backend is considerably worse than Parse.Ā 

best,

Jen

Yup. It would!Ā  :slight_smile:

Still, in the meanwhile Kii sounds full of promise. Will look into it asap. Do they have Corona SDK stuff figured out or did you have to play a few rounds of guess the API with their stuff? Thanks for sharing.

PS. Regarding back end prettyness… Who cares as long as its reliable and cheap. If it all works as it needs to then my customers are not supposed to know its there or ever get to see it.

PS2… Did you all see the announcement about Safari desktop push messages for OSX? It’ll be interesting to see how we can tie this in as well.Ā 

I use AWS… they offer 1M notifications a month for free

https://aws.amazon.com/pt/sns/

I’m using Netmera and right now its timing out onĀ https://api.netmera.com/push/1.2/notification and nothing getting sent. At least 2 hours now. I’m not in production yet but worrying.

@marcior Are you using with Android as well?

Using AWS for both iOS & Android, but I have the app communicating with my own server, and then my server communicates with AWS.

Apologies for resurrecting an old thread - but just noticed that Parse have announced support for GCM. I don’t have a clue about Push on Android, but seem to remembering people saying it wasn’t possible via Parse due to the lack of GCM support? Am I correct in this assumption; is it now possible?

http://blog.parse.com/2014/01/14/parse-push-adds-support-for-gcm/?mkt_tok=3RkMMJWWfF9wsRonuqXAZKXonjHpfsX66ekoWKG%2BlMI%2F0ER3fOvrPUfGjI4ATsZnI%2BSLDwEYGJlv6SgFTbHGMblmy7gNUxU%3D

EDIT

On a closer inspection it looks as though it’s still reliant on using Parse’s Android SDK.

Looks like we are waiting for them to allow this functionality to work with their REST API…but they’re moving in the right direction, I have full confidence.Ā 

Wasn’t that recent announcement from Parse confusing?Ā