iOS/Android push notifications

I really need to know what is the best and possibly easiest solution for this. For Android I set up push notifications as per the GooglePushNotification sample code, which uses GCM. I had no problems and it works very well. I was thinking about using parse for iOS, so my question is: will I be able to send a notification from an iOS device to an Android one or vice versa with these 2 methods?

If not is there a service for both, I need notifications for my multiplayer game so I can send notifications from device to device. I dont want a service that is setup to broadcast notifications to every device that is registered.

Hi @Gooner87,

I’m not sure if it’s exactly what you’re looking for (or could be so), but please check out this series by Corona ambassador Jen Looper, on using Parse.com with Corona:

http://www.ladeezfirstmedia.com/2013/06/26/tutorial-part-1-cloud-code-integrate-parse-coms-rest-api-with-your-coronasdk-app/

Note that it’s a multi-part series, so use the links to read each new section. 

Best regards,

Brent

Hi @Gooner87,

I’m not sure if it’s exactly what you’re looking for (or could be so), but please check out this series by Corona ambassador Jen Looper, on using Parse.com with Corona:

http://www.ladeezfirstmedia.com/2013/06/26/tutorial-part-1-cloud-code-integrate-parse-coms-rest-api-with-your-coronasdk-app/

Note that it’s a multi-part series, so use the links to read each new section. 

Best regards,

Brent