How to ask for notification permission

how to ask for notification permission if android version is 13 or more?

You can try using the ‘Ask for permission’ block for the ‘POST_NOTIFICATIONS’ permission, but currently (as of May 9, 2024) Niotron’s and App Inventor’s block doesn’t handle permissions introduced in Android 13. It can’t automatically declare this permission in the manifest. instead you can use an extension which can do this for you

1 Like