I have a web service , and I would like to create a Push Notification service for an app using Apple's APNS, without using the third party service, how could I do that?
I have a web service , and I would like to create a Push Notification service for an app using Apple's APNS, without using the third party service, how could I do that?
You basically have to implement this system on your server. The notification process is done in the following steps:
There are external services that facilitate and assist in this process of avoiding implementing a server for this process. See this example that explains the whole process and how to deploy a server.