Radek Czemerys

Results 53 comments of Radek Czemerys

I will check it but cannot reproduce it yet.

Unfortunately, this error does not give any feedback on what exactly is wrong. You need to dig deeper.

It's hard to suggest anything without any more details, I would say that you can try commenting out some parts of your code and try until you find something.

I'm not sure if we want this, this will decrease the quality of autocorrection probably (or disable it completely).

I think I can reproduce this issue. My current workaround is to rerender `Channel` unfortunately.

I made a workaround for this. After `initConnection` I call `getAvailablePurchases` on Android only and then filter the ones you need: ``` export const filterPendingPurchasesAndroid = (purchases: ProductPurchase[]) => {...

My products are non-consumable. I tested this on Android 13 phone. Somehow I got that purchase in `getAvailablePurchases`. Maybe it's not reliable 100%, I haven't tested it in production yet.

@zachariast that's a good find! Seems like this is causing the regression. But if the workaround is OK then it should actually be fine