@Erel I followed the tutorial, but probably there was I misunderstanding.
I need to show a notification within the app (B4A & B4i) not from a console. I don't need to spread a push message from a server to all "subscribed" devices but I need to programmatically show a system notification (Android & iOS) from a B4XPages App.
I found this within the community:
Background For a long time there were two ways for B4A developers to show notifications: - Simple notifications with the built-in Notification object. - More complex notifications with barx's NotificationBuilder library. Thank you barx for all your work!!! The notifications features changed a...
www.b4x.com
I'm interested to implement a simple notifications (with the built-in Notification object).
I need to do the same thing within the B4i App (I'm developing a B4XPages App).