Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We want to be able to push simple text messages to ALL our iphone users. For that we obviously need to create a server side code that stores the device tokens and pushes the messages whenever necessary. Is there any good example on doing this? (Talking about the server code)

Thanks

share|improve this question

1 Answer

up vote 17 down vote accepted

Have a look at easyAPNS if you want to host it yourself, or visit Urban Ship if you are ok with a hosting service (they have an extensive set of documentation)

Another good site for info is Ray Wenderlich's site which hosts a 2 part tutorial

share|improve this answer
That's Ray Wenderlich... – John T Apr 5 '12 at 13:52
Oops, thanks for the correction – Frank Apr 6 '12 at 14:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.