iovation / deviceprint-SDK-Android

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

UninitializedPropertyAccessException: lateinit property detailManager has not been initialized #20

Open maikotrindade opened 1 year ago

maikotrindade commented 1 year ago

I'm seeing this error happening randomly in Pixel 7 Android 13

kotlin.UninitializedPropertyAccessException: lateinit property detailManager has not been initialized
    at com.iovation.mobile.android.FraudForceManager.refresh
rolly-lacap-iovation commented 1 year ago

Hello. This property is initialized after calling FraudForceManager.initialize() the first time. Have you ensured that refresh() method was called after initialize()?