Code Monkey home page Code Monkey logo

sdk_tools's Introduction

SDK_Tools

SDK packages and tools that are used for UIC, iOS or Android

  • sdkmanager - Used to install iOS or Android for Tealeaf or Digital Analytics.
  • NativeTemplates - Templates that are used for Native and Hybrid replay for iOS and Android applications.
  • KillSwitch - On premise killswitch sample code for aspx, jsp and php web servers.
  • TealeafTargetSimulator - Used to extract images from live session for image collection for CMS on SaaS or images folder in replay server.
  • AndroidStudioPlugin - Used to integrate Tealeaf into Android applications.
  • SDKPackages
    • da - Digital Analytics SDK
      • android
      • ios
    • tealeaf - Tealeaf SDK
      • android
      • ios
      • UIC

sdk_tools's People

Contributors

changjieyang avatar chanikya0802 avatar cyangibm avatar experienceanalyticssdk avatar falnatsheh-co avatar mpunjabi-aco avatar mpunjabi-ibm avatar ohernandezibm avatar sdamale avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

sdk_tools's Issues

UIC SDK 6.0.0.1960 - createTLTSIDCookie missing samesite

New parameter added to setCookie function is not used and no method to set

setCookie: function (cookieName, cookieValue, maxAge, path, domain, secure, samesite) {

     function createTLTSIDCookie() {
        var cookieValue = generateTLTSID(),
            secure = !!moduleConfig.secureTLTSID;

        // Set the session cookie
        utils.setCookie(tltCookieName, cookieValue, undefined, undefined, undefined, secure);

Would expect this code:

     function createTLTSIDCookie() {
        var cookieValue = generateTLTSID(),
            secure = !!moduleConfig.secureTLTSID,
            samesite = moduleConfig.samesite;

        // Set the session cookie
        utils.setCookie(tltCookieName, cookieValue, undefined, undefined, undefined, secure, samesite);

Crash on "-[WKWebView(TLFInjection) tlfWebViewDidFinishNavigation:didFinishNavigation:]"

Metadata:

  • Tealeaf cocoapod version: 10.6.223
  • device architecture: arm64
  • device models:
  • Phone 12 mini (iOS 16.0.2)
  • iPad Air 2 (iOS 15.7.1)

Hi, I'm Luthfi, mobile lead in GetPlus Indonesia. I want to report a crash caused by Acoustic's SDK_Tools. I'm using the latest release version available which is 10.6.233. I think the root cause of the crash is the similar issue that I reported on Tealeaf SDK on Cocoapod: go-acoustic/Tealeaf#2.
Screen Shot 2022-12-05 at 17 19 27
Screen Shot 2022-12-05 at 17 19 55
Screen Shot 2022-12-06 at 21 25 16

These are the lines that getting printed on debugger about EOCore & Tealeaf when I opened WKWebView:
https://pastebin.com/PTUWHiz5

These particular parts are getting printed for more than 500 times before the app crashing
Screen Shot 2022-12-06 at 23 01 02

logImage deprecated

Our team is upgrading our Tealeaf iOS SDK from version: 9.0.1.7 to the current Tealeaf SDK version: 10.5.5.
We use - (BOOL)logImage:(UIImage *)image; which has been deprecated and removed from TLFCustomEvent.h.
Can you please tell me the new method that should be used now that logImage has been removed?

Jacoco Instrumented class File

Hi!
I'm having trouble integrating the DA SDK into my prototype Android app. Anytime the app starts up it crashes when DA initialises at DigitalAnalytics.startup(). The reason for that, I found out are jacoco instrumented class files, this case DigitalAnalytics.class, probably here ln407-408:

public static Boolean startup(Application application) { boolean[] var1 = $jacocoInit(); ...

When using an older version (commit 0fb3cca) the application starts up and it all works like charm - as there are no jacoco instrumentations there.

Is it possible to provide a class file without jacoco instrumentation or could you help me resolve this issue?

Following exception raised:
E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.myapplication, PID: 25632 java.lang.NoClassDefFoundError: Failed resolution of: Lorg/jacoco/agent/rt/internal_8ff85ea/Offline; at com.digitalanalytics.api.DigitalAnalytics.$jacocoInit(Unknown Source:13) at com.digitalanalytics.api.DigitalAnalytics.startup(Unknown Source:2) at com.example.phonicdroid.MainActivity.onCreate(MainActivity.java:44) at android.app.Activity.performCreate(Activity.java:7802) at android.app.Activity.performCreate(Activity.java:7791) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1299) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3245) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3409) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2016) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:214) at android.app.ActivityThread.main(ActivityThread.java:7356) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930) Caused by: java.lang.ClassNotFoundException: Didn't find class "org.jacoco.agent.rt.internal_8ff85ea.Offline" on path: DexPathList[[zip file "/data/app/com.example.myapplication-bpYrXGZbb6L74iWPH1fVsQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.myapplication-bpYrXGZbb6L74iWPH1fVsQ==/lib/x86, /system/lib, /system/product/lib]] )ย 

Best

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.