https://github.com/azerion/gamedock-sdk
The official Gamedock SDK for Unity, Cordova, AIR, Android and iOS.
https://github.com/azerion/gamedock-sdk
android gamedock-sdk ios unity
Last synced: 5 months ago
JSON representation
The official Gamedock SDK for Unity, Cordova, AIR, Android and iOS.
- Host: GitHub
- URL: https://github.com/azerion/gamedock-sdk
- Owner: azerion
- Created: 2019-09-17T09:15:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T09:54:19.000Z (about 4 years ago)
- Last Synced: 2025-05-16T05:08:57.461Z (about 1 year ago)
- Topics: android, gamedock-sdk, ios, unity
- Language: Objective-C
- Homepage: https://docs.gamedock.io/#/
- Size: 1.03 GB
- Stars: 2
- Watchers: 9
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Gamedock SDK v5.0.0
The Gamedock SDK is designed to give developers access to Gamedock Console functions and communicate with the Gamedock backend.
**IMPORTANT! If you are experiencing issues with missing scripts on some of our Editor prefabs, it is caused by Unity not importing properly some of it's components. In order to fix it please download [this](https://splashscreens.cdn.spilcloud.com/files/1574351079_Prefabs.zip) package and overwrite the folder "Assets/Gamedock/Editor/Prefabs".**
## Installation
### Android
You can add gamedock and it's dependancies to your gradle file:
```
implementation 'io.gamedock.sdk:gamedock-sdk:5.1.0' /* Gamedock Main Module */
implementation 'com.google.firebase:firebase-analytics:18.0.2' /* Gamedock Firebase */
implementation 'com.google.firebase:firebase-crashlytics:17.4.0' /* Gamedock Firebase */
implementation 'com.google.firebase:firebase-crashlytics-ndk:17.4.0' /* Gamedock Firebase */
implementation 'com.google.firebase:firebase-messaging:21.0.1' /* Gamedock Firebase */
implementation 'com.google.firebase:firebase-dynamic-links:19.1.1' /* Gamedock Firebase */
implementation 'com.google.firebase:firebase-config:20.0.4' /* Gamedock Firebase */
implementation 'androidx.multidex:multidex:2.0.1' /* Gamedock Dependency */
implementation 'androidx.appcompat:appcompat:1.2.0' /* Gamedock Dependency */
implementation 'androidx.recyclerview:recyclerview:1.1.0' /* Gamedock Dependency */
implementation 'androidx.cardview:cardview:1.0.0' /* Gamedock Dependency */
implementation 'com.google.android.gms:play-services-analytics:17.0.0' /* Gamedock Dependency */
implementation 'com.google.android.gms:play-services-basement:17.4.0' /* Gamedock Dependency */
implementation 'com.google.android.gms:play-services-games:20.0.1' /* Gamedock Dependency */
implementation 'com.google.android.gms:play-services-auth:18.0.0' /* Gamedock Dependency */
implementation 'com.google.android.gms:play-services-drive:17.0.0' /* Gamedock Dependency */
implementation 'com.google.android.gms:play-services-nearby:17.0.0' /* Gamedock Dependency */
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' /* Gamedock Dependency */
implementation 'io.reactivex.rxjava2:rxjava:2.2.19' /* Gamedock Dependency */
```
### Cordova:
```
npm install @gamedock/cordova
```
## Documentation
Documentation can be found here
## Change Log
The change log can be found [here](./CHANGELOG.md)