Urgent : how can i import com.adjust.sdk plugin

how can i import com.adjust.sdk plugin ?

This exists: https://github.com/adjust/cordova_sdk

okay , but I want to know how to import it in my ionic ts file

Urgent : Please answer me

Search the forum on how to use Cordova plugins in Ionic project.

To add the plugin to your project:

ionic cordova plugin add com.adjust.sdk

To remove the plugin from your project:

ionic cordova plugin rm com.adjust.sdk

@hamed435 Did you figure this out?