Skip to content

Commit

Permalink
Merge commit 'c11b80a38f7706a7138c68c567ec7691b3009327'
Browse files Browse the repository at this point in the history
* commit 'c11b80a38f7706a7138c68c567ec7691b3009327':
  new events were added
  Updated for the new release
  • Loading branch information
Denis Sachkov committed Jan 25, 2019
2 parents 894666d + c11b80a commit 198251f
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@

Download the latest sdk version from our server:

[<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.20/gameofwhales.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.21/gameofwhales.zip)

# Changelog


### 2.0.21 (Dec 17, 2018)

FIXED

* The handling of errors was improved.
* The selection of advertising (cross-promotion) images depending on the orientation of the device was fixed.
* The repeating of cross-promotion ads after some minutes was fixed.


### 2.0.20 (Nov 20, 2018)

ADDED
Expand Down Expand Up @@ -189,6 +198,10 @@ Add the following methods:
{
}

func futureSpecialOfferAppeared(_ specialOffer: GWSpecialOffer)
{
}

func onPushDelivered(_ offer:GWSpecialOffer?, camp: String, title:String, message:String)
{
}
Expand Down Expand Up @@ -453,6 +466,11 @@ Add the following methods:

}

- (void)futureSpecialOfferAppeared:(nonnull GWSpecialOffer *)specialOffer
{

}

- (void)onPushDelivered:(nullable GWSpecialOffer*) offer camp:(nonnull NSString *)camp title:(nonnull NSString*)title message:(nonnull NSString*)message
{

Expand Down

0 comments on commit 198251f

Please sign in to comment.