of
panagiotis m via use-livecode
Date: Tuesday, August 15, 2023 at 10:24 AM
To: How to use LiveCode
Cc: panagiotis m
Subject: Re: Oddities with iOS IAP
Hello Dan,
Just a rough guess, in the purchaseStateUpdate msg, you have:
mobileStoreConfirmPurchase pProductID //Inform the store that the
case "canceled"
> case "cancelled"
> answer "Purchase Cancelled:" && pProductID
> mobileStoreDisablePurchaseUpdates
> break
> case "complete"
> if isAndroid() then
> put mobileStoreProductPr
uot;cancelled"
answer "Purchase Cancelled:" && pProductID
mobileStoreDisablePurchaseUpdates
break
case "complete"
if isAndroid() then
put mobileStoreProductProperty(pProductID,"orderId") into orderId
mobileStoreConsumePurchase pProductID
Hello Dan,
Could you share the code that makes the purchase, as well as the
purchaseStateUpdate message?
Although, my guess is that this is rather a TestFlight issue, since if it
was an issue in LC's API for in-app purchase on iOS, it would have been
reported
ready.
Kind regards,
Panos
--
__