I know how to create silent push notifications (with playing a sound file that is silent). I would also like to send a push notification that doesn\'t vibrate phone.
when you register for push notification don't ask for sound type (UIRemoteNotificationTypeSound)
UIRemoteNotificationTypeSound
- (void)registerForRemoteNotificationTypes:(UIRemoteNotificationType)types
you can test this by manually removing the sound permission in the notification settings