Chris Maas

Results 15 comments of Chris Maas

@nicofranzp Could you clarify which attributes you'd want to set to a list besides the `class` attribute?

🤔 hmm not sure about that. Lists are created recursively and `listAttrs` with an `id` would be applied to all lists, which doesn't make sense. Same with inline styles. They...

That'd work, but before we talk about the actual implementation, please share more details about the scenario you wanna achieve. What is the exact HTML output you desire? That would...

@giltotherescue Any news on sharing your receipt validation script?

@giltotherescue Thanks for the offer. I actually figured AFTER my post that the validation server from Apple returns a simple JSON object. That's enough for me. I thought I had...

@giltotherescue Question: > Anytime a user visits the main page of the app, call getReceipt() to get the latest receipt. This includes all current and expired subscriptions. Doesn't this trigger...

@giltotherescue > A better solution, which we eventually came up with, was to store the original receipt in our database. But how did you receive the receipt at first after...

@conor345 Check this thread: https://github.com/AlexDisler/cordova-plugin-inapppurchase/issues/170#issuecomment-397426544 The problem seems to be that some Promise doesn't return, if the user is required to change/update their payment infos.

See my reply here, this seems to be related: https://github.com/j3k0/cordova-plugin-purchase/issues/1428#issuecomment-1727936885 Before in v11, the handlers (on iOS) only ever triggered for your pre-defined product ids. Now the handlers also trigger...

Late reply but: If you don't consume a CONSUMABLE, the store won't let you buy it again. Does your verification work and is `.verified()` ever called? If not, the transaction...