Yann-prak

Results 13 comments of Yann-prak

Hi, Do you need some help to get through this PR ? What's missing ? :)

Not sure but I would try to clean the node modules and reinstall everything. Then pod clean + install.

Thanks guys ! You rock ! 🚀

That's right. From the doc: - STOREKIT1_MODE: Will not enable Storekit 2 even if the device supports it. Thigs will work as before, minimum changes required in the migration guide...

I mostly get it on iOS Simulator. When I try my app on a real device, there is no problem. I don't know what to do right now and it's...

Looking at the pull request, this one might fix our problem @pxpeterxu #2518 @hyochan could you merge and release it when you have time ?

@marf I've found that the fix was only on the `RNIapIosSk2.swift` file. If you are still using the STOREKIT1 option like I do, the error occurs on the file `RNIapIos.swift`....

Oh nice ! You were quicker than me. I was trying to reproduce the same patch with a ProductStore as #2518. I looked into your patch and I saw that...

Yes ! That's a good idea, is it possible to use `myQueue.sync` in the function `[resolve/reject]Promises` instead of using at each call ? I'm not good at swift so it...

`sendEvent()` might cause a crash too ? Or because you need the promise to end before sending the event ?