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
Post a Comment