adjust / cordova_sdk

This is the Cordova SDK of
http://www.adjust.com
Other
37 stars 43 forks source link

Cordova Sdk integration - adjust #145

Closed rogermaher1 closed 3 years ago

rogermaher1 commented 3 years ago

image This is my project structure exported from Construct 3 as cordova project, Where should I put the integration code line ? var adjustConfig = new AdjustConfig("{YourAppToken}", AdjustConfig.EnvironmentSandbox); Adjust.create(adjustConfig);

uerceg commented 3 years ago

Hi @rogermaher1

To be honest, we never had an experience with what you did with your project (exporting Construct 3 into Cordova) so not really sure how things look like in there.

But when it comes to SDK initialization, universal rule applies to every platform we support: Do it as soon as possible, preferably right upon app launch.

In case you have any other questions on this topic, feel free to ping.

Cheers

uerceg commented 3 years ago

If you still need help with this one, feel free to comment / reopen. Cheers.