I have been searching for a solution for hours.. with absolutely zero luck.
I set up a Local Notification:
UILocalNotification *notif = [[cls alloc]
ANSWER:
Nothing wrong with the code..
It's just that the stupid iPhone didn't cancel the old notifications that I made with the default sound -_-;
When I cleaned the project, deleted the app from the phone AND REBOOTED the phone THEN it worked..
Hope someone finds this helpful.