SMS issue on Android

Hi Guys, I have an app compiled in phonegap that extends on the SMS example.

https://wiki.appstudio.dev/Using_the_PhoneGap_API:_SMS-Receive

It reads from our server the message and a list of mobile numbers.

The app loops through the list and sends the SMS to each client.

The last few attempts only send to 38 clients. The list is over 200.

I have checked the PHP call and the JSON returned looks okay.

Any ideas. Is there a change in Android ?

Have you hooked up the Chrome Remote Debugger to see if there are any error messages?

It shows
Could not find cordova.js script tag. Plugin loading may fail.

No errors in the console.

Tested again today about 100 were sent.

I have added the array of numbers to the console so I can see if all the numbers are coming back.

I then re-complied.

Uninstalled from the Android phone.

Re-installed.

Its now working okay…

Strange one…

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.