What's your preferred iOS Push provider? Any self built?
Hey all,
Do you have a home grown push service or do you use an existing service like UrbanAirship?
I haven't touched Push yet but I'm going to start playing with it. I'm wondering how difficult the 3rd party server is to develop. In reading about the push it seems I need to keep a database of devices registered for a push. I then need to send my push to the APNS. What I'm wondering is if I really need to send a request for each device or if wildcards or app ids can be used to "globally" send a single push to all devices with the app.
I see AIR3.5 came out today and has a new event specifically for push (reading this article).
If you've created your own push service to work with APNS, how difficult was it to set up? Any common pitfalls? One I'd see, because I don't know what information my device will transmit on a token request, is how to know when the same device just has a different token. I'd want to purge any invalid tokens out so hopefully something like a unique ID is sent with that request.
Thanks for any tips and happy updating to 3.5!
