Hi. I already allow sms permission on my code. But this popup is always showing
and when i try to press the send button it will only allow to send 1 sms.
This happens every time when i try to send sms
B4X:
dim ps as PhoneSms
ps.send(123456789, "Sample Message")
Alternatively you can use a SMS-Provider which provide a HTTP REST Api. for ex.: http://www.smskaufen.com/sms/index.php
You then can send as much SMSses as you want (using the SMS Provider).