Sms permission denied

Hi Kodular Community,

I’m new to Kodular and new to app building. I am facing an “SMS Denied” error in my app. I request SEND_SMS at startup, but Texting1.SendMessage fails with “Permission Denied” after screen navigation or data reset. I’ve tried re-requesting permissions and clearing data, but it persists.

What I’ve Tried:

Initial AskForPermission in Screen1.Initialize.

Permission re-check in Send message button.Click.

Data reset with ClearAll using a timer delay.

Your advice would be greatly appreciated.

Button click for SMS.pdf (240.4 KB)
Data reset button.pdf (178.9 KB)
When Screen1 initialize.pdf (234.9 KB)

Did you try this with companion?

Hi Numan,

Thank you for your message. No I have had issues with the companion so I download the apk and test via android device.