ios - local notification at different times everyday -


i know best approach if want fire notifications more 1 time each day everyday.

i did research , read notifications next day cannot fired unless user opens app next day , updated notification. true? there anyway can without need of user opening app everyday?

thank you

you can schedule 64 local notifications. there no limit on time period; can schedule them years in advance if like.

that said, if need mechanism schedule new notifications, if app not running @ (e.g. because user terminated it), need background mode that. fetch way go here, doesn't need special trigger. send silent push notifications in order wake app, make calculations , schedule new notifications.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -