Re: Consumable In App Purchases on Android

2023-08-09 Thread Dan Friedman via use-livecode
: Consumable In App Purchases on Android Hello Dan, Thanks for the update. RE 1, I *think* yes, but I would suggest you double check this anyway. RE 2, I would suggest not using mobilePurchaseGet(). This function is from the older API for in-app purchases, and we have kept it for backwards

Re: Consumable In App Purchases on Android

2023-08-09 Thread panagiotis m via use-livecode
Hello Dan, Thanks for the update. RE 1, I *think* yes, but I would suggest you double check this anyway. RE 2, I would suggest not using mobilePurchaseGet(). This function is from the older API for in-app purchases, and we have kept it for backwards compatibility. I suggest using

Re: Consumable In App Purchases on Android

2023-08-09 Thread Dan Friedman via use-livecode
m via use-livecode Date: Wednesday, August 9, 2023 at 7:51 AM To: How to use LiveCode Cc: panagiotis m Subject: Re: Consumable In App Purchases on Android Hello all, Also, it might be worth trying this as well - add a new button with this code: on mouseUp mobileStoreEnablePurchaseUpdates

Re: Consumable In App Purchases on Android

2023-08-09 Thread panagiotis m via use-livecode
h our display >> break >> case "error" >> answer "Error occured during purchase handling:" & return & return >> & mobileStorePurchaseError(pPurchaseID) >> mobileStoreDisablePurchaseUpdates >> break >>

Re: Consumable In App Purchases on Android

2023-08-09 Thread panagiotis m via use-livecode
ak > case "alreadyEntitled" > answer "Already Owned." > mobileStoreDisablePurchaseUpdates > break > case "restored" > answer "restored" > offerPurchasedProduct pProductID > mobileStoreConfirmPu

Re: Consumable In App Purchases on Android

2023-08-08 Thread Dan Friedman via use-livecode
//refresh our display break case "canceled" case "cancelled" answer "Purchase Cancelled:" && pProductID mobileStoreDisablePurchaseUpdates break end switch end purchaseStateUpdate Do you see anything wonky in my code? --D

Re: Consumable In App Purchases on Android

2023-08-08 Thread Andrew at MidWest Coast Media via use-livecode
the purchase cycle. The lesson is sometimes hard to follow when Android changes their branding/naming but https://lessons.livecode.com/m/4069/l/184481-how-do-i-implement-in-app-purchases-in-livecode-google-play-store <https://lessons.livecode.com/m/4069/l/184481-how-do-i-implement-in-app-p

Re: Consumable In App Purchases on Android

2023-08-08 Thread Dan Friedman via use-livecode
otis m via use-livecode Date: Tuesday, August 8, 2023 at 9:21 AM To: How to use LiveCode Cc: panagiotis m Subject: Re: Consumable In App Purchases on Android Hello Dan, I think Google no longer differentiates between consumables and non-consumables when setting up the in-app product - they are b

Re: Consumable In App Purchases on Android

2023-08-08 Thread panagiotis m via use-livecode
this helps. Kind regards, Panos On Tue, 8 Aug 2023 at 01:57, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > Does anyone have any experience with consumable in-app purchases on > Android? I can’t seem to figure out how to (1) create a consumable

Consumable In App Purchases on Android

2023-08-07 Thread Dan Friedman via use-livecode
Does anyone have any experience with consumable in-app purchases on Android? I can’t seem to figure out how to (1) create a consumable product, and (2) how to consume it. mobileStoreConsumePurchase pProductID doesn’t seem to function right… I get back a result that is “true”, but attempting

Re: Is it possible to implement Mac App Store in-app purchases in LiveCode?

2021-01-12 Thread kee nethery via use-livecode
> HI am surprised no one answered this, > > I found this. > > https://lessons.livecode.com/m/4069/l/186807-how-do-i-implement-in-app-purchases-in-livecode-apple-appstore > > On Sun, Jan 3, 2021 at 5:11 PM kee nethery via use-livecode < > use-livecode@lists.r

Re: Is it possible to implement Mac App Store in-app purchases in LiveCode?

2021-01-11 Thread Tom Glod via use-livecode
HI am surprised no one answered this, I found this. https://lessons.livecode.com/m/4069/l/186807-how-do-i-implement-in-app-purchases-in-livecode-apple-appstore On Sun, Jan 3, 2021 at 5:11 PM kee nethery via use-livecode < use-livecode@lists.runrev.com> wrote: > And if it is po

