简体   繁体   中英

My SMS Transfer related App rejected due to Violation of Permissions policy

I had submitted my SMS Transfer app on Google Play Store and I had added READ_SMS and WRITE_SMS permission in the manifest. I had selected "Cross-device synchronization or transfer of SMS or calls" from Declare permissions for your app but Google rejected the app with the below information:

  1. Apps with a declared core functionality for Cross-device synchronization or transfer of SMS or calls can only access these permissions: READ_SMS, RECEIVE_MMS, RECEIVE_SMS, RECEIVE_WAP_PUSH, SEND_SMS, READ_CALL_LOG. Please remove the permission(s) WRITE_SMS.
  2. Based on our review, we found your app's expressed user experience did not match your declared core functionality Cross-device synchronization or transfer of SMS or calls. Please remove these permissions from your app.
  3. Your app has default handler capability, which was not disclosed in the declaration form. Please remove the unnecessary capability and / or submit a revised declaration form.

It is due to Google's restriction on SMS or Call log permission.

If you really need these permissions to fulfil certain functionalities, you should be filling 6-page Permission Declaration Form and submitting to Google Play for review.

Try to use this app it allows to send received SMS to other device or slack

https://play.google.com/store/apps/details?id=com.sms.pipe

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM