iovation / deviceprint-SDK-Android

iovation device print SDK for Android
Other
20 stars 4 forks source link

Unsupported ISO 3166 country exception #12

Open alexmonese opened 3 years ago

alexmonese commented 3 years ago

Hello! We receive the exception every time we invoke the getBlackbox method. It only accepts Context as a parameter so it looks like the problem is in the SDK. I've checked, and there is actually no country with code "en" in ISO 3166.

java.lang.IllegalArgumentException: Unsupported ISO 3166 country: en
    at java.util.Currency.getInstance(Currency.java:371)
    at com.iovation.mobile.android.b.w.b(:4)
    at com.iovation.mobile.android.b.i.a(Unknown Source:31)
    at com.iovation.mobile.android.FraudForceManager.getBlackbox(:6)
LMart15 commented 2 years ago

Hello, we are also seeing this same exception. Is there any feedback on this issue?

falkorichter commented 8 months ago

Has this ever been resolved?