Is it possible to implement Mac App Store in-app purchases in LiveCode?

2021-01-03 Thread kee nethery via use-livecode
And if it is possible to do in-app purchases in macOS apps, are there instructions or sample code anywhere? It appears to me that the Apple documentation assumes I am using Swift and have imported a set of libraries that are called via Swift. Is there a sample stack somewhere for Mac apps

Re: IPv6 iOS Rejection In-App Purchases

2016-12-15 Thread Monte Goulding
> On 16 Dec. 2016, at 10:16 am, Mark Talluto wrote: > > >> On Dec 15, 2016, at 3:00 PM, Ralph DiMola wrote: >> >> I just got an app rejected from Apple because the in-app purchase errored >> out when the reviewer was testing using iOS 10.2 on an IPv6 only network. >> I'm using LC 8.1.1 Xcod

Re: IPv6 iOS Rejection In-App Purchases

2016-12-15 Thread Mark Talluto
> On Dec 15, 2016, at 3:00 PM, Ralph DiMola wrote: > > I just got an app rejected from Apple because the in-app purchase errored out > when the reviewer was testing using iOS 10.2 on an IPv6 only network. I'm > using LC 8.1.1 Xcode 8.0 OSX 10.11.6. Has anyone seen this? Is this a known > LC b

IPv6 iOS Rejection In-App Purchases

2016-12-15 Thread Ralph DiMola
I just got an app rejected from Apple because the in-app purchase errored out when the reviewer was testing using iOS 10.2 on an IPv6 only network. I'm using LC 8.1.1 Xcode 8.0 OSX 10.11.6. Has anyone seen this? Is this a known LC bug? Thanks for any insight... Ralph DiMola IT Director Evergree

In App Purchases APPROVED!!!!

2013-04-25 Thread Ralph DiMola
Just got approved for in app purchases on the iStore. Thanks again team for all the help along the way Now time to attack Android/PlayStore. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net Phone: 518-636-3998 Ex:11 Cell: 518-796-9332

Re: in app purchases

2013-02-26 Thread Monte Goulding
nd if end if end preOpenStack on purchaseProduct pProductID if not mobileCanMakePurchase() then answer "Enable in app purchases to buy this product" else mobilePurchaseCreate pProductID put the result into tID mobilePurchaseSendRequest tID end if end pur

Re: in app purchases

2013-02-26 Thread Monte Goulding
On 27/02/2013, at 1:18 PM, Colin Holgate wrote: > It did slow down later on, and with the main goal reached there isn't as much > incentive to pledge. > > Don't forget that related to Plan B, the features are intended to be done, if > at a slower rate. So, Cocoa is on the roadmap one way or an

Re: in app purchases

2013-02-26 Thread Colin Holgate
It did slow down later on, and with the main goal reached there isn't as much incentive to pledge. Don't forget that related to Plan B, the features are intended to be done, if at a slower rate. So, Cocoa is on the roadmap one way or an other. On Feb 26, 2013, at 9:11 PM, Mark Smith wrote: >

Re: in app purchases

2013-02-26 Thread Mark Smith
Monte Goulding wrote > So I may need to wait for Cocoa to do this... Here's hoping we hit £405k. If current trends continue, we will meet that goal comfortably. -- Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/in-app-purchases-tp4661182p4661

Re: in app purchases

2013-02-26 Thread Monte Goulding
Ok... Hmm... this app probably does need to be able to save as pdf. On 27/02/2013, at 12:19 PM, Trevor DeVore wrote: > Well, if you don't use the answer/ask file dialogs and then you are golden. > I believe there is weirdness between the cocoa dialogs required for > sandboxing and the carbon Live

Re: in app purchases

2013-02-26 Thread stephen barncard
But...I thought Apple invented 'sheets' (grin) On Tue, Feb 26, 2013 at 5:19 PM, Trevor DeVore wrote: > > Oh yeah, and don't use sheets. > > -- > Trevor DeVoreStephen Barncard San Francisco Ca. USA more about sqb ___

Re: in app purchases

2013-02-26 Thread Trevor DeVore
On Tue, Feb 26, 2013 at 5:43 PM, Monte Goulding wrote: > I have yet to tackle the Mac App Store with LiveCode although the current > app I'm implementing may go there. Trevor keeps saying it can't be done any > more without Cocoa... So I may need to wait for Cocoa to do this... Here's > hoping we

