Sneha Maheshwari
Sneha Maheshwari

Reputation: 11

Upload apk on playstore

My previous app apk had a permission of SMS_RECEVIE which is now unpublished from production. It was done by some other developer so I don't have any details about it.

Now I have uploaded a new apk on beta which do not have any SMS_RECEVIE permission which got rejected.

please suggest me what to do now.

Upvotes: 0

Views: 100

Answers (2)

Anjana
Anjana

Reputation: 933

Well, since you have already removed the SMS_RECIEVE from the app, there should be no more problem with publishing the app.

Just go to play console and publish your new app as a production release. It'll take some time to be published. Anyway if there is not any other violations or issues the app will be published. You can remove your beta release as well.

Upvotes: 0

Venkatesh Kashyap
Venkatesh Kashyap

Reputation: 344

  1. Remove SMS permission from manifest if your app requires just reading OTP.
  2. Use SMS retriever API https://developers.google.com/identity/sms-retriever/overview
  3. Google has sent a mail to you regarding this. you might need to submit that form once again.
  4. wait for 24 hrs.

Or

Upload a new version of your APK and submit a permissions declaration form to enable further review.

Upvotes: 2

Related Questions