Skip to content

Commit

Permalink
Merge pull request #132 from tenjin/release-1.12.33
Browse files Browse the repository at this point in the history
Release 1.12.33
  • Loading branch information
giraldogdiego authored Aug 10, 2023
2 parents f045736 + 7593352 commit 482f863
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ iOS receipt validation requires `transactionId` and `receipt` (`signature` will

Android receipt validation requires `receipt` and `signature` are required (`transactionId` is set to `null`).

**IMPORTANT:** You will need to add your app's public key in the <a href="https://www.tenjin.io/dashboard/apps" target="_new">Tenjin dashboard</a>. You can retrieve your Base64-encoded RSA public key from the <a href="https://play.google.com/apps/publish/" target="_new"> Google Play Developer Console</a> \> Select your app \> Development Tools \> Services & APIs. Please note that for Android, we currently only support IAP transactions from Google Play.
**IMPORTANT:** You will need to add your app's public key in the <a href="https://www.tenjin.io/dashboard/apps" target="_new">Tenjin dashboard</a>. You can retrieve your Base64-encoded RSA public key from the <a href="https://play.google.com/apps/publish/" target="_new"> Google Play Developer Console</a> \> Select your app \> Monetization setup. Please note that for Android, we currently only support IAP transactions from Google Play.

### iOS and Android IAP Example:

Expand Down Expand Up @@ -595,6 +595,7 @@ Tenjin supports the ability to integrate with the Impression Level Ad Revenue (I
- HyperBid
- AdMob
- Topon
- CAS

This feature allows you to receive events which correspond to your ad revenue which is affected by each advertisement shown to a user. To enable this feature, follow the below instructions.

Expand Down
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,10 @@ v1.12.32

- Android v1.12.22
- iOS v1.12.26

v1.12.33
----
* CAS - Split subscribe method for interstitial/rewarded and banner ads

- Android v1.12.22
- iOS v1.12.26
Binary file modified TenjinUnityPackage.unitypackage
Binary file not shown.

0 comments on commit 482f863

Please sign in to comment.