plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Cannot convert object to Lcom/adjust/sdk/OnDeeplinkResponseListener; at index 0

Open jjerezme opened this issue 3 years ago • 3 comments

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

jjerezme avatar Jan 28 '22 19:01 jjerezme

The problem is with the plugin https://market.nativescript.org/plugins/@dermanostic/nativescript-adjust/

jjerezme avatar Jan 28 '22 19:01 jjerezme

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.

rigor789 avatar Jan 28 '22 19:01 rigor789

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!

luke-hawk avatar Feb 03 '22 11:02 luke-hawk