I have installed Push Notification in the Android Mobile Phones using C2MD Server.
Now i just to know enhance that one i.e. When push notification occurs then it should be notified through the Preloaded voice in the server.
Whether the voice data is send as a parameter to the Mobile or any other parameter is passed from C2MD Server to the device.
Please Help me…
I have installed Push Notification in the Android Mobile Phones using C2MD Server. Now
Share
When you send push to device you can send any key-value pair, so I suppose you can send bytes of any sound. But there is limits for c2dm messages – it can be maximum 1024 bytes. So you can provide only very short sound.