- FBSDKGamingServicesKit
<config>
...
<frameworkPaths>
<path>libs</path> <!-- path where FBSDKGamingServicesKit.xcframework is located -->
</frameworkPaths>
</config>
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"
}