Skip to content Skip to sidebar Skip to footer

Message Is Not Sending In Some Phones By Smsmanager

I am tring to send message by smsManager. But in some of the samsung phone it is not able to send and no error is displayed. Here is my code try { SmsManager sms = SmsManager.

Solution 1:

1.) Restart Eclipse.

2.) Delete bin and gen folder.

3.) Clean the project and build it again.

Solution 2:

If you are using android 6.0 and above, add codes for runtime permissions in your project.

Post a Comment for "Message Is Not Sending In Some Phones By Smsmanager"