I want to vibrate device when i received the push notification.
push notification contains value of vibration like below:
{ 0, 1000, 2000, 3000, 2000 }
How can i vibrate iPhone using above pattern in objective-c ?
Thanks.
I want to vibrate device when i received the push notification.
push notification contains value of vibration like below:
{ 0, 1000, 2000, 3000, 2000 }
How can i vibrate iPhone using above pattern in objective-c ?
Thanks.