Skip to content

Latest commit

 

History

History

ios-gaming-services-kit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Facebook iOS Gaming Services Kit

Frameworks required for this pod:

  • FBSDKGamingServicesKit

to use this pod configure your robovm.xml

<config>
    ...
    <frameworkPaths>
        <path>libs</path>  <!-- path where FBSDKGamingServicesKit.xcframework 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-facebook-gamingservicekit-ios:$altpodsVersion"
}