Update Android App on Google Play after it has been removedHow to remove all debug logging calls before building the release version of an Android app?Where do alpha testers download Google Play Android apps?LogCat message: The Google Play services resources were not found. Check your project configuration to ensure that the resources are includedupdating Google play services in EmulatorGoogle play store rejected my appIs my app or its dependencies violating the Android Advertising Id policy?MSBTE Model Answer Paper Diploma, has been removed from Google Play due to a policy violationWhy I am receiving Warning - this app does not meet Google Play permissions policy, even though my latest version doesn't require these permission?I am getting this warning. “This app does not meet the Google Play permissions policy relating to the use of SMS or CALL_LOG.”How to fix “SMS and CALL_LOG permission violation” on Google Play console for android apps
Why did it become so much more expensive to start a university?
Why would "an mule" be used instead of "a mule"?
How can a resurrection system prevent the cheapening of death?
Evidence that matrix multiplication cannot be done in O(n^2 poly(log(n))) time
Is it appropriate for a professor to require students to sign a non-disclosure agreement before being taught?
Can I say "I have encrypted something" if I hash something?
Are there any instances of members of different Hogwarts houses coupling up and marrying each other?
„nichts wie raus hier“ - explanation based on the literal meaning?
Are there take-over requests from autopilots?
Minimizing proper time
What does "synoptic" mean in avionics?
Do ibuprofen or paracetamol cause hearing loss?
Random point on a sphere
Why does F + F' = 1?
What does 鴨が葱を背負って来る mean?
My research paper filed as a patent in China by my Chinese supervisor without me as inventor
Do all humans have an identical nucleotide sequence for certain proteins, e.g haemoglobin?
Which ping implementation is Cygwin using?
What is Japanese Language Stack Exchange called in Japanese?
A Little Riddle
How to help my 2.5-year-old daughter take her medicine when she refuses to?
Kingdom Map and Travel Pace
Sol Ⅲ = Earth: What is the origin of this planetary naming scheme?
Is BitLocker useful in the case of stolen laptop?
Update Android App on Google Play after it has been removed
How to remove all debug logging calls before building the release version of an Android app?Where do alpha testers download Google Play Android apps?LogCat message: The Google Play services resources were not found. Check your project configuration to ensure that the resources are includedupdating Google play services in EmulatorGoogle play store rejected my appIs my app or its dependencies violating the Android Advertising Id policy?MSBTE Model Answer Paper Diploma, has been removed from Google Play due to a policy violationWhy I am receiving Warning - this app does not meet Google Play permissions policy, even though my latest version doesn't require these permission?I am getting this warning. “This app does not meet the Google Play permissions policy relating to the use of SMS or CALL_LOG.”How to fix “SMS and CALL_LOG permission violation” on Google Play console for android apps
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
How can I update my Android app on Google Play Console after it has been removed by Google for violating permission policies? Is there any way? I mistakenly ignored the emails sent by them for updating the app before the 9th of March.
Here are screenshots of my google play console



add a comment |
How can I update my Android app on Google Play Console after it has been removed by Google for violating permission policies? Is there any way? I mistakenly ignored the emails sent by them for updating the app before the 9th of March.
Here are screenshots of my google play console



2
Aren't you getting the option to re submit the app with necessary changes?
– Mohammed Atif
Mar 28 at 9:18
can you show the screen shots of your google play console account?
– Kinjal
Mar 28 at 9:23
Yes.. I've added now. Please check
– Pranjali Soni
Mar 29 at 6:45
add a comment |
How can I update my Android app on Google Play Console after it has been removed by Google for violating permission policies? Is there any way? I mistakenly ignored the emails sent by them for updating the app before the 9th of March.
Here are screenshots of my google play console



How can I update my Android app on Google Play Console after it has been removed by Google for violating permission policies? Is there any way? I mistakenly ignored the emails sent by them for updating the app before the 9th of March.
Here are screenshots of my google play console



edited Mar 29 at 7:43
Pranjali Soni
asked Mar 28 at 8:54
Pranjali SoniPranjali Soni
113 bronze badges
113 bronze badges
2
Aren't you getting the option to re submit the app with necessary changes?
– Mohammed Atif
Mar 28 at 9:18
can you show the screen shots of your google play console account?
– Kinjal
Mar 28 at 9:23
Yes.. I've added now. Please check
– Pranjali Soni
Mar 29 at 6:45
add a comment |
2
Aren't you getting the option to re submit the app with necessary changes?
– Mohammed Atif
Mar 28 at 9:18
can you show the screen shots of your google play console account?
– Kinjal
Mar 28 at 9:23
Yes.. I've added now. Please check
– Pranjali Soni
Mar 29 at 6:45
2
2
Aren't you getting the option to re submit the app with necessary changes?
– Mohammed Atif
Mar 28 at 9:18
Aren't you getting the option to re submit the app with necessary changes?
– Mohammed Atif
Mar 28 at 9:18
can you show the screen shots of your google play console account?
– Kinjal
Mar 28 at 9:23
can you show the screen shots of your google play console account?
– Kinjal
Mar 28 at 9:23
Yes.. I've added now. Please check
– Pranjali Soni
Mar 29 at 6:45
Yes.. I've added now. Please check
– Pranjali Soni
Mar 29 at 6:45
add a comment |
2 Answers
2
active
oldest
votes
You can see the reason or policy violation in play console. I think it's under alert options in Play console. please check it, correct it in the app. then update your version code and version name, the sign your app, publish it again. Go to your app in play console, then select App releases under Release management then click manage in production -> create release or publish it as beta, after get approved from play console, publish it as production.
Hope this helps.
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy". I've also added a screenshot of my google play console screen.
– Pranjali Soni
Mar 29 at 6:53
@PranjaliSoni Can I know all options in permission Declaration Form, I can see only four options in the screenshot, You should choose one of the option in that.
– Akshay Kumar S
Mar 29 at 7:09
Please check now
– Pranjali Soni
Mar 29 at 7:46
Choose one of the options from Permissions Declaration Form or report a new use case and accept the declarations, both are mandatory @PranjaliSoni
– Akshay Kumar S
Mar 29 at 9:05
add a comment |
Recently, Few of my apps which were using SEND_SMS permissions have been removed from playstore. Now you can do two things:
If your app relies on SEND_SMS permission for it's working, then you need to submit a permission declaration form with relevant information. Find it here
Remove these permissions if are not very much needed, then simply upload your app to playstore.
You'll be guided for the same when you'll push a new update on Google play console.
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy".
– Pranjali Soni
Mar 29 at 6:52
Ok, Do you have CALL_PHONE or READ_PHONE_STATE permissions in your app? Could you please share manifest screenshot here.
– Anu Bhalla
Mar 29 at 9:07
1
Problem Solved. I took help of Google chat support, they guided me how to resolve this issue. Thank you ..
– Pranjali Soni
Mar 30 at 6:33
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55393479%2fupdate-android-app-on-google-play-after-it-has-been-removed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can see the reason or policy violation in play console. I think it's under alert options in Play console. please check it, correct it in the app. then update your version code and version name, the sign your app, publish it again. Go to your app in play console, then select App releases under Release management then click manage in production -> create release or publish it as beta, after get approved from play console, publish it as production.
Hope this helps.
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy". I've also added a screenshot of my google play console screen.
– Pranjali Soni
Mar 29 at 6:53
@PranjaliSoni Can I know all options in permission Declaration Form, I can see only four options in the screenshot, You should choose one of the option in that.
– Akshay Kumar S
Mar 29 at 7:09
Please check now
– Pranjali Soni
Mar 29 at 7:46
Choose one of the options from Permissions Declaration Form or report a new use case and accept the declarations, both are mandatory @PranjaliSoni
– Akshay Kumar S
Mar 29 at 9:05
add a comment |
You can see the reason or policy violation in play console. I think it's under alert options in Play console. please check it, correct it in the app. then update your version code and version name, the sign your app, publish it again. Go to your app in play console, then select App releases under Release management then click manage in production -> create release or publish it as beta, after get approved from play console, publish it as production.
Hope this helps.
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy". I've also added a screenshot of my google play console screen.
– Pranjali Soni
Mar 29 at 6:53
@PranjaliSoni Can I know all options in permission Declaration Form, I can see only four options in the screenshot, You should choose one of the option in that.
– Akshay Kumar S
Mar 29 at 7:09
Please check now
– Pranjali Soni
Mar 29 at 7:46
Choose one of the options from Permissions Declaration Form or report a new use case and accept the declarations, both are mandatory @PranjaliSoni
– Akshay Kumar S
Mar 29 at 9:05
add a comment |
You can see the reason or policy violation in play console. I think it's under alert options in Play console. please check it, correct it in the app. then update your version code and version name, the sign your app, publish it again. Go to your app in play console, then select App releases under Release management then click manage in production -> create release or publish it as beta, after get approved from play console, publish it as production.
Hope this helps.
You can see the reason or policy violation in play console. I think it's under alert options in Play console. please check it, correct it in the app. then update your version code and version name, the sign your app, publish it again. Go to your app in play console, then select App releases under Release management then click manage in production -> create release or publish it as beta, after get approved from play console, publish it as production.
Hope this helps.
answered Mar 28 at 9:27
Akshay Kumar SAkshay Kumar S
4013 silver badges9 bronze badges
4013 silver badges9 bronze badges
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy". I've also added a screenshot of my google play console screen.
– Pranjali Soni
Mar 29 at 6:53
@PranjaliSoni Can I know all options in permission Declaration Form, I can see only four options in the screenshot, You should choose one of the option in that.
– Akshay Kumar S
Mar 29 at 7:09
Please check now
– Pranjali Soni
Mar 29 at 7:46
Choose one of the options from Permissions Declaration Form or report a new use case and accept the declarations, both are mandatory @PranjaliSoni
– Akshay Kumar S
Mar 29 at 9:05
add a comment |
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy". I've also added a screenshot of my google play console screen.
– Pranjali Soni
Mar 29 at 6:53
@PranjaliSoni Can I know all options in permission Declaration Form, I can see only four options in the screenshot, You should choose one of the option in that.
– Akshay Kumar S
Mar 29 at 7:09
Please check now
– Pranjali Soni
Mar 29 at 7:46
Choose one of the options from Permissions Declaration Form or report a new use case and accept the declarations, both are mandatory @PranjaliSoni
– Akshay Kumar S
Mar 29 at 9:05
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy". I've also added a screenshot of my google play console screen.
– Pranjali Soni
Mar 29 at 6:53
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy". I've also added a screenshot of my google play console screen.
– Pranjali Soni
Mar 29 at 6:53
@PranjaliSoni Can I know all options in permission Declaration Form, I can see only four options in the screenshot, You should choose one of the option in that.
– Akshay Kumar S
Mar 29 at 7:09
@PranjaliSoni Can I know all options in permission Declaration Form, I can see only four options in the screenshot, You should choose one of the option in that.
– Akshay Kumar S
Mar 29 at 7:09
Please check now
– Pranjali Soni
Mar 29 at 7:46
Please check now
– Pranjali Soni
Mar 29 at 7:46
Choose one of the options from Permissions Declaration Form or report a new use case and accept the declarations, both are mandatory @PranjaliSoni
– Akshay Kumar S
Mar 29 at 9:05
Choose one of the options from Permissions Declaration Form or report a new use case and accept the declarations, both are mandatory @PranjaliSoni
– Akshay Kumar S
Mar 29 at 9:05
add a comment |
Recently, Few of my apps which were using SEND_SMS permissions have been removed from playstore. Now you can do two things:
If your app relies on SEND_SMS permission for it's working, then you need to submit a permission declaration form with relevant information. Find it here
Remove these permissions if are not very much needed, then simply upload your app to playstore.
You'll be guided for the same when you'll push a new update on Google play console.
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy".
– Pranjali Soni
Mar 29 at 6:52
Ok, Do you have CALL_PHONE or READ_PHONE_STATE permissions in your app? Could you please share manifest screenshot here.
– Anu Bhalla
Mar 29 at 9:07
1
Problem Solved. I took help of Google chat support, they guided me how to resolve this issue. Thank you ..
– Pranjali Soni
Mar 30 at 6:33
add a comment |
Recently, Few of my apps which were using SEND_SMS permissions have been removed from playstore. Now you can do two things:
If your app relies on SEND_SMS permission for it's working, then you need to submit a permission declaration form with relevant information. Find it here
Remove these permissions if are not very much needed, then simply upload your app to playstore.
You'll be guided for the same when you'll push a new update on Google play console.
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy".
– Pranjali Soni
Mar 29 at 6:52
Ok, Do you have CALL_PHONE or READ_PHONE_STATE permissions in your app? Could you please share manifest screenshot here.
– Anu Bhalla
Mar 29 at 9:07
1
Problem Solved. I took help of Google chat support, they guided me how to resolve this issue. Thank you ..
– Pranjali Soni
Mar 30 at 6:33
add a comment |
Recently, Few of my apps which were using SEND_SMS permissions have been removed from playstore. Now you can do two things:
If your app relies on SEND_SMS permission for it's working, then you need to submit a permission declaration form with relevant information. Find it here
Remove these permissions if are not very much needed, then simply upload your app to playstore.
You'll be guided for the same when you'll push a new update on Google play console.
Recently, Few of my apps which were using SEND_SMS permissions have been removed from playstore. Now you can do two things:
If your app relies on SEND_SMS permission for it's working, then you need to submit a permission declaration form with relevant information. Find it here
Remove these permissions if are not very much needed, then simply upload your app to playstore.
You'll be guided for the same when you'll push a new update on Google play console.
answered Mar 28 at 9:35
Anu BhallaAnu Bhalla
4203 silver badges11 bronze badges
4203 silver badges11 bronze badges
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy".
– Pranjali Soni
Mar 29 at 6:52
Ok, Do you have CALL_PHONE or READ_PHONE_STATE permissions in your app? Could you please share manifest screenshot here.
– Anu Bhalla
Mar 29 at 9:07
1
Problem Solved. I took help of Google chat support, they guided me how to resolve this issue. Thank you ..
– Pranjali Soni
Mar 30 at 6:33
add a comment |
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy".
– Pranjali Soni
Mar 29 at 6:52
Ok, Do you have CALL_PHONE or READ_PHONE_STATE permissions in your app? Could you please share manifest screenshot here.
– Anu Bhalla
Mar 29 at 9:07
1
Problem Solved. I took help of Google chat support, they guided me how to resolve this issue. Thank you ..
– Pranjali Soni
Mar 30 at 6:33
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy".
– Pranjali Soni
Mar 29 at 6:52
I've removed the SEND_SMS permission from my app but Google Play Console is not allowing me to update the app. It is asking to choose one of the options provided in Permissions Declaration Form. There is no option that says "No, this release does not meet the SMS and Call Log permissions policy".
– Pranjali Soni
Mar 29 at 6:52
Ok, Do you have CALL_PHONE or READ_PHONE_STATE permissions in your app? Could you please share manifest screenshot here.
– Anu Bhalla
Mar 29 at 9:07
Ok, Do you have CALL_PHONE or READ_PHONE_STATE permissions in your app? Could you please share manifest screenshot here.
– Anu Bhalla
Mar 29 at 9:07
1
1
Problem Solved. I took help of Google chat support, they guided me how to resolve this issue. Thank you ..
– Pranjali Soni
Mar 30 at 6:33
Problem Solved. I took help of Google chat support, they guided me how to resolve this issue. Thank you ..
– Pranjali Soni
Mar 30 at 6:33
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55393479%2fupdate-android-app-on-google-play-after-it-has-been-removed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Aren't you getting the option to re submit the app with necessary changes?
– Mohammed Atif
Mar 28 at 9:18
can you show the screen shots of your google play console account?
– Kinjal
Mar 28 at 9:23
Yes.. I've added now. Please check
– Pranjali Soni
Mar 29 at 6:45