Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
AppGameKit StudioNewsAppGameKit Studio 2021.06.14 update released!
In-game event

AppGameKit Studio 2021.06.14 update released!

AppGameKit Studio · published 14 Jun 2021, 14:25 UTC

All newsPlayers around this dateRead on Steam

The latest version of AppGameKit Studio is now released! In this new version we've updated AppGameKit Studio to comply with Google's latest App Billing Library. With these changes there are some key changes to how InAppPurchases work. We've also updated the advert systems to comply with the new iOS advert consent rules.

Here's a full list of the changes in this version:

Android Updates

  • Updated Android In App Billing library to version 3 as required by Google
  • InAppPurchaseSetKeys is no longer required on Android
  • Fixed Google Play warning about requestLegacyExternalStorage when submitting an app


InAppPurchases

  • Added InAppPurchaseResetPurchase to reset a consumable purchase back to a purchasable state
  • Removed type 1 (consumable) products when using InAppPurchaseAddProductID in favour of explicitly consuming them with InAppPurchaseResetPurchase
  • Both consumable and non-consumable products must now use type 0 in InAppPurchaseAddProductID with consumables using InAppPurchaseResetPurchase
  • Added GetInAppPurchaseAvailable2 to provide more detail about the state of a purchase
  • Deprecated GetInAppPurchaseState as multiple purchases can now be in progress at once, use GetInAppPurchaseAvailable2 to check a payment's progress
  • InAppPurchaseRestore now functions on Android
  • Added GetInAppPurchaseToken to return the Google Play purchase token used to verify and distinguish between purchases
  • Broadcasting multiple times to the AGK player will now reset the IAP product list between broadcasts


Fixes & Tweaks

  • Fixed SetImageSubImages command not being found
  • The SaveSharedVariable commands will no longer function on Android 10 or above due to Android changes
  • Removed Amazon Ads due to the Amazon Mobile Ads network shutting down


Advertising

  • Updated Chartboost to version 8.4.1 on iOS
  • Updated Chartboost to version 8.2.1 on Android
  • Updated AdMob to version 20.1.0 on Android
  • Updated AdMob and Chartboost implementations for new consent dialog
  • Check the Advert example projects for the new recommended consent process
  • Updated iOS for iOS 14 ad tracking changes
More from AppGameKit Studio

Other announcements

All news
Game update13 Sep 2026Build Studio 2026.08.06Build Studio 2026.08.06 by Zaxxan --------------------------------- - Fix bug where the Studio IDE crashes if a new source file is opened for the second time when no project is loaded - Fix auto-indentation issue in the Studio IDE editor - Update Google Billing to 8.3.0Game update19 Feb 2026API Updates for WindowsFor those working with Windows, we have updated the latest version of our latest Apple and Google API support to the public branch of AGK Studio. For those familiar with the DEVTEST build, this is the same version you have already been using and testing since November 2025. Thanks again to Zaxxan for his amazing contributions in 2025 to the community!Game update1 Aug 2025AppGameKit Studio 2025.07.25 update released!We are happy to bring you the second AppGameKit Studio update of 2025, which was made possible by our awesome contributor keeping the repo up to date. As always, the source code is available for you to check out! We now target API 35 officially, and the build has been successfully tested to deploy onto the Google App Store ahead of the discontinuation of older API builds. We have also updated t…