Here's my sample app
I've had some trouble with this in another app and I'm trying to figure out what I'm doing wrong; It works like this:
- I push a button that schedules the notification
- I quit the app and close it
- I wait for the notification to arrive
- I restart the app through Xcode
The thing is: even though the didReceiveRemoteNotification()-function should be called, I still get false value when starting the app which shows me, that for any reason this method does not get called. Why? Can you help me?