I'm using GCM to send push notifications to my android apps.
I put some notification sounds in my res
folder to use different sounds by setting a key-value pair in my JSON. That works fine with no problem.
Now my question is that:
Is it possible to serve the sounds server-side, so there is no need to put them in res
folder and I'm not restricted to the sounds in res
folder?