Cannot convert object to Lcom/adjust/sdk/OnDeeplinkResponseListener; at index 0
Hello, I want to use configure the deeplinks but when trying this code:
var adjustConfig = new AdjustConfig(appToken, environment);
adjustConfig.setDeferredDeeplinkCallbackListener(function(deeplink) {
console.log("Deferred deep link URL content: " + deeplink);
});
Adjust.create(adjustConfig);
The following error appears
Cannot convert object to Lcom/adjust/sdk/OnDeeplinkResponseListener; at index 0
The problem is with the plugin https://market.nativescript.org/plugins/@dermanostic/nativescript-adjust/
I believe this is a plugin published by @luke-hawk, they might be able to help you - though I couldn't find the repository where the plugin is located at, it links to this one, but it's not here.
Hi @rigor789 @jjerezme, sorry for the late response! Yes, this package is published by our company. I never noticed that the corresponding repo was set to private until now. I changed visibility to public now: dermanostic/nativescript-plugins
Unfortunately, we won't have time at the moment to look into your issue, but you're very welcome to contribute :)
Cheers!