Reputation: 11
I would like to add iOS push notification to my FREE iOS App
The push notification will be mainly advertising my other iOS applications. so I am expecting 1 or 2 push notifications every month
I checked service like urban airship, but I think it is expensive considering I have more than 1.5 Million active users.
So, what I am thinking of is collecting the devices token at Google App Engine ( java ), then whenever I want to send push notifications I export those tokens then send them from my Machine.
Is this is the right approach? what do you think?
Is there any framework that I could use instead of building things from scratch?
Many thanks
Upvotes: 1
Views: 231
Reputation: 767
You should also give http://www.scringo.com a try. Among other things this framework does, it also gives you a free push notifications service to send push messages to all your users or some of them (based on your custom criteria).
Upvotes: 0
Reputation: 3520
Upvotes: 0