Android Question Does Android cache failed SMS message's

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hello All

Our app is try to send a specific message, it will try to send it and it will retry it up to 9 times if it fails.
We are using a GSM Jammer to test the app's reliability.

We have noticed that after 3 attempts (Jammer enabled) we loose service and no messages are delivered(using phonesms.Send2(pNumber,pMessage,True,False).

The Jammer is disabled after 3 attempts, and service on the device is restored by the 7th attempt. We have noticed then the first 3 messages seem to get sent from within Android.

Does anyone no about this type of behavour and how to stop it. I know this sounds a bit crazy but the needs to be bullet proof and send only 1 message.

Regards

John.
 
Top