Reputation: 2101
I am working on a project in iphone where server sends a SIP message as broadcast and it should be received at the client side by the broadcast receiver class as in Android.content.broadcastreceiver
Plz tell me how to receive the broadcasts from the server ??
Upvotes: 0
Views: 1061
Reputation: 5586
You need to look into Push Notifications
A summary is as follows:
As for using SIP, it depends on what you actually need to do once you receive the notification but I suspect you will have trouble.
Upvotes: 1