@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 The notifications features changed a lot as Android evolved. Android 8 (with targetSdkVersion 26+) adds another complexity with the introduction of notification channels. The built-in Notification object was rewritten in B4A v8 to work properly with all versions. This is a good...
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).