Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qVadro committed Sep 3, 2018
2 parents 064ed06 + 9c7da8c commit c455e59
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@

Download the latest sdk version from our server:

[<img src=https://github.com/Game-of-whales/GOW-SDK-UNITY/wiki/img/download.png>](https://github.com/Game-of-whales/GOW-SDK-IOS/releases/download/v2.0.13/GameOfWhales.framework.zip)
[<img src=https://www.gameofwhales.com/sites/default/files/documentation/download.png>](https://github.com/Game-of-whales/GOW-SDK-IOS/releases/download/v2.0.14/GameOfWhales.framework.zip)

# Changelog

### 2.0.14 (Jun 14, 2018)

ADDED

* ```redeemable``` parameter was added to ```SpecialOffer``` class.


### 2.0.13 (May 14, 2018)

ADDED
Expand Down Expand Up @@ -257,6 +264,8 @@ In order to check notifications implementation send [a test notification](http:/

You can send additional data about your players by using the ``profile`` method. ``profile`` method should be called if key parameters of your app or a player have changed.

>In order to work with AI offers you should send at least 5 number-type properties and at least one progress based parameter.

>If you send more than 3000 properties, **Game of Whales** will sort all properties alphabetically and will save only the first 3000.

>If the length of a string-type property is more than 64 characters, **Game of Whales** will save only the first 64 characters.
Expand Down Expand Up @@ -476,6 +485,8 @@ In order to check notifications implementation send [a test notification](http:/

You can send additional data about your players by using the ``Profile`` method. ``Profile`` method should be called if key parameters of your app or a player have changed.

>>In order to work with AI offers you should send at least 5 number-type properties and at least one progress based parameter.

>If you send more than 3000 properties, **Game of Whales** will sort all properties alphabetically and will save only the first 3000.

>If the length of a string-type property is more than 64 characters, **Game of Whales** will save only the first 64 characters.
Expand Down

0 comments on commit c455e59

Please sign in to comment.