I'm having a problem right now on iOS. I setup notifications of new messages like it says in the doc. mesibo on-premise send a background notification that activate my app and then I send a Local Notification through Apple iOS API.
In these local notifications, I added a category to be able to add custom actions of the notification (for example: a textfield so the user can respond to the message inline in the notification without opening the app).
This worked fine until I started implementing the calls using mesibo-calls framework. After I set it up, my notifications still fire but there is not a text field in the notification anymore.
When I disable mesibo-calls (by not calling MesiboCall.start(...)
), it works fine again.
It looks like MesiboCalls overrides the actions of the notifications.