views:

42

answers:

1

Hey everyone,

I'm trying to integrate push notifications into my upcoming app and have been looking around at possible options. I've seen AppNotify and Urban Airship, but honestly? I'm not keen on paying if I can avoid it - is there a free way to send push notifications once in distribution or not? I've managed to get it running on a 1 2 1 instance during development but would like to take it further for production.

A: 

You can use the free Net-APNS library writen in perl : http://search.cpan.org/~aufflick/Net-APNS-Persistent-0.02/lib/Net/APNS/Persistent.pm

It's easy to implement and works well.

Benj
I've never so much as looked at pearl before. Would this still be relatively easy to set up?
David26th
It's very easy, sample code is provided
Benj