I am sending sms nearly to 90-100 number's using SmsManager
, I am reading number's from file and passing the number to sendtextmessage function as below
String[] nos;// this array contains mobile nos
SmsManager sm = Smsmanager.getDefault();
for(int i=0;i<nos.length;i++){
sm.sendtextmessage(nos[i],null,"hello",null,null);
}
problem is:
- Code is executing but messages are not sending, even I am having balance
- I changed code to use stock sms app to send even this also failed to send.
- if I send one to one no from stock app, it is sending but if I choose number more than 5 then it is not sending I used htc explorer.