I have the following scenario:
- iPhoneA & iPhoneB: sinch client initialized with message support and Push Support enabled
- iPhoneA's app is closed
- iPhoneB sends a message to iPhoneA.
- iPhoneA receives a notification correctly (the banner appears). So iPhoneA open app by icon.
How can I detect and catch received notification?
Thanks