nelsoft-easyshop / yilinker-online-buyer-ios

product attributes
1 stars 1 forks source link

[Bug] Messaging - Notification is not updating for unread/read message on the Floating Action button #266

Open aaroninocencio opened 9 years ago

aaroninocencio commented 9 years ago

Severity: Major Device: All OS: All Details: The notification(You have 1 unread message) inside the Floating Action is not updating and does not even disappear when the user opened the message. Steps to Reproduce:

  1. Advance to message UI.
  2. Message the buyer account using seller account.
  3. Check for the notification for the buyer

Check: Floating Action button on the Homepage, Check the Message on the Floating Action UI

Note: No notification inside and outside Floating Action button.

Outside should be Badge

jandennisnora commented 9 years ago

The badge update code is not yet ready.

ajtandoc commented 9 years ago

@jandennisnora use this code for setting the unread messages count: SessionManager.setUnReadMessagesCount(messageCount: Int)

this method for getting the unreadMessagesCount: SessionManager.unreadMessageCount()

You must first merge development branch to your local branch not in the repo. Thanks :)

regineabigail commented 9 years ago

@jandennisnora no notifications when buyer received a message

mikedollosa commented 9 years ago

@jandennisnora do you have any updates on this?

mikedollosa commented 9 years ago

@jandennisnora do you have any updates on this?

markvalerio commented 8 years ago

Buyer-Dev-Version-1.0.0 @jandennisnora Kindly address the following issue regarding message notification

  1. Message count notif on floating action button is not updating correctly. It displays 2 messages instead of 1 messagge, 4 messages instead of 2 messages.
  2. Message count notif on floating action button is not updating real time. It should always update real time even if the floating action button is open upon sending the message to buyer. 3, There should also be a message count above floating action button to alert buyer even if floating action button is not open.
liaoxianjian commented 8 years ago

Proceed

regineabigail commented 8 years ago

Issue still occuring in version 1.0.3

ajtandoc commented 8 years ago

@jpChan15 I've implemented showing of message count in our fab tab icon. Implemented it on func onNewMessage(notification : NSNotification).