I'm facing this weird problem while trying to implement iOS-8's new Interactive Notifications. When dealing with Local Notifications everything works as expected, but when it comes to APNS - things do not work well.
In details: I get the custom push as it should through the banner (I register only to the minimal context), but when the user taps the button that represents the custom action, my application's delegateapplicationDidBecomeActive:
is not called; In fact - the app gets stuck on an inactive mode.
The weird thing is that the app does go to active mode when launched from the Notifications screen (The one to right of the Today). Beside that, on both cases, my delegate:
handleActionWithIdentifier:forRemoteNotification:completionHandler:
does get called with the right Identifier.
Any help would be very much appreciated!