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;








0















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.










share|improve this question




























    0















    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.










    share|improve this question
























      0












      0








      0








      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.










      share|improve this question














      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.







      android google-play google-play-console






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 24 at 16:25









      Adil Raza BangashAdil Raza Bangash

      513




      513






















          2 Answers
          2






          active

          oldest

          votes


















          0














          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"









          share|improve this answer























          • 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


















          0














          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.






          share|improve this answer























            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
            );



            );













            draft saved

            draft discarded


















            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









            0














            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"









            share|improve this answer























            • 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















            0














            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"









            share|improve this answer























            • 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













            0












            0








            0







            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"









            share|improve this answer













            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"










            share|improve this answer












            share|improve this answer



            share|improve this answer










            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

















            • 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













            0














            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.






            share|improve this answer



























              0














              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.






              share|improve this answer

























                0












                0








                0







                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.






                share|improve this answer













                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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 25 at 9:45









                Nick FortescueNick Fortescue

                7,2291825




                7,2291825



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

                    용인 삼성생명 블루밍스 목차 통계 역대 감독 선수단 응원단 경기장 같이 보기 외부 링크 둘러보기 메뉴samsungblueminx.comeh선수 명단용인 삼성생명 블루밍스용인 삼성생명 블루밍스ehsamsungblueminx.comeheheheh

                    155 수학 과학 기타 둘러보기 메뉴eh추가해eh문서를 완성해