I'm having trouble to remove all the local notifications using a UIButton on the Apple Watch. In the iPhone app everything works fine, but when I use the same code for the Apple Watch it won't work.
This is the code I use for the Apple Watch:
[[UIApplication sharedApplication] cancelAllLocalNotification];
What do I do wrong?