When publishing apk to Google Play, some localizat

2020-07-17 06:26发布

I'm suddenly getting this difference from the previous version when trying to upload a new version of my app to Play:

Apk Localizations removed Apk Localizations list

I use only default string values, most of them hardcoded, as my app only supports one language so far. Anyway, I haven't changed anything related to locales/languages to this last update.

when googling about this, the only reference I fount was this link. I was using an outdated version of facebook sdk, but updating it didn't brought my Localizatons back... alse I don't use Corona SDK...

how will this affect my app's distribution? Is it like fewer people will have access to it? Or users will get some screens in the wrong language?

1条回答
贼婆χ
2楼-- · 2020-07-17 07:14

I had the opposite effect (like Seth said) after adding the "Google Play Services" library to my project. Maybe you removed this or another library (that had supported all of this languages) from your main project.

查看更多
登录 后发表回答