Akash
02/19/2024, 6:01 AMHi Everyone,
I know it's not related to kotlin but might be I can get help here.
I need help on policy declaration for Auto read OTP. I am trying to push a new app to play store with these permission.
- android.permission.RECEIVE_SMS
- android.permission.READ_SMS.
Every time app getting rejected by google.
I tried two time with below declaration (one by one) to publish.
- <SMS-based financial transactions and related activity where access is restricted to financial SMS transactions (for example, 5-digit messages)>
- <Call-based OTP account verification>
Can anyone please let me know which option needs to select for Auto read permission.
Adding all option below
krupal
02/20/2024, 7:38 PM