I’m working on app that has realtime components and I’m wondering if I can use apple’s push notification service for this.
How many messages can we send? Can we use it for something like a chat service?
If not what are our alternatives?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apple uses push notifications for their new chat service, so yes, you could use it for a chat service.
There are no good alternatives to push notifications. You’d have to manage your own socket and it would only work while your application is running.