- How can i use local notification with sound but without vibration?
- And how can i use it conversely, with vibration but without sound?
edit:
while i read, i found one solution for vibration without sound:
(not appropriate to localnotifications in my case)
a) AudioServicesPlayAlertSound(kSystemSoundID_Vibrate);
b) AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
and as variant play silent sound, that will give vibration without sound effect.
我无法使用声音而不振动(我们谈论的是本地通知)。对不对?