Chirag Jain

Results 143 comments of Chirag Jain
trafficstars

@joyeon Does apple post two events one `SKPaymentTransactionStateFailed` and something else later after verification?

Interesting. Not sure what's the correct way to handle this. We should not leak callbacks when we get `SKPaymentTransactionStateFailed`. Maybe it's time to move away from `callback` based pattern to...

@scgough I never worked on this particular usecase but i do know apple supports it. Happy to accept a PR for this.

are you sure this is a problem only for loadProducts? my guess is it could happen for purchaseProduct. Not sure if this is the right fix.

we could. feel free to send a PR. unified error handling would be awesome. also: https://github.com/chirag04/react-native-in-app-utils/pull/104

@martijndeh can you update?

I'm not sure what's going on there. I haven't used it that way. I suggest checking out what's wrong. Worst case: Once you have the productIds, you can fetch receiptData...

From the description it might be possible that itunes store was down at the time. Let me know if you are seeing this consistently or are able to reproduce.