Page 1 of 1

in-app or local notifications

Posted: Thu Jan 23, 2014 10:57 pm
by Michael P. Eckhardt

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!


in-app or local notifications

Posted: Thu Jan 23, 2014 11:00 pm
by maxkatz

Probably save the notification in a database and then check for it every x-seconds/minutes and then display to the user.