Skip to content

Commit

Permalink
Update 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian24 committed Nov 6, 2020
1 parent c81aa28 commit 5e17864
Show file tree
Hide file tree
Showing 196 changed files with 2,977 additions and 97 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Change Log
==========

Version 4.0.0 *(07-11-2020)*
----------------------------
**New Features**
* _Gamedock Ads Module_: This feature enabled internal ads (from within Azerion) to be displayed within the Gamedock SDK using the Priority Ads feature.
* _iOS 14 Support_: The SDK was updated to support iOS 14 including the new permission requirement from Apple regarding Ad Tracking. The GDPR popup for iOS now has an extra permission pop up after the user has accepted it. This permission cannot be customized and needs to come directly from Apple.
* _Ogury Mediation Network_: A new ad network was added to the AdMob mediation stack.

**Bug fixes**
* Android/iOS: Fixed issue with sending correctly the AppsFlyer id to the Gamedock Backend.
* iOS: Fixed issue with Age Gate not taking into account properly the settings.
* iOS: Fixed issue with push notifications tokens not being parsed correctly.
* Android: Fixed issue with doing an "AddItem" operation with the Transaction Builder.
* Android: Fixed issue with AppsFlyer id not being sent with the SDK "install" event.
* Android: Fixed several minor ANR and Crashes.

**Other**
* Android/iOS/Unity/Cordova: Updated GDPR flow to now by default have personalized content and ads be disabled by default. Changed the button from "Accept" to "Accept All" and updated the flow for saving the user's options to take into account the change.
* Android/iOS: Updated AdMob mediation adapters and networks.
* Android/iOS/Unity: Opening a gacha will not return the position of the received gacha content in the PlayerDataUpdated callback.
* Android/iOS/Unity: Added additional claim method for tiered events.
* Android/iOS: Added additional tracking for ad events (available/not available).
* Android/iOS/Unity/Cordova: Retrieving the game config will no longer also return the SDK config.
* Unity: When building the game, the SDK will automatically fetch the latest Default Configuration Files.


Version 3.9.1 *(04-06-2020)*
----------------------------
**Bug fixes**
Expand All @@ -9,7 +34,7 @@ Version 3.9.1 *(04-06-2020)*
* iOS: Updated all ad networks to have the UIWebView references warning be removed when uploading builds with Gamedock to the Apple Store

**Other**
* Android/iOS: Updated AdMob mediation adapters and networks in order to fix crashes and have the improvements from those updates
* Android/iOS: Updated AdMob mediation adapters and networks in order to fix crashes and have the improvements from those updates.


Version 3.9.0 *(26-05-2020)*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>Gamedock SDK V3.9.1</h1>
<h1>Gamedock SDK V4.0.0</h1>

The Gamedock SDK is designed to give developers access to Gamedock Console functions and communicate with the Gamedock backend. The plugin also provides developers with an easy way to connect to ad networks and implement features like video's, interstitials and tracking of users' behaviours.

Expand Down
Binary file removed android/release/AAR/gamedock-sdk-3.9.1.aar
Binary file not shown.
Binary file added android/release/AAR/gamedock-sdk-4.0.0.aar
Binary file not shown.
Binary file removed android/release/AAR/gamedock-sdk-adjust-3.9.1.aar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added android/release/AAR/gamedock-sdk-ads-4.0.0.aar
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions cordova/release/gamedock-sdk-cordova-3.9.1.tgz

This file was deleted.

3 changes: 3 additions & 0 deletions cordova/release/gamedock-sdk-cordova-4.0.0.tgz
Git LFS file not shown
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Gamedock SDK 3.9.1
# Gamedock SDK 4.0.0

> The Gamedock SDK is designed to give developers access to the Gamedock Console functions and communicate with the Gamedock backend.
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![logo](_images/GamedockLogoMedium.png)

# Gamedock SDK <small>3.9.1</small>
# Gamedock SDK <small>4.0.0</small>

> The Gamedock SDK is designed to give developers access to the Gamedock Console functions and communicate with the Gamedock backend.
Expand Down
60 changes: 60 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@

#### ** SDK **

### Version 4.0.0 *(07-11-2020)*

**New Features**
* _Gamedock Ads Module_: This feature enabled internal ads (from within Azerion) to be displayed within the Gamedock SDK using the Priority Ads feature.
* _iOS 14 Support_: The SDK was updated to support iOS 14 including the new permission requirement from Apple regarding Ad Tracking. The GDPR popup for iOS now has an extra permission pop up after the user has accepted it. This permission cannot be customized and needs to come directly from Apple.
* _Ogury Mediation Network_: A new ad network was added to the AdMob mediation stack.

**Bug fixes**
* Android/iOS: Fixed issue with sending correctly the AppsFlyer id to the Gamedock Backend.
* iOS: Fixed issue with Age Gate not taking into account properly the settings.
* iOS: Fixed issue with push notifications tokens not being parsed correctly.
* Android: Fixed issue with doing an "AddItem" operation with the Transaction Builder.
* Android: Fixed issue with AppsFlyer id not being sent with the SDK "install" event.
* Android: Fixed several minor ANR and Crashes.

**Other**
* Android/iOS/Unity/Cordova: Updated GDPR flow to now by default have personalized content and ads be disabled by default. Changed the button from "Accept" to "Accept All" and updated the flow for saving the user's options to take into account the change.
* Android/iOS: Updated AdMob mediation adapters and networks.
* Android/iOS/Unity: Opening a gacha will not return the position of the received gacha content in the PlayerDataUpdated callback.
* Android/iOS/Unity: Added additional claim method for tiered events.
* Android/iOS: Added additional tracking for ad events (available/not available).
* Android/iOS/Unity/Cordova: Retrieving the game config will no longer also return the SDK config.
* Unity: When building the game, the SDK will automatically fetch the latest Default Configuration Files.

### Version 3.9.1 *(04-06-2020)*

**Bug fixes**
Expand Down Expand Up @@ -153,6 +177,42 @@

#### ** Console **

### 01.09.2020 - 31.09.2020

* Added description to event game versions and properties.
* Added pushNotification statistics to the user page.
* Made 404 and 500 error pages prettier.
* Fixed Shop management page structure.
* Fixed Management menu item not stuck to bottom.
* Added possibility for user to manually configure IAP validation.
* Additional UX improvements.

### 01.08.2020 - 30.08.2020

* Removed Franchises field from the games.
* Removed DFP entries from the Advertisement page.
* Added testing functionality to push notifications.
* Added Event Dashboard overview and removed event validation page.
* Added 404s when the user doesn't have permission to view games and organisations.
* Added Game Viewer role to users that have custom roles.

### 01.07.2020 - 31.07.2020

* Push notifications improvements.
* Added button to see all Graphana graphs below graph.
* Added new Priority Ads network.
* Added new Help Texts connected to GitHub.
* Changed Event Dashboard devices to be game specific.

### 01.06.2020 - 30.06.2020

* Added validation before deleting a creative.
* Minor issue fixed with pop-ups.
* Push notifications improvements.
* Changed so that super users see all games for permissions.
* Permissions system improvements.
* Several UI/UX improvements.

### 01.05.2020 - 31.05.2020

* Added redirect for campaigns if the game is not correct.
Expand Down
56 changes: 31 additions & 25 deletions docs/smartAdvertisements.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,42 @@ The SDK currently has the following Ad Networks implemented:

| Ad Network | Version | Type | Banner | Interstitial | Rewarded Video |
|:----------------------------------|:-----------------------------------------------|:-------------------|:----------|:---------------|:-----------------|
| AdMob | 19.1.0 | Mediator ||||
| AdManager | 19.1.0 | Mediator ||||
| AdColony | 4.1.4 | Mediation ||||
| Unity Ads | 3.4.2 | Mediation ||||
| Facebook Audience Network | 5.9.0 | Mediation ||||
| Vungle | 6.7.0 | Mediation ||||
| Applovin | 9.12.8 | Mediation ||||
| InMobi | 9.0.6 | Mediation ||||
| Tapjoy | 12.4.2 | Mediation | x |||
| Ironsource | 6.16.2 | Mediation | x |||
| MyTarget | 5.8.1 | Mediation ||||
| Fyber | 7.5.3 | Mediation ||||
| AdMob | 19.4.0 | Mediator ||||
| AdManager | 19.4.0 | Mediator ||||
| Gamedock Ads | 4.0.0 | Mediation ||||
| AdColony | 4.2.4 | Mediation ||||
| Unity Ads | 3.4.8 | Mediation ||||
| Facebook Audience Network | 6.0.0 | Mediation ||||
| Vungle | 6.7.1 | Mediation ||||
| Applovin | 9.13.4 | Mediation ||||
| InMobi | 9.1.0 | Mediation ||||
| Tapjoy | 12.7.0 | Mediation | x |||
| Ironsource | 7.0.1 | Mediation | x |||
| MyTarget | 5.10.0 | Mediation ||||
| Fyber | 7.7.0 | Mediation ||||
| Ogury | 4.9.0 | Mediation ||||


### iOS

| Ad Network | Version | Type | Banner | Interstitial | Rewarded Video |
|:----------------------------------|:-----------------------------------------------|:-------------------|:----------|:---------------|:-----------------|
| AdMob | 7.60.0 | Mediator ||||
| AdManager | 7.60.0 | Mediator ||||
| AdColony | 4.1.5 | Mediation ||||
| Unity Ads | 3.4.2 | Mediation ||||
| Facebook Audience Network | 5.9.0 | Mediation ||||
| Vungle | 6.5.3 | Mediation ||||
| Applovin | 6.12.8 | Mediation ||||
| InMobi | 9.0.4 | Mediation ||||
| Tapjoy | 12.4.2 | Mediation | x |||
| Ironsource | 6.16.2 | Mediation | x |||
| MyTarget | 5.6.0 | Mediation ||||
| Chartboost | 8.1.0 | Mediation ||||
| Fyber | 7.5.6 | Mediation ||||
| AdMob | 7.66.0 | Mediator ||||
| AdManager | 7.66.0 | Mediator ||||
| Gamedock Ads | 4.0.0 | Mediation ||||
| AdColony | 4.4.1 | Mediation ||||
| Unity Ads | 3.5.0 | Mediation ||||
| Facebook Audience Network | 6.2.0 | Mediation ||||
| Vungle | 6.8.0 | Mediation ||||
| Applovin | 6.14.4 | Mediation ||||
| InMobi | 9.1.0 | Mediation ||||
| Tapjoy | 12.7.0 | Mediation | x |||
| Ironsource | 7.0.2 | Mediation | x |||
| MyTarget | 5.7.5 | Mediation ||||
| Chartboost | 8.3.1 | Mediation ||||
| Fyber | 7.7.1 | Mediation ||||
| Ogury | 1.3.1 | Mediation ||||


## Advertisement Initialization

Expand Down
Loading

0 comments on commit 5e17864

Please sign in to comment.