Closed dmitry-kopitkov closed 10 years ago
Hi - you should send the numbers as a comma delimited string, i.e. "01234567,7654321"
Let us know if that doesn't work.
Just a correction here, the delimiter is actually a semi-colon, ";", for example:
var address:String = "0444444441;0444444442"
it works,
thanks
I know that in native code iOS supports such use case
Thanks, Dmitry