PhoneSms library. Send SMS question

brelto85

Active Member
Licensed User
Longtime User
Hi,

I'm trying write an app that send sms
using the PhoneSms library, it works and the sms are sent correctly

The problem is that, after sending, the message is not saved in the android messages application

there's a way to do that?

Alberto
 

pesquera

Active Member
Licensed User
Longtime User
Hi, does PhoneSms.Send method have a limit of characters? I noticed that some long sms sent for my app have not arrived
 
Upvote 0

pesquera

Active Member
Licensed User
Longtime User
thanks for your sooon reply! do you know if that multipart sms can also handle the status? (sent, delivered)
 
Upvote 0

lemonisdead

Well-Known Member
Licensed User
Longtime User
Sorry but I don't know (I am not always understanding the use of Reflection or JavaObjects). Perhaps an expert will have the reply.
 
Upvote 0

pesquera

Active Member
Licensed User
Longtime User
if I power off the destination phone, the SmsDelivered event is fired but the sms was not delivered..
delivered means "delivered to the phone network" or "delivered to the destination phone"?
when I power on the destination phone, I get again the SmsDelivered event
I get it twice.. is that the correct behaviour?
 
Upvote 0
Top