Joshua Pinter

Results 159 comments of Joshua Pinter

@chirag04 Hey Chirag, so I was finally able to get `loadProducts` working. However, now I'm running into an issue with `purchaseProduct`. It returns `invalid_product`. You mentioned that there might be...

Okay, so I got it working by putting `purchaseProduct` inside of the callback of `loadProducts`. ``` js var productIdentifiers = [ 'com.ntwrkapp.ntwrk.unlimitedrelationships', ]; InAppUtils.loadProducts(productIdentifiers, (error, products) => { InAppUtils.purchaseProduct(productIdentifiers[0], (error,...

That was it! Thank you for saving me banging my head against a wall for the next hour. :) FYI, put something like this in your `package.json` to prevent your...

Was a public method (as an init param) ever provided to handle when an update is available?

@breisig FYI, we moved to [Trilogy](https://github.com/trilogy-libraries/trilogy). Would highly recommend it as well, if it's possible for you. Modern and well-maintained going forward. Some tweaks needed but mostly a drop-in replacement.

Stale? Has this been fixed. I think this is still an issue and should be fixed. I think @SimenB's comment summarized it perfectly: > Tests should definitely not run if...

Still not fixed as far as I'm aware of so we should keep it open.

To confirm, I upgraded to 1.7.0 and don't run into the issue, so I think it is now resolved. Thanks for handling and happy holidays! 🎄