How to send Push Notification to multiple devices?
This is the first time I am using push notification in my App. I have gone through sample applications along with books and I got how to send push notification to a single device. But I am not getting exactly what changes should I do in my program to send push notification to multiple devices. I am using 'PushMeBaby' application for server side coding. Please, help me out. Priyank Try this example code and modify for your environment. $apnsHost = '<APNS host>'; $apnsPort = <port num>; $apnsCert = '<cert>'; $streamContext = stream_context_create(); stream_context_set_option($streamContext, 'ssl