joielechong / CountryCodePicker

Country Code Picker (CCP) is an android library which provides an easy way to search and select country phone code ( national code ) for the telephone number.
Apache License 2.0
315 stars 143 forks source link

APP REMOVED from Huawei App Gallery due to a string in library. "select_country" #86

Open alin-rosu opened 4 years ago

alin-rosu commented 4 years ago

This is regarding this String: Select Country

Reason: "Dear developer, we found that your application selected a country in the login function to display unqualified (such as some content should not be displayed as "country"). Please change [Select Country] to [Select Country / region], and troubleshoot such problems with other modules and other languages.

This can be resolved by changing to: Select Country / Region I would recommend also having an option to change dialog text dynamically. Something like:

CountryCodePicker.selectDialogTitle()

Can this be fixed please? My app and surely others are blocked from the Huawei App Gallery at this moment due to this.

alin-rosu commented 4 years ago

@joielechong is it possible to look at this?

joielechong commented 4 years ago

Hi @alin-rosu, I hope you have fixed the problem by forking this library and sorry for the late response.

This can be resolved by changing to: Select Country / Region I would recommend also having an option to change dialog text dynamically. Something like:

CountryCodePicker.selectDialogTitle()

Does making text dynamically changeable can fix the issue or Huawei App Gallery also check the string resource so we need to change them also?

Rahmath22 commented 4 years ago

my app also removed from Huawei bcoz of same problem, pls tell how can i change?

aqibshxhzd commented 3 years ago

My App is also reject by this reason, any workaround ?