InAppPurchases listener sometimes call from non-message thread

Hi, in juce_ios_InAppPurchases.cpp, the ‘sendReceiptFetchFail()’ call line 627 in the verifyReceipt method is performed from a thread that is not the message thread. I suggest to replace it with a call to sendReceiptFetchFailAsync()

Thanks, that’s fixed here:

1 Like