I have a small but tricky question over apple push notification payload on iOS.
From what I know the push notification payload can have sound (length <= 30 seconds), text and badge. Now what I want with my iphone app is that the push notification sent by my provider (server) to this app on iPhone screen to constantly buzz at regular interval (say every 1 min) until user taps on the notification on screen (i.e. checks the message). Hence, the notification would play the sound constantly and stops when user taps and launch the app.
Is it feasible? How?
PS: Its an enterprise application and would not be deployed on App Store.
Thanks in advance.
Yes, it is. This is how you could implement that:
I do not know how this would look in the notification center, but you can test and have a look :)