Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Publishing Unity Application on Windows Phone Store

I have successfully uploaded the application and other thing on store but stuck in one thing content certification issue. Is there any way to get these certificate easily like in Google play developer console. I am getting this error

Content Policies: 11.11 Required Rating Certificates

If a rating under any particular rating system is required by law in any country, you must assign a rating to your app. If applicable law also requires documentation, include the rating documentation for that rating system along with your app.

Locations: Metadata

Notes To Developer

The app is a game that targets Korea and/or Brazil and/or Russia for distribution, but does not have a valid game rating certificate.

I also try to go to theses certification site but didn't get any help from them. I am new in windows store. Kindly tell me the easiest possible way to resolve this issue. Thank you.

like image 610
Muhammad Zulqarnain Avatar asked Sep 16 '15 07:09

Muhammad Zulqarnain


People also ask

Can you publish Unity games on App Store?

You need to deploy the game to android or ios depending upon the platform you are developing for you will need to pay for the developer license. If you are developing for Android then go to Google Play Developer Console to make an account and make a one time payment for you license.

Is Unity available in Microsoft store?

Buy Unity - Microsoft Store.


1 Answers

I have same content certification issue with my game.

Because the market-specific age ratings are optional in most markets, though there are four markets where the age rating is required to publish an app/game: Brazil, Korea, Russia and Taiwan.

Using following steps got certification for each market where a rating is required:

  1. Game ratings in Brazil
    Obtain a ESRB game rating using the online form-
    link-https://autoratingtool.esrb.org/ARTclient/Windows.aspx

  2. Game ratings in Russia
    obtain the rating-
    link-http://apps.pegi.eu/

  3. Game ratings in South Korea
    Korea requires all games to be rated using the GRAC system.
    link-http://www.grb.or.kr/Institution/EtcForm01.aspx

  4. Game ratings in Taiwan
    register as a developer with CSRR (typically takes a few days) and then register your game with CSRR through their website.
    link-http://www.gamerating.org.tw/company_login.php

At last after you have your ratings and certificates, and have added them to the app submission.

like image 100
vikas balyan Avatar answered Oct 05 '22 05:10

vikas balyan