24.1.2 • Published 1 month ago

cordova-plugin-camaa v24.1.2

Weekly downloads
4
License
Apache 2.0
Repository
github
Last release
1 month ago

CAMAA Cordova Plugin

CAMAA cordova plugin is for App Experience Analytics that provides deep insights into the performance, user experience, crash, and log analytics of apps.

Get Started

DX App Experience Analytics

Check out our documentation for more information about the features that the App Experience Analytics SDK collects from your app.

Supported platforms

  • iOS
  • Android

Requirements

  1. iOS 8.0 or higher

Integration (iOS)

Follow these steps to integrate the camaa cordova plugin in your project 1. Run the following command from your Cordova project directory

cordova plugin add cordova-plugin-camaa
  1. Download xxx_camdo.plist and rename it to cordova_camdo.plist. You should replace this with existing file in your project after you installed the camaa cordova plugin.


Useful Tips (iOS)

SDK API
  • AXALoader.js contains all of the javascript API calls which trigger the corresponding method in CAMDOReporter.h(however it goes through CAMAAInitializer.m)
  • AXALoader.js has a tiny interface which tells you the expected types for the parameters
  • For a full description of the function and what it does see CAMDOReporter.h and search for the function name
  • access API via window.camaa Ex :
    window.camaa.isSDKEnabled((didSucceed)=>{
      var result = didSucceed ? "is enabled!" : "is disabled!";
      console.log("The SDK " + result); // is enabled or disabled
    },(didFail)=>{
      // Note for functions there is type checking which should send descriptive error messages on failure
      // but for other cases there will not always be a description of the error
      console.log("The function failed with description : " + didFail);
    });
    // If confused It is always best to consult CAMAAInitializer.m
    // to see the actual implementation


Todos

  • Write more Tests
  • Add android support
  • Make error reporting more descriptive
24.1.2

1 month ago

24.1.1

4 months ago

23.12.1

5 months ago

2023.7.1

10 months ago

2023.9.1

8 months ago

23.4.0

1 year ago

23.1.0

1 year ago

2022.8.6

1 year ago

2022.8.1

2 years ago

2022.8.0

2 years ago

2022.8.2

2 years ago

2022.6.0

2 years ago

22.3.0

2 years ago

2022.3.0

2 years ago

22.1.0-beta.1.2

2 years ago

22.1.0-beta.1.1

2 years ago

22.1.0-beta.1.0

2 years ago

21.11.1-beta.1.2

2 years ago

21.11.0-beta.2

2 years ago

21.11.1-beta.1.3

2 years ago

21.11.1-beta.1.0

2 years ago

21.11.1-beta.1.1

2 years ago

21.11.0-beta.1

2 years ago

21.11.0-beta.1.1

2 years ago

21.11.0-beta.1.2

2 years ago

22.3.0-beta.1.0

2 years ago

22.1.0-beta.1.5

2 years ago

22.1.0-beta.1.4

2 years ago

21.11.0

2 years ago

22.1.0-beta.1.3

2 years ago

21.9.1-beta.2

3 years ago

21.9.1-beta.1

3 years ago

21.8.1

3 years ago

21.6.0

3 years ago

21.6.1

3 years ago

21.1.1

3 years ago

20.8.1

4 years ago

20.7.1

4 years ago

20.6.4

4 years ago

20.6.3

4 years ago

20.6.2

4 years ago

20.5.1

4 years ago

20.4.1

4 years ago

20.3.9

4 years ago

20.3.8

4 years ago

20.3.7

4 years ago

20.3.6

4 years ago

20.3.5

4 years ago

20.3.4

4 years ago

20.3.3

4 years ago

20.3.1

4 years ago