Today we have released AppGameKit Classic Version 2021.02.10, here's what's new:
AdMob Commands
- Fixed AdMob reward videos on Android sometimes rendering incorrectly
- Added SetAdMobChildRating command to notify AdMob if the app is targeted at children
- Added GetRewardAdValueAdMob command to get the reward amount from a reward ad
New Memblock Commands
- Added CreateImageFromPNGMemblock to convert a memblock containing a PNG file into an AGK image
- Added CreateSoundFromOGGMemblock to convert a memblock containing an OGG file into an AGK sound
- Added CreateMusicFromOGGMemblock to convert a memblock containing an OGG file into an AGK music file
- Added GetMemblockSHA1 to hash the contents of a memblock
- Added GetMemblockSHA256 to hash the contents of a memblock
- Added SetImageSubImages to change the subimages.txt file currently applied to an AGK image
Text Fix
- Fixed TTF fonts rendering at lower quality if the text was place at a half pixel position
Android Review Command
- Added support for the RequestAppReview command on Android (Google Play only)