shounakmulay / Telephony

Flutter plugin for telephony features like query device sms directory, listen for incoming messages, retrieve various network parameters, etc.
https://telephony.shounakmulay.dev
MIT License
138 stars 126 forks source link

I cannot submit my apk to Play Store because of RECEIVE_SMS permission. #124

Closed diegopontes87 closed 2 years ago

diegopontes87 commented 2 years ago

Do you know what to do ? I've just got the message:

Google Play failed to upload artefacts. Release artifacts require permissions that are missing from permission declaration: android.permission.RECEIVE_SMS: {
    "error": {
        "code": 403,
        "message": "Release artifacts require permissions that are missing from permission declaration: android.permission.RECEIVE_SMS",
        "status": "PERMISSION_DENIED"
    }
}
diegopontes87 commented 2 years ago

I saw the problem.

I had to submit manually a new apk with sms permissions.