Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 610 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 610 Bytes

Visual Studio App Center SDK for iOS

Frameworks required for this pod:

  • AppCenter.framework

to use this pod configure your robovm.xml

<config>
    ...
    <frameworkPaths>
        <path>libs</path>  <!-- path where AppCenter.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-appcenter-core-ios:$altpodsVersion"
}