hi, all. I wonder what you are using currently for your push notification needs. I did a lot of research into push services that would work for both Android and iOs and had a really difficult time meeting my use case, which is to allow clients to schedule push from their device. I can do it using Parse.com on iOs, so that is what I went with, but Parse doesn’t work for Android builds as you can’t register a device id the way they want you to (via the Manifest) and Parse uses its own Push service, not GCM.
I tested Urban Airship (solid, but can’t schedule push from client), Parse (works well for iOs), PushSwoosh (couldn’t make it work at all), and maybe some others with varied success. As long as they had a REST API I could tap into, I tried it!
This is all prior to CoronaCloud, but CC won’t work for the above use case (yet…Mohamed, where’s that scheduled push from client capability? :))
So I’d like to know, what are you using, what’s your use case for which you found success, what works for you for cross-platform push?
thanks,
Jen