```Hi Everyone, I know it's not related to kotlin ...
# android
a
Copy code
Hi 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
not kotlin but kotlin colored 7
🧵 2
k
@Akash bro, you don't have to use sms permission untill you've messaging application there is sms retrieval api provided by Google, which you can use to autofill otp https://developers.google.com/identity/sms-retriever/request
✅ 2