Skip to content

Instantly share code, notes, and snippets.

@ShravanJ
Created April 21, 2017 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShravanJ/019b45fac145fdedf339ee412fcbb86e to your computer and use it in GitHub Desktop.
Save ShravanJ/019b45fac145fdedf339ee412fcbb86e to your computer and use it in GitHub Desktop.
var notification = new UILocalNotification();
notification.AlertAction = "My Notification";
notification.AlertBody = "Hello world";
notification.SoundName = "output.caf";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment