smsmanager - SMS verification from application for android -
i have developed application want sms verification of user using application same number registering. right have released application india. need know whether need put country code if want go other countries. right able send sms users phone without country code. need country code send sms phone. have used following code send sms.
smsmanager sms = smsmanager.getdefault(); string smstxt = "please enter " + string + " myapp verification."; sms.sendtextmessage(phno2, null, smstxt, null, null);
for above code haven't put country code. need country code.
Comments
Post a Comment