How to ask for notification permission

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

1 Like

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

@tech_Master Please see this you need to declare this permission in the manifest.

yes this is 100% working in testing in Android 13 &12 it’s working

Testing means companion? if yes then companion app is having that declared…

what? this permission?

no i am export apk and test

@tech_Master Please elaborate more i am not getting your point what your are explaining…