RestComm / restcomm-android-sdk

Android Mobile SDK to easily integrate communication features (WebRTC, messaging, presence, voice, video, screensharing) based on RestComm into native Mobile Applications
http://www.restcomm.com/
GNU Affero General Public License v3.0
153 stars 109 forks source link

Only first message is shown after tap on notification #826

Closed ognjenns closed 6 years ago

ognjenns commented 6 years ago

We receive more than one message via push notification, when we tap on the notification message screen is opened and only first message is shown.

atsakiridis commented 6 years ago

@ognjenns the problem here is the original design decision where SDK is not responsible for storing messages; it falls under App’s jurisdiction, and with push notifications introduction, the only way App can be notified of all messages is to be woken each time a notification arrives, which is, of course impossible. Let me know if you see good way around this; if not we need to add it in the list of things that require heavy refactoring + brainstorming and tackle after release.

atsakiridis commented 6 years ago

Per discussion in daily, this needs heavy refactoring and must be deferred for later

atsakiridis commented 6 years ago

Dup of #392