iOS Native SDK
This article includes the documentation for Game of Whales iOS Native SDK. You can find information about other SDKs on Download page.
In order to implement SDK to your project do the following steps:
Step 1
Add GameOfWhales.framework to Linked Frameworks and Libraries XCODE section of your project.

Load GameOfWhalesBundle.bundle file to your project.

Add it to Build Phase -> Copy Bundle Resources.

Step 2
Add GWGameKey parameter to info.plist and specify your game key.
Now you need to add some code to your project. You can find more detail information about it in the next articles (one for SWIFT and one for Objective-C).