Troubleshooting
Troubleshooting your Nami Android integration
Last updated
Troubleshooting your Nami Android integration
Last updated
Answer:
This message most commonly occurs when a Nami SDK method is called before the configure
method has been called. Make sure you call configure
as early as possible in your app's execution so the SDK is properly configured and able to make calls.
Answer:
This error occurs when the Google Play Billing library is not available on the device or emulator. When this happens, the Nami SDK will not be able to fetch product SKUs are complete transactions. There are a couple of things to check when this happens.
Are you on a version Android that supports in-app purchases? The Android SDK version must be 21+.
If you are on an emulator is the Play Store enabled? This is an option at the time you create the emulator. In the Android Virtual Device Manager, under the column Play Store you should see a Google Play icon. If there is no icon, your emulator does not support in-app purchases.
have you signed in with a Google account in the Play Store app? Open the Play Store app and make sure you are signed in. There's an account avatar in the upper right that you can click on to sign-in if you need to.
Answer:
Try these steps:
Update Okio dependency to 3.2.0
or above
Try switching image type from PNG to JPEG/JPG
Answer:
Remove the following line from Android manifest:android:launchMode=“singleTask”