iOS Question how to send sms push button

Robert_Poland

Member
Licensed User
Hello

How to send sms when you press the button In B4A


Sub ON_LongClick
Phone.Send (numer.Text , "test")
ToastMessageShow("Automatic reports test", False )
End Sub


I did so here How is it supposed to be in B4i



Can i ask for sample code So that when you press the send button sms


Thx
 
Top