I'm having a trouble to use rich notification.
When I send a apns payload, my notification service extension print Program ended with exit code: 0 error message EXC_RESOURCE and show like normal notification.
The error message seems like attached picture.
my apns payload is
{
"aps": {
"sound": "default",
"mutable-content": 1,
"alert" : {
"title" : "tt",
"subtitle" : "st",
"body" : "bd"
},
"badge": 2
},
"imgUrl": "http://someimagelink.jpeg"
}
I don't know why, but even it everything works fine if I try in a new project. Help me please.