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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -