peterhajas / MobileNotifier

iOS Notifications. Done right.
BSD 3-Clause "New" or "Revised" License
302 stars 32 forks source link

Allow disabling of MN notification sound #43

Closed mikeash closed 13 years ago

mikeash commented 13 years ago

MN seems to play its own sound, in addition to the push notification sound played by the system. This is not exactly what I'm after. I'd like to disable MN's own sound entirely and just let the system do what it usually does.

Override79 commented 13 years ago

I agree with that, I am using MyProfiles application to change and disabled sound based on time, but right now I have no way to disable MN sound. Right now I am hearing 2 seperate sounds and 2 vibrations with some delay.

btaroli commented 13 years ago

Agreed. It would be nice to be able to hear the sounds, which differ by application, rather than have them all overriden by one. This way I can differentiate what kind of event is coming in when I can't see the phone (e.g. in holster).

Kingfish commented 13 years ago

Agreed as well. I'm hearing two sounds at once which is annoying and confusing. A toggle to turn off MN's tri-tone sound is what's needed here.

peterhajas commented 13 years ago

This has been fixed - https://github.com/peterhajas/MobileNotifier/issues/72 - thanks for filing it!

mikeash commented 13 years ago

Fantastic! This was the one thing stopping me from using MN for real. Just installed it, and it's looking (and sounding) great.

Kingfish commented 13 years ago

Thank you Peter.