My app was accepted and published. I just went back and looked and it has now been rejected. Here is the reason, below, which I simply do not understand what they mean. The app is just a phone list. When you select a number it gives you the option to call or send a text. There is also a box for email and that will open email.
I did notice that there was no line for sms
in the manifest. It WAS there but remmed. As I recall I remmed it because Google rejected the app if the line was there!!??
I do have the code in place to request permission when they select send message.
Any help appreciated.
Rich (BB code):
• Requested permissions do not match core functionality of the app
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.
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
I did notice that there was no line for sms
B4X:
AddPermission(android.permission.SEND_SMS)
I do have the code in place to request permission when they select send message.
Any help appreciated.