Mark Yu

Results 6 comments of Mark Yu

sample of batch select with chosen: http://vafada.github.com/chosen-dojo/

We are seeing the same issue. We are seeing `ESKERRORDOMAIN0` with message: `Cannot connect to iTunes Store`

@superandrew213 thanks for explanation! In my case we are seeing: `ESKERRORDOMAIN0` should i also be watching for that too? Also i think Apple throws `ESKERRORDOMAIN2` when the user actually cancels...

@superandrew213 I've looked at your branch and we are probably going to use your fork to deal with this issue. Why is `await IAU.shouldFinishTransactions(false)` required to be called before purchasing?...

@superandrew213 Here's my pseudo code now, can you comment on it? ```javascript let shouldClearCurrentTransaction = true; try { await InAppUtils.shouldFinishTransactions(false); const response = await InAppUtils.purchaseProductForUser(productId, userId); const receiptData = await...

we see this issue with StencilJS injected `` tag... on a React change state, the injected `` tag disappears