Re: in app purchases

2013-02-26 Thread Monte Goulding
I have yet to tackle the Mac App Store with LiveCode although the current app I'm implementing may go there. Trevor keeps saying it can't be done any more without Cocoa... So I may need to wait for Cocoa to do this... Here's hoping we hit £405k. On 27/02/2013, at 8:48 AM, Peter Bogdanoff wrote:

Re: in app purchases

2013-02-26 Thread Monte Goulding
On 27/02/2013, at 3:12 AM, Chris Sheffield wrote: > My experience was that turning on updates and leaving them on actually caused > more problems. I ended up with all kinds of weird behavior, especially when > downloads did not complete. But in my case, I had large files downloading, so > it w

Re: in app purchases

2013-02-26 Thread Peter Bogdanoff
I'm interested in a desktop external for sure. Peter Bogdanoff UCLA On Feb 25, 2013, at 9:01 PM, Monte Goulding wrote: > Howdy > > A little question for those of you that have implemented in app purchases. > The lesson here > http://lessons.runrev.com/s/lessons/m/4

Re: in app purchases

2013-02-26 Thread Chris Sheffield
or those of you that have implemented in app purchases. > The lesson here > http://lessons.runrev.com/s/lessons/m/4069/l/48771-How-do-I-implement-in-app-purchases-in-LiveCode- > > states that mobileEnablePurchaseUpdates and mobileDisablePurchaseUpdates > should be turned on and off

in app purchases

2013-02-25 Thread Monte Goulding
Howdy A little question for those of you that have implemented in app purchases. The lesson here http://lessons.runrev.com/s/lessons/m/4069/l/48771-How-do-I-implement-in-app-purchases-in-LiveCode- states that mobileEnablePurchaseUpdates and mobileDisablePurchaseUpdates should be turned on and

Re: iOS: restoring in-app purchases

2012-11-14 Thread Jamie Stuart
MSNISO, EuroTalk >> >> On 13 Nov 2012, at 12:47, Thomas McGrath III wrote: >> >>> Not yet Chris, but I am interested as well since this is on the horizon >>> for me. >>> >>> Hope you can get an answer here. >>> >>> >

Re: iOS: restoring in-app purchases

2012-11-13 Thread Chris Sheffield
ISO, EuroTalk > > On 13 Nov 2012, at 12:47, Thomas McGrath III wrote: > >> Not yet Chris, but I am interested as well since this is on the horizon for >> me. >> >> Hope you can get an answer here. >> >> >> -- Tom McGrath III >> http://lazyriver.on-rev

Re: iOS: restoring in-app purchases

2012-11-13 Thread Jamie Stuart
; > Hope you can get an answer here. > > > -- Tom McGrath III > http://lazyriver.on-rev.com > 3mcgr...@comcast.net > > On Nov 12, 2012, at 3:21 PM, Chris Sheffield wrote: > >> No takers on this, huh? Isn't anyone else making use of in-app purchases? >>

Re: iOS: restoring in-app purchases

2012-11-13 Thread Thomas McGrath III
g use of in-app purchases? > > On Nov 9, 2012, at 10:20 AM, Chris Sheffield wrote: > >> Does anyone out there have a step-by-step on how to do this? The docs don't >> make it very clear. I understand I need to issue the mobileRestorePurchases >> command, but what

Re: iOS: restoring in-app purchases

2012-11-12 Thread Chris Sheffield
No takers on this, huh? Isn't anyone else making use of in-app purchases? On Nov 9, 2012, at 10:20 AM, Chris Sheffield wrote: > Does anyone out there have a step-by-step on how to do this? The docs don't > make it very clear. I understand I need to issue the mobileRestorePurc

iOS: restoring in-app purchases

2012-11-09 Thread Chris Sheffield
Does anyone out there have a step-by-step on how to do this? The docs don't make it very clear. I understand I need to issue the mobileRestorePurchases command, but what do I do after that? I'd like to be able to retrieve a list of product IDs of previous purchases so that I can have complete co

slightly OT: iOS - gift in-app purchases?

2012-05-21 Thread Chris Sheffield
t are submitted can receive redemption codes, but I wasn't sure about free apps and in-app purchases. My company's just trying to figure out some good marketing campaigns, and we're wondering if this is even possible. Thanks, Chris -- Chris Sheffield Read Naturally, Inc. w