What is the best way to send in-app notifications to the user?
Meaning: No Push Notification but only when starting or using the app itself it should remind the user of certain events.
Thanks!
What is the best way to send in-app notifications to the user?
Meaning: No Push Notification but only when starting or using the app itself it should remind the user of certain events.
Thanks!
Probably save the notification in a database and then check for it every x-seconds/minutes and then display to the user.