Hi, I've been looking all around about how to set permission in order to ask the user ( only at the first time the app is opened) to allow my app to send him notification.. I've tried with
but at the startup, the app doesn't ask any permission...
B4X:
AddPermission(android.permission.POST_NOTIFICATIONS)
but at the startup, the app doesn't ask any permission...