Posts

Post not yet marked as solved
5 Replies
2.3k Views
Hi guys, In our application we've implemented the notification service extension. Upon receiving a message we do some aditional logic and everything works flawlessly. However i've installed the Xcode 9 beta3 and on the iOS11 (up to beta 3) the extension doesn't seem to work at all. When the a push notification is receivied i get the following log from the extension: "Program ended with exit code: 0". The didRecive method, as defined in the UNNotificationServiceExtension, never gets called. We've never had any memory issues and the opertaions we perform in the extension are not heavy and doesn't allocate too much memory. Is it possible that this is an issue with the iOS11? Any feedback would be appreciated.
Posted Last updated
.