Mithuzz
Mithuzz

Reputation: 1091

How to create a server for APNs for iphone

I'm creating an iPhone app that produce Pushnotifications. When I went through the documents and tutorials, I can see that we need a server support to provide the push notification. So, what are the requirements or what all are the important things that I should keep in mind when I create the server.

Thanks

Upvotes: 1

Views: 5431

Answers (1)

Nilesh
Nilesh

Reputation: 6155

If you are implementing it on your own, take a look at how to make my server support APNs?

You can use php-apns if you want readymade server.

Upvotes: 1

Related Questions