I have an App where I use sms.Send2 to send a SMS, but it craches in this line
Sms.Send2("xxxxxxxx", "123", True,True) // xxxxxxxx is a real number in my app.
I also have the smsDelivered and smsStatusSent subs
I initialize the Phoneevents variable
I tried the same code in a new app whith just the SMS code and there it works.
I also tried to switch of some code to make my app looks like the test app, but it still craches.
Also I can't se anything in the Log pane, its just blank, no error messages at all.
Sms.Send2("xxxxxxxx", "123", True,True) // xxxxxxxx is a real number in my app.
I also have the smsDelivered and smsStatusSent subs
I initialize the Phoneevents variable
I tried the same code in a new app whith just the SMS code and there it works.
I also tried to switch of some code to make my app looks like the test app, but it still craches.
Also I can't se anything in the Log pane, its just blank, no error messages at all.