I am developing an iOS app with web application
I need to notify users on different days like first day of the month, every week or daily or something like that how much earning they have done during that time period. so I need to sum up the earnings which user earned during that period.
Is there any way, where I can save their earning with the date and can send push notification by sum up their earning.
Can you explain me about how can I send an event from backend so that it works.
Please understand following scenario:
I want user to get notification for how much he earned at the end of the day by taking sum of the earning amount.
Please how to sum up the earnings and send push notification.
Also explain, how can I send an event from my backend.
Comments
1 comment