I'm using VS 2015 and I debug from my nexus 4 device. Why this line throw exception (Same result with any phone number-including real numbers) ? (no details are shown).
SmsManager.Default.SendTextMessage("123456789", null, "bbbbb", null, null);
I'm using VS 2015 and I debug from my nexus 4 device. Why this line throw exception (Same result with any phone number-including real numbers) ? (no details are shown).
SmsManager.Default.SendTextMessage("123456789", null, "bbbbb", null, null);
I found a sample for using SmsManager here:
From the comments:
And following permission is needed: