I have successfully scheduled local notifications in my app using the code below:
Class cls = NSClassFromString(@\"UILocalNotification\"); if (cls != ni
Did you spell the name of the sound using the same upper/lower case encoding in both the file name and the filename?