Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to send sms, currently not configured to sms error #65

Open
devgeektech opened this issue Jun 9, 2022 · 2 comments
Open

Unable to send sms, currently not configured to sms error #65

devgeektech opened this issue Jun 9, 2022 · 2 comments

Comments

@devgeektech
Copy link

PlatformException(device_not_capable, The current device is not capable of sending text messages., A device may be unable to send messages if it does not support messaging or if it is not currently configured to send messages. This only applies to the ability to send text messages via iMessage, SMS, and MMS., null)

I have even added the below code in Manifest-

<uses-permission android:name="android.permission.SEND_SMS" />
    <queries>
        <intent>
            <action android:name="android.intent.action.SENDTO" />
            <data android:scheme="smsto"/>
        </intent>
    </queries>
@johnwargo
Copy link

I had that problem as well, but I did a flutter clean and it started working.

@davidpanic
Copy link

This is still broken and a flutter clean doesn't fix it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants