Re: Oddities with iOS IAP

2023-08-15 Thread Dan Friedman via use-livecode
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

Re: Oddities with iOS IAP

2023-08-15 Thread panagiotis m via use-livecode
case "canceled" > case "cancelled" > answer "Purchase Cancelled:" && pProductID > mobileStoreDisablePurchaseUpdates > break > case "complete" > if isAndroid() then > put mobileStoreProductPr

Re: Oddities with iOS IAP

2023-08-15 Thread Dan Friedman via use-livecode
uot;cancelled" answer "Purchase Cancelled:" && pProductID mobileStoreDisablePurchaseUpdates break case "complete" if isAndroid() then put mobileStoreProductProperty(pProductID,"orderId") into orderId mobileStoreConsumePurchase pProductID

Re: Oddities with iOS IAP

2023-08-15 Thread panagiotis m via use-livecode
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 -- __

Oddities with iOS IAP

2023-08-13 Thread Dan Friedman via use-livecode
I am getting some inconsistent results with in in app purchases from the iOS App Store. In the TestFlight dev environment, the purchase “seems” to be complete… I get all the normal iOS prompts to purchase the product, enter the password, etc. I even get the “You’re All Set. Your purchase wa