Is it possible with b4a - local notifications - not push ? Like the b4i's Local Notifications tutorial where you can set notificaitns locally without push ? I searched the forum but only could see firebase and gcm notifications.
You should use a Service and call StartServiceAt to schedule it to start at the given time. Once it has started you can do whatever you like including showing a notification.
You should use a Service and call StartServiceAt to schedule it to start at the given time. Once it has started you can do whatever you like including showing a notification.