Notification Service App Extension is not working on iPhone 5(iOS 10).

I am not able to intercept push notification via

UNNotificationServiceExtension
on iPhone 5 running on iOS 10.

The

mutable-content
flag is set as 1 inside the payload.

Is Notification Service app extension not supported on iPhone5(because of 32-bit maybe)?

I have looked at the documentation and it is no where mentioned that it will work only on specific devices.

I know this is a very old issue, but I wanted to add a comment that I am seeing my Notification *Content* Extension (not a Service extension as you reported) also fails to run on iPhone 5 with iOS 10.3.3. It seems maybe that the iPhone 5 simply doesn't support notification extensions of either type. I can't remember if this ever worked or is something that got broken along the way. It works on iPhone 5S and iPad Mini 2.


An old Stack Overflow post seems to confirm this: https://stackoverflow.com/questions/40055754/ios-10-notification-content-extension-not-loading

Notification Service App Extension is not working on iPhone 5(iOS 10).
 
 
Q