No implementation found for void com.sdkbox.plugin.IAPWrapper.nativeOnConsumed

I implemented SDKBox’s IAP Plugin v2.4.3.3, everything works fine, except:

On purchasing consumable products on Android, the transactions are successful, but also accompany this error, which crash my game:

No implementation found for void com.sdkbox.plugin.IAPWrapper.nativeOnConsumed(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) (tried Java_com_sdkbox_plugin_IAPWrapper_nativeOnConsumed and Java_com_sdkbox_plugin_IAPWrapper_nativeOnConsumed__Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2)

In cases of making purchases on non-consumable products (by declaring item type as “non_consumable” in sdkbox's_config.json), such crash would arise.

Please take a look. Thanks. @yinjimmy

did the libPluginIAP.a has been updated?

and i tried sdkbox-sample-cpp317, i can purchase success without error.