I want the phone to vibrate more than once on incoming push notifications.
To realize this behavior I scheduled several text-less local notifications (after 1 second, 2 seconds, ...) in the application:didReceiveRemoteNotification:fetchCompletionHandler:
method.
This works well on the device that I use for development and several other phones, but it doesn't work on all of them.
What can I do to make it work on all devices?