How add new localization for achivment or lederboard items via Play Games Services Publishing API -


when add new localization (which not manually added game) in requesting json (https://developers.google.com/games/services/publishing/api/achievementconfigurations) updating achievements or leaderboards server return following error:

{   "error": {    "errors": [     {      "domain": "global",      "reason": "unsupportedlocale",      "message": "the locale bg in name field not supported application."     }    ],    "code": 400,    "message": "the locale bg in name field not supported application."   }  }

please me solve issue

i believe in order api accept translations, language needs added game definition. if go game, game details tab, click "add translations" , add bulgarian.

once added there, can use api upload values.


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -