PHPfox-Official / mobile-app-issues

phpFox Mobile App bug tracker
0 stars 0 forks source link

when sending chat message from website (desktop) to iOS app user, I don't get sound notifications on iOS ? #16

Closed spirogg closed 3 years ago

spirogg commented 4 years ago

Important

Please follow this template!


What's happened?

...

Steps to reproduce:

  1. login as user on desktop then go to chat and send message to user using iOS app.
  2. user never gets a sound notification oniOS but when user iOS user from app sends a chat message the desktop makes sound notification of message

What's expected?

...sound should be heard on your iPhone when a user sends a chat message via website ( desktop) to iOS app user

OS and Devices tested

(Example: Android, iOS, iPhone, Galaxy Note...)

...iphone 11 max pro iOS 14

Server information

(Example: CentOS 7, php 7.1 apache)

...centos 7 php 7.3

phpFox version

(Example: phpFox 4.6.0) 4.8.1 fresh install ...

APIs and App version

RESTful Api 4.24 Mobile Api 4.6.2 App version from apple store - 1.7.2

Screenshots

...

tonyphpfox commented 3 years ago

Hi @spirogg

First, thanks for reporting, we need more and more feedback, feature requests to improve the phpFox platform, the phpFox mobile apps to be better every day.

For your case, there are two situations

  1. Push Notification sounds: I have been tested it for both IM-Chat Messaging and ChatPlus module, both worked normally and I received the push notification with sound as expected. If your feedback is about this case, I think probably your iOS test device had turned the silent mode on. When silent mode is on, the iOS system will try to block all sound from alerts, notifications and also sound from the call no matter which applications invoke them. So please check this again.
  2. The notify sound when users are actively using the mobile app and receiving new messages (not a push notification): if you mention this case, mobile app (both Android / iOS) will not play any kind of sound because we did not implement it. We think that if we play a notifying sound every time users receive a new message, it will be kind of annoying and an anti-friendly UX case for mobile users. Imagine the case that you receive 20-30 new messages per minute and you hear the beep-beep sound 20 times per minute that will be the harassment for mobile users. So we do not have any plan to implement this sound on mobile.

Regards.