I couldn't find any push notification document saying we can make xx
number of requests per day.
I execute a cron which runs every 5 minutes, and on run it will open a connection, send the notification and disconnect.
Will this create any issues, 5 minutes cron a day means 288 request (or connection open and close). Will apple consider this as Denial of Service attack.
Please advise.