Unity SDK
This article includes the documentation for Game of Whales Unity SDK. You can find information about other SDKs on Download page.
The GOW SDK is not supported if the app launches in Unity Editor.
The SDK will ask the following permissions on the Android user's device:
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.WAKE_LOCK" />
Don't remember to visit our website and register your game before the integration. The implementation guide is in the next article.