Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UninitializedPropertyAccessException: lateinit property detailManager has not been initialized #20

Open
maikotrindade opened this issue Mar 22, 2023 · 1 comment

Comments

@maikotrindade
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants