Not able to upload android app on playstore due to this library
Opened this issue · 0 comments
mwish558 commented
I have used this library in my android app as gradle dependency and whenever trying to upload to play store I am getting the following error:
"Your app bundle targets the following unrecognized languages: jp. The list of supported language codes can be found in the IANA registry. Invalid languages caused by third-party libraries can be excluded using the resConfigs Gradle property. You need to use a different package name beacuse "com.example" is restricted."
I have also used resConfigs property and included japanese language but nothing happens.. I am not using any other language in my app except default..