I am using PhoneNumberUtils
supplied by SINCH
(sinch-android-verification-1.4.0) but is gives different outcome for Indonesia number.
It says that supplied number is not a possible number with below method in Android Verifiation SDK
PhoneNumberUtils.isPossibleNumber("895369074498", "ID")
But it says it is possible number in iOS Verification SDK.
Can anyone help?
Thanks in advance