Reputation: 6795
I studied on iOS local notification and my some of assumptions are:
dates:[Date]
Am I correct ?
Apple Documentation : Link 1 Link 2
Upvotes: 1
Views: 78
Reputation: 545
It is correct, local notifications are very limited, and are mostly used as immediate or next executions before an event occurred, to do what you say I recommend using push notifications, Firebase is one of the most popular currently and easy to manage, you could try with this Firebase Cloud Messaging Documentation
Upvotes: 1