Yes, just include the sound-name you want to play in your payload, for example (if you use PHP):
$msgBody['aps']['sound'] = "mycustomsound.wav";
Ofcourse, you need to have "mycustomsound.wav" included in the project. Also, long sounds won't work, only the short ones (less then 2 secs I believe it is).
|