Why I getting "SMS and CALL_LOG permissions warning"

I have faced this issue and solved as follows.If you dont need sms and call logs permission in your app please remove all from your manifest file and take latest apk.

Scenario 1: If you have published your app as beta or alpha or internal testing, please update your old apk with the latest one. Here your old apk may contains those permissions they will reject your app once again.

Scenario 2:.If you really need those permissions then you have to follow the latest API's to handle SMS and CALL Log permissions.

They will check all the old builds(beta,alpha and internal) for dangerous permissions.

For Ex : Hi, Thanks for contacting the Google Play team.

I’ve reviewed your appeal request and found that

Version code 74 on Production track: SEND_SMS Version code 46 on BETA track: READ_SMS, RECEIVE_SMS and SEND_SMS Version code 50 on ALPHA track: READ_SMS, RECEIVE_SMS and SEND_SMS Version code 53 on QA track: READ_SMS, RECEIVE_SMS and SEND_SMS

I find this info when I appeal to play store team.


You have

uses-permission android:name="android.permission.SEND_SMS"

which comes under sms

Google Play may provide a temporary exception to apps that aren't Default SMS, Phone, or Assistant handlers when:

  1. Use of the permission provides core app functionality to users

  2. There is currently no alternative method to provide the core functionality

you must fill this form and google must approve it

enter image description here

you can find more info here

EDIT

For any one who is still getting this error after removing the permissions . Try deleting all previous APK from your account (from alpha,beta, internal testing if any)


enter image description here

If you believe your app meets the policy requirements for acceptable use or is eligible for an exception, submit a Permissions Declaration Form as soon as possible for Google Play to review. You will be notified if your request has been approved. You do not need to have implemented APK changes in order to submit the Declaration Form.

All Developers seeking to access the Call Log or SMS permissions must successfully complete the Permissions Declaration Form. By submitting this form, you verify that the app’s access to these permissions are only for the purposes described below and that you will submit an updated Form to seek additional approval prior to any revised / new scope for permission usage. You must fill out one Declaration Form for each app.

You should only access Call Log or SMS permissions when your app falls within permitted uses, and only to enable your app’s core functionality.

Read

  • Use of SMS or Call Log permission groups
  • Google Play Permissions Declaration Form

Please see the following instructions to submit the declaration form:

A1. Go to the Console > App release > Click ‘Create a release’ > Upload a new APK that you want to release A2. Retain the current version of APK A3. Click ‘Add from library’ > Upload all active APKs to cover all permissions across the tracks in your app

You can find active APK in Release management > Artifact library

A4. Fill out the Permissions Declaration Form for extension ‘Compliance status’ > check “No, this release does not meet the SMS and Call log” ‘Declarations’ > check all A5. Click "Save" at the bottom of the page

After that, please stay on the same page and follow the next steps:

B1. Deactivate and remove ONLY the old APKs which you do not want to release. B2. Click "Save" again then select "Review" B3. Then, you'll be able to release a new version of APK by clicking "Start Roll Out" button.

After finished all the steps, if your APK does NOT have sensitive or high-risk permissions anymore, please skip the steps below(C1~4) and no additional action is required. However, if you uploaded the new APK with sensitive or high-risk permissions, please note that your app will be removed after Mar 9, 2019.

If your new APK has sensitive or high-risk permissions & you want to utilize the permission after Mar 9, you need to finish the additional step to submit the declaration form to enable further review.

C1. After the new APK release(Step B1~3), please go to the Console > App release > Click ‘Create a release’

C2. Click ‘Add from library’ > Select the APK(which will be utilized after Mar.9) C3. Retain newly updated APK in step B3 C4. Fill out Permissions Declaration Form (not for extension),

‘Compliance status’ > check “Yes, this release meets the SMS and Call log”

Choose core functionalities as well

C5. Submit the form by Clicking “Save” at the bottom of the page

Also, to make sure your app be safe after Mar 9, please do not forget to update all the APKs(with sensitive or high-risk permission) in other track with the same steps.