Docs

Docs

  • Guides
  • Integrations

›Third Party Support

API Guide

  • Android
  • iOS
  • Web
  • React Native
  • Cordova

Integration

  • Android SDK (androidx)
  • Android SDK
  • Android SDK (Staging)
  • iOS SDK
  • iOS SDK (Staging)
  • iOS SDK (Manual)
  • iOS Push Notifications
  • Web SDK
  • React Native SDK
  • Cordova SDK

Performance

  • Android
  • iOS

Third Party Support

  • Tracking Third Party
  • Firebase
  • Clevertap
  • Moengage
  • Webengage
  • Segment
  • Appsflyer
  • Branch

Release Notes

  • Android
  • iOS

Branch

  1. Add the following dependency to your application build.gradle file and click on “Sync Now” button

    Path: /app/build.gradle
    
    dependencies 
    {
        //...
        // Event tracking and a must have dependency for other plugins
        implementation 'com.apxor.android:event-logging-helper:1.5.3@aar'
        // ..
    }
    
  1. Find and replace all of the selected SDK event logging APIs with Apxor provided function

    Replace this

    
    new BranchEvent("Login").logEvent(context);
    
    

    with this

    
    new BranchEventWrapper("Login").logEvent(context);
    
    
← AppsflyerAndroid →
Integrations
AndroidiOSWeb
API Guide
AndroidiOSWeb
Apxor
Copyright © 2023 Apxor Technology Solutions Pvt. Ltd.