Unfortunately, appears to not be executing could be for a lot of reasons, and you will need to first debug and understand what the cause of this NSE not working is, so you can fix it. The reasons the NSE fails to modify the message could be: it crashes at launch it crashes while modifying or exits early without setting the content and calling contentHandler() it goes over the memory and time limits and is terminated by the system it is trying to access on-disk objects that are not available (perhaps due to security settings) and fails the reentrancy of the NSE causes problems if any global variables/singletons/shared objects are not designed accordingly that the same NSE process could be used for multiple notifications it is unable to be started by the system for some reason (the Console log will show those issues) the extension is not configured or built correctly in your application bundle notification is not delivered to the device there is a problem with the notification payload that get
Topic:
App & System Services
SubTopic:
Notifications
Tags: