'App Rejected due to SMS_SEND permision I have selected default handler?

App uses SEND_SMS permission to send sms for this i have selected default handler , ad google reject my app so how to resolve this issue

enter image description here



Solution 1:[1]

According to Google

If your app requests the use of high-risk or sensitive permissions (for example, SMS or Call Log), you may be required to complete the Permissions Declaration Form and receive approval from Google Play.

Permissions declaration

How to complete the Permissions declaration form

Incase you are still stuck, you can try this If your app need to read sms for SMS-based user verification / OTP verification please use SMS Retriever API which does not needed any sms permission and your app can still read SMS for OTP verification.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1