snnagar / apns-sharp

Automatically exported from code.google.com/p/apns-sharp
0 stars 0 forks source link

vibrate instad of Default sound? #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like the iPhone to vibrate instead of playing a sound(default) 
when a message arrives. How do we accomplish that? Or is there a property 
whihc could be turned ON/OFF. Let me know.

Thanks
Unni

Original issue reported on code.google.com by uknamboo...@gmail.com on 26 May 2010 at 10:05

GoogleCodeExporter commented 9 years ago
Just don't include a sound when building the notification, however I do believe 
you
MUST include a message to have the phone vibrate (since this makes a popup 
appear). 
You can't for example just include a badge number update as this will not cause 
a
vibration.

This is a shortcoming of Apple's implementation :(

Original comment by jond...@gmail.com on 26 May 2010 at 2:23