I am wondering if it is possible to setup repeating push notifications. The reason I want to do this is to allow my users to schedule a daily reminder at a particular time. Is this possible? Currently the only options I can think of are:
- schedule a lot of notifications, say one each for the next 30 days. Then "top up" the notifications every time the app is launched
- allow the user's to only pick specific times (eg. 1am, 2am, 3am), and then have a service runs once per hour and sends out batch notifications to devices that have registered for that timeslot.
I am planning to use the Urban Airship platform, but am open to other suggestions.