Posts

Post not yet marked as solved
3 Replies
1.5k Views
I'm trying to implement UNNotificationServiceExtension, but my code seems to fail often, simply stating the "Program ended with exit code: 0". I am trying to use the FMDB Sqlite3 module in the extension and it seems as though I may be running into memory limits inside the extension. Are there any documented limits for memory in these extensions? Are there any strategies to help me take them into account, or am I just going to have to accept that I can't put complex functionality into the extension?
Posted Last updated
.