java - jsmpp sms delivery report and receiving -


i using jsmpp library sending sms connection remote sms center. have 2 problems:

1) @ first, when send sms mobile number, switched off mobiles delivered status, in real mobile turned off.

2) can send messages mobile number , receive delivery reports sent message using connection sms center. how can receive sms sent sms center via jsmpp? example, send sms mobile short number, how can take sms sms center?

thanks..

you need check smsc(providers) why sending "delivered" , second issue find receivesubmittedmessageexample.java ,messagereceiverlistenerimpl.java classes in jsmpp examples .


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -