Error 908: SEND_SMS permission denied message

I'm trying the first app project in Lyra Blizzard Logan's "Learn to Program With App Inventor". Everything looks okay, but when I try it, I get the message "Error 908: The permission SEND_SMS has been denied. Please enable it in the Settings app." I enabled all the permissions i could find for MIT AI2 Companion (on the cell phone being used to test), but didn't see one that dealt with SMS. Can anyone help? I looked through other similar topics here, but didn't find one that seemed to solve the problem. Thanks.

You may want to use this block before the SMS code:

https://groups.google.com/g/mitappinventortest/c/EyhhXsDy_ZY/m/GER2snLXAAAJ?pli=1

(from the Permissions FAQ)

1 Like