Skip to content

Latest commit

 

History

History

ios-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Kochava iOS Core Module

The KochavaCore module provides core support for all modules within the Kochava SDK for the Apple platform.

Frameworks required for this pod:

  • KochavaCore.framework

to use this pod configure your robovm.xml

<config>
    ...
    <frameworkPaths>
        <path>libs</path>  <!-- path where KochavaCore.framework is located -->
    </frameworkPaths>
</config>

Gradle

Add the following dependency to your build.gradle:

repositories {
    maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}
dependencies {
   ... other dependencies ...
   implementation "io.github.dkimitsa.robovm:robopods-kochava-core-ios:$altpodsVersion"
}

Integration

Kochava Apple SDK Integration