Google play not accepting my app in design for family“Rate This App”-link in Google Play store app on the phoneThis version of the application is not configured for billing through Google PlayGoogle Play app description formattingGoogle Play on Android 4.0 emulatorHow to open the Google Play Store directly from my Android application?What does this Google Play APK publish error message mean?How to install Google Play Services in a Genymotion VM (with no drag and drop support)?Android - app has been rejected because it is primarily child-directedIs my app or its dependencies violating the Android Advertising Id policy?Your app has not been accepted into Designed for Families, and the update is not live on Google Play
Dangerous workplace travelling
What is the closest airport to the center of the city it serves?
Endgame puzzle: How to avoid stalemate and win?
How to remap repeating commands i.e. <number><command>?
Undefined Control Sequence for my 0-norm
Constitutional limitation of criminalizing behavior in US law?
In linear regression why does regularisation penalise the parameter values as well?
Would a small hole in a Faraday cage drastically reduce its effectiveness at blocking interference?
Is there a word for food that's gone 'bad', but is still edible?
How to properly store the current value of int variable into a token list?
Drawing an hexagonal cone in TikZ 2D
As black, how should one respond to 4. Qe2 by white in the Russian Game, Damiano Variation?
How to pass query parameters in URL in Salesforce Summer 19 Release?
no sense/need/point
Is any special diet an effective treatment of autism?
Dihedral group D4 composition with custom labels
GitLab account hacked and repo wiped
Piano: quaver triplets in RH v dotted quaver and semiquaver in LH
Make me a minimum magic sum
As a GM, is it bad form to ask for a moment to think when improvising?
Sci-fi/fantasy book - ships on steel runners skating across ice sheets
What Kind of Wooden Beam is this
Madam I m Adam..please don’t get mad..you will no longer be prime
How do I allocate more memory to an app on Sheepshaver running Mac OS 9?
Google play not accepting my app in design for family
“Rate This App”-link in Google Play store app on the phoneThis version of the application is not configured for billing through Google PlayGoogle Play app description formattingGoogle Play on Android 4.0 emulatorHow to open the Google Play Store directly from my Android application?What does this Google Play APK publish error message mean?How to install Google Play Services in a Genymotion VM (with no drag and drop support)?Android - app has been rejected because it is primarily child-directedIs my app or its dependencies violating the Android Advertising Id policy?Your app has not been accepted into Designed for Families, and the update is not live on Google Play
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I made an app "kids channel" (com.codechunks.kidsvideos.kidschannel) which works on youtube data api. app contain videos for kids like cartoons, rhymes and other learning videos. When I select "primarily child directed" and "design for family" program they are rejection my app by sending following issue of rejection
Generic DFF eligibility
The family-friendly experience on Designed for Families is intended to make apps easier to discover for parents and families, who expect the apps to be age appropriate. After careful consideration we have determined that your app does not meet our eligibility criteria. Apps in the program must be specifically designed for children, have a rating of E or E10+, and include relevant app information.
if anyone can help what i am doing wrong and what should i change or add to be eligible for design for family program.
add a comment |
I made an app "kids channel" (com.codechunks.kidsvideos.kidschannel) which works on youtube data api. app contain videos for kids like cartoons, rhymes and other learning videos. When I select "primarily child directed" and "design for family" program they are rejection my app by sending following issue of rejection
Generic DFF eligibility
The family-friendly experience on Designed for Families is intended to make apps easier to discover for parents and families, who expect the apps to be age appropriate. After careful consideration we have determined that your app does not meet our eligibility criteria. Apps in the program must be specifically designed for children, have a rating of E or E10+, and include relevant app information.
if anyone can help what i am doing wrong and what should i change or add to be eligible for design for family program.
add a comment |
I made an app "kids channel" (com.codechunks.kidsvideos.kidschannel) which works on youtube data api. app contain videos for kids like cartoons, rhymes and other learning videos. When I select "primarily child directed" and "design for family" program they are rejection my app by sending following issue of rejection
Generic DFF eligibility
The family-friendly experience on Designed for Families is intended to make apps easier to discover for parents and families, who expect the apps to be age appropriate. After careful consideration we have determined that your app does not meet our eligibility criteria. Apps in the program must be specifically designed for children, have a rating of E or E10+, and include relevant app information.
if anyone can help what i am doing wrong and what should i change or add to be eligible for design for family program.
I made an app "kids channel" (com.codechunks.kidsvideos.kidschannel) which works on youtube data api. app contain videos for kids like cartoons, rhymes and other learning videos. When I select "primarily child directed" and "design for family" program they are rejection my app by sending following issue of rejection
Generic DFF eligibility
The family-friendly experience on Designed for Families is intended to make apps easier to discover for parents and families, who expect the apps to be age appropriate. After careful consideration we have determined that your app does not meet our eligibility criteria. Apps in the program must be specifically designed for children, have a rating of E or E10+, and include relevant app information.
if anyone can help what i am doing wrong and what should i change or add to be eligible for design for family program.
asked Feb 24 at 16:25
Adil Raza BangashAdil Raza Bangash
513
513
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You have to add age restriction, so that the videos that app shows are age appropriate, in this case for kids. Since you must be using the youtube api to show content, ensure that videos with content rating such as shown below are not displayed :
"contentRating":
"ytRating": "ytAgeRestricted"
Thank you @Saint for your comment but there is no "ytRating": "ytAgeRestricted" child in youtube returned json.
– Adil Raza Bangash
Feb 24 at 17:15
When calling googleapis.com/youtube/v3/search, adding safeSearch = strict will exclude all restricted content from the search results.
– Saint
Feb 25 at 23:17
add a comment |
All the instructions for the Designed For Families program are here.
There are a lot of requirements, and you have to very carefully follow them.
Make sure that you're familiar with the policies that your app must comply with. These include content policies, the Developer Distribution Agreement, and the Designed for Families DDA Addendum. Your app must also meet the Designed for Families program requirements.
Google Play are very protective of children - I'd go through all of these carefully making sure you comply with all of them.
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/3.0/"u003ecc by-sa 3.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%2f54853975%2fgoogle-play-not-accepting-my-app-in-design-for-family%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 have to add age restriction, so that the videos that app shows are age appropriate, in this case for kids. Since you must be using the youtube api to show content, ensure that videos with content rating such as shown below are not displayed :
"contentRating":
"ytRating": "ytAgeRestricted"
Thank you @Saint for your comment but there is no "ytRating": "ytAgeRestricted" child in youtube returned json.
– Adil Raza Bangash
Feb 24 at 17:15
When calling googleapis.com/youtube/v3/search, adding safeSearch = strict will exclude all restricted content from the search results.
– Saint
Feb 25 at 23:17
add a comment |
You have to add age restriction, so that the videos that app shows are age appropriate, in this case for kids. Since you must be using the youtube api to show content, ensure that videos with content rating such as shown below are not displayed :
"contentRating":
"ytRating": "ytAgeRestricted"
Thank you @Saint for your comment but there is no "ytRating": "ytAgeRestricted" child in youtube returned json.
– Adil Raza Bangash
Feb 24 at 17:15
When calling googleapis.com/youtube/v3/search, adding safeSearch = strict will exclude all restricted content from the search results.
– Saint
Feb 25 at 23:17
add a comment |
You have to add age restriction, so that the videos that app shows are age appropriate, in this case for kids. Since you must be using the youtube api to show content, ensure that videos with content rating such as shown below are not displayed :
"contentRating":
"ytRating": "ytAgeRestricted"
You have to add age restriction, so that the videos that app shows are age appropriate, in this case for kids. Since you must be using the youtube api to show content, ensure that videos with content rating such as shown below are not displayed :
"contentRating":
"ytRating": "ytAgeRestricted"
answered Feb 24 at 16:33
SaintSaint
1
1
Thank you @Saint for your comment but there is no "ytRating": "ytAgeRestricted" child in youtube returned json.
– Adil Raza Bangash
Feb 24 at 17:15
When calling googleapis.com/youtube/v3/search, adding safeSearch = strict will exclude all restricted content from the search results.
– Saint
Feb 25 at 23:17
add a comment |
Thank you @Saint for your comment but there is no "ytRating": "ytAgeRestricted" child in youtube returned json.
– Adil Raza Bangash
Feb 24 at 17:15
When calling googleapis.com/youtube/v3/search, adding safeSearch = strict will exclude all restricted content from the search results.
– Saint
Feb 25 at 23:17
Thank you @Saint for your comment but there is no "ytRating": "ytAgeRestricted" child in youtube returned json.
– Adil Raza Bangash
Feb 24 at 17:15
Thank you @Saint for your comment but there is no "ytRating": "ytAgeRestricted" child in youtube returned json.
– Adil Raza Bangash
Feb 24 at 17:15
When calling googleapis.com/youtube/v3/search, adding safeSearch = strict will exclude all restricted content from the search results.
– Saint
Feb 25 at 23:17
When calling googleapis.com/youtube/v3/search, adding safeSearch = strict will exclude all restricted content from the search results.
– Saint
Feb 25 at 23:17
add a comment |
All the instructions for the Designed For Families program are here.
There are a lot of requirements, and you have to very carefully follow them.
Make sure that you're familiar with the policies that your app must comply with. These include content policies, the Developer Distribution Agreement, and the Designed for Families DDA Addendum. Your app must also meet the Designed for Families program requirements.
Google Play are very protective of children - I'd go through all of these carefully making sure you comply with all of them.
add a comment |
All the instructions for the Designed For Families program are here.
There are a lot of requirements, and you have to very carefully follow them.
Make sure that you're familiar with the policies that your app must comply with. These include content policies, the Developer Distribution Agreement, and the Designed for Families DDA Addendum. Your app must also meet the Designed for Families program requirements.
Google Play are very protective of children - I'd go through all of these carefully making sure you comply with all of them.
add a comment |
All the instructions for the Designed For Families program are here.
There are a lot of requirements, and you have to very carefully follow them.
Make sure that you're familiar with the policies that your app must comply with. These include content policies, the Developer Distribution Agreement, and the Designed for Families DDA Addendum. Your app must also meet the Designed for Families program requirements.
Google Play are very protective of children - I'd go through all of these carefully making sure you comply with all of them.
All the instructions for the Designed For Families program are here.
There are a lot of requirements, and you have to very carefully follow them.
Make sure that you're familiar with the policies that your app must comply with. These include content policies, the Developer Distribution Agreement, and the Designed for Families DDA Addendum. Your app must also meet the Designed for Families program requirements.
Google Play are very protective of children - I'd go through all of these carefully making sure you comply with all of them.
answered Feb 25 at 9:45
Nick FortescueNick Fortescue
7,2291825
7,2291825
add a comment |
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%2f54853975%2fgoogle-play-not-accepting-my-app-in-design-for-family%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