-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cordova SDK integration #39
Comments
Hi @lumierephoto and thank you for opening this issue. As far as I see, everything looks good. My advice would be to turn log level to var adjustConfig = new AdjustConfig("APP_TOKEN", AdjustConfig.EnvironmentSandbox);
adjustConfig.setLogLevel(AdjustConfig.LogLevelVerbose);
Adjust.create(adjustConfig); I run example app on iPhone usually like this:
After running it, you can open Xcode, choose Let me know if you need any further assistance. Cheers |
I followed your instructions but I'm not getting any logs in the Windows -> Devices. Here is my index.js updated with the new line of code:
Where are you putting this code in your app demo?
|
Also, do you have a link to your AdjustDemo Cordova project so I can see how you did it? |
This is the only log that I get in Xcode for the SDK:
|
Sure, example app is not something which is such a big secret, we're just not keeping it at the moment in the repository due to its big size. You can download it temporary from here: [no longer valid link] Let me know once you have downloaded it. |
Thanks, I downloaded it. |
Great. Just please instead of string I wrote ( |
@lumierephoto Any update on this issue? |
Closing the issue due to inactivity. @lumierephoto Feel free to reopen the issue if you still face this issue. |
I am facing same issue, [CDVTimer][adjust] 0.084996ms Could you please help me here, because of this, creat events are not working |
I've integrated the Adjust SDK into my project, but how do I know that it is working?
What should I look for in the logs?
Also, can you take a look into how I inserted the code to call the Adjust SDK in my index.js and if it is correct:
The text was updated successfully, but these errors were encountered: