Hi @Erel ,
I´m getting a very strange bug using sendsms. When using the method send I noticed that some of my users crashed my app with some messages. I thought that could be any special character in message but after testing many characters I discovered that the character is not important: the combination between position, number of characters and message crashes the app!
I could sample a message which was crashing the app. That is:
nao estou de graça /: eu te acho muito linda só q eu sou envergonhado /:
I tested many hipothesys which could be generating the bug but couldn´t identify one. I think that log isn´t needed. Only do:
Ps.Send(phone,"nao estou de graça /: eu te acho muito linda só q eu sou envergonhado /: ")
and you app will crash!!! Can you help me? (for now, the only solution which I discovered was eliminate all special characters like "/" and ":" but I´m killing the sms emoticons (and this is not good...).
Please help.
Thanks!
Ps: Sorry, the sms message is in portuguese...
I´m getting a very strange bug using sendsms. When using the method send I noticed that some of my users crashed my app with some messages. I thought that could be any special character in message but after testing many characters I discovered that the character is not important: the combination between position, number of characters and message crashes the app!
I could sample a message which was crashing the app. That is:
nao estou de graça /: eu te acho muito linda só q eu sou envergonhado /:
I tested many hipothesys which could be generating the bug but couldn´t identify one. I think that log isn´t needed. Only do:
Ps.Send(phone,"nao estou de graça /: eu te acho muito linda só q eu sou envergonhado /: ")
and you app will crash!!! Can you help me? (for now, the only solution which I discovered was eliminate all special characters like "/" and ":" but I´m killing the sms emoticons (and this is not good...).
Please help.
Thanks!
Ps: Sorry, the sms message is in portuguese...