Closed hoangdung-qbt closed 4 years ago
if (!IAP.available){ return; } IAP.addEventListener(IAPEvent.PURCHASE_SUCCESS, onSuccess); IAP.initialize(androidLicenseKey);
function onSuccess(e:IAPEvent):Void{ IAP.consume(e.purchase); }
It used to work well while using gradle 2.1.0
<!--<haxeflag name="-dce full"/>--> It worked!
<!--<haxeflag name="-dce full"/>-->
It used to work well while using gradle 2.1.0