Hi,
When I tried to send a message to a list of users it didn't work.
smsSender.sendMessage(message,ArrayListOfUsers);
I used an ArrayList of user addresses as Strings.
In simulator it was sent to the first user in the list.
Does anyone know how to fix this?
Thanks in advance,
Ashen Gomez