Dear friends,
please very much for help.
My app can send SMS. In manifest I am using:
I am trying to set sensitive permission as SMS handler and I am trying to set Device automation. But I get this message from GooglePlay (Rejected):
I dont know what I am doing wrong? Have somebody experience, please, with GooglePlay and App which can send SMS?
Best regards
p4ppc
please very much for help.
My app can send SMS. In manifest I am using:
B4X:
AddPermission(android.permission.RECEIVE_SMS)
AddPermission(android.permission.READ_CALL_LOG)
AddPermission(android.permission.READ_CONTACTS)
AddPermission(android.permission.READ_PHONE_NUMBERS)
AddPermission(android.permission.READ_SMS)
AddPermission(android.permission.SEND_SMS)
AddPermission("android.permission.CALL_PHONE")
I am trying to set sensitive permission as SMS handler and I am trying to set Device automation. But I get this message from GooglePlay (Rejected):
After reviewing your app, we found that it doesn’t qualify to use the requested permissions for the following reason(s):
Requested permissions do not match core functionality of the app
You declared Device Automation as the core functionality of your app. However, after review, we found that your app does not match the declared use case(s). Learn more about permitted uses and exceptions.
Please either:
• Make changes to your app so that it meets the requirements of the declared core functionality or,
• Select a use case that matches your app’s functionality
You declared Default SMS handler (and any other core functionality usage while default handler), Default Phone handler (and any other core functionality usage while default handler) as the core functionality of your app. However, after review, we found that your app does not match the declared use case(s). Learn more about permitted uses and exceptions.
I dont know what I am doing wrong? Have somebody experience, please, with GooglePlay and App which can send SMS?
Best regards
p4ppc