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 aps in payload. The same notification is getting intercepted in the extension for iPhone 6S.
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.
Asked the same question in Apple Developer forum as well.