5
I own a web service, and would like to create a Push Notification service for an app using Apple APNS without using the third-party service, as I could do this?
5
I own a web service, and would like to create a Push Notification service for an app using Apple APNS without using the third-party service, as I could do this?
8
You basically have to implement that system on your server. The notification process is done in the following steps:
There are external services that facilitate and help in this process to avoid implementing a server for this process. See this example that explains the whole process and how to implement a server.
Browser other questions tagged ios objective-c apple-push-notification apns
You are not signed in. Login or sign up in order to post.
Thank you! I saw these procedures with a friend! But your information is good, and brings good content to those who are interested in doing this activity! rs
– Tiago Amaral
I’m glad I could help.
– DaSilva