peterhajas / MobileNotifier

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

Fix SMS tones for non-SMS notifications #292

Closed ghost closed 13 years ago

ghost commented 13 years ago

I noticed that SMS sounds were playing for every notification, so I added a statement to conditionally not play the SMS tones for non-SMS notifications. Simple but effective.

exiva commented 13 years ago

This seems to work well for me, no dual-sounds and vibrates on notifications. (iOS 4.2.1) Nice work.

ghost commented 13 years ago

Closed request, as I have updated code for improvements.