Yes, local notifications work with the simulator. However, make sure that you are implementing the application: didreceiveLocalNotification in your application deletion if you want to see the notification while your application is in the foreground ( source )
Further troubleshooting steps in our chat in the chat and based on the above.
As I said, there are only two possibilities why it does not work. placement (in the case of delegating the application against another class) and the application variable. therefore, if it works as an application delegate, then I’m not sure how to allow this other, and then make a public method that you can get from the class from which you want to receive a notification. probably not the most elegant or the right way, but I don't know what else to say.
If its an application variable, then make sure that you use the same thing that I published, the application from the argument list applicationfinishloading vs [[shared application]
source share