xamarin.ios - Remote notification sound -
i ask how play custom sound in remote notification (i using xamarin studio on mac)
my payload on website is:
aps = [ 'alert': 'message', 'sound': 'mario.aiff', 'badge': 1 ];
i put file mario.aiff resources folder , set build action bundleresource when sent notification default sound playing.
could please give me advice or missing something?
thanks!
Comments
Post a Comment