Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681466yAre you sending SMS’s? If no, WHY ask for those permissions?
If yes.. WHY are you sending messages? -
abcdev30986yRECIEVE_SMS for verifying Otp. And SEND_SMS for our short messages service which come handy incase there is no internet.
-
abcdev30986y@irene they didn't. Just a plain simple email asking to remove those permissions and some api which i should use instead for RECEIVE_SMS. I am currently reading DOCS for those API.
-
Usually they've been doing that when other alternative APIs which can function similarly are available but pose less security risks.
I know they have been now letting you send responses to justify why you need it and what you're using it for. If it's for a creative reason and/or necessary then they will accept it, but it's always case-by-case.
Good luck! -
abcdev30986y@happypotter sms retriever api which need google play services. Not all devices use google play services, i think.
-
abcdev30986y@twistedvip for OTP, yes they have sms retriever api. For sending sms, no. They are asking to send it through intent. Mean user must select send.
Ok, so google asked me to remove SEND_SMS and RECIEVE_SMS permission from my app before January 9th, 2019 or I should remove my app from play instead. F***ing Great.
rant