Skip to content

Instantly share code, notes, and snippets.

@SteveNew
SteveNew / FbC.IAPClient.pas
Last active November 1, 2023 08:59
Delphi Google IAPClient
// From https://fixedbycode.blogspot.com/2023/02/iap-client-therefore-iam.html
unit FbC.IAPClient;
interface
uses
System.Net.HttpClient,
System.Net.URLClient,
System.Net.HttpClientComponent,