floatinghotpot / cordova-plugin-sms

Plugin to operate SMS, send / list / intercept / delete / restore
172 stars 141 forks source link

SMS text limit #28

Open denkomanceski opened 8 years ago

denkomanceski commented 8 years ago

Does the plugin has some limit for the number of letters that a SMS can contain ? Since when I try to send with 159 characters its fine, but if its 160+ its not sending the message

floatinghotpot commented 8 years ago

The plugin has no hard limit on that. Is it the limit of SMS protocol?

bvhemanth commented 7 years ago

facing same problem ...when i try receive lengthy incoming sms---- onSMSarrive that sms automatically breaking into parts .. how to resolve this??