Android Question How can I receive SMS message longer than 160 characters?

microbox

Active Member
Licensed User
Longtime User
Hello everyone! I have an app (on B4A) that needs to receive SMS message. Upon receiving less than 160 characters is no issue, only when it is above the 160 length of characters. How can I resolve this?

Thanks,
microbox
 

JohnC

Expert
Licensed User
Longtime User
How are your currently receiving SMS messages less then 160 characters?

If you can provide the code for this, then this can help us provide ideas on how to receive MMS messages (greater then 160 characters).
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
How can I resolve this?
You can´t (at least as far as i know). SMS has a length-limit. If you send longsms then the text is splitted up into several SMS. This multiple SMSses are send then one by one.
On the receiving side multiple SMS coming in in this case.
 
Last edited:
Upvote 0
Top