From b7e459dbd5a239e41b551ebed6d66030673327c6 Mon Sep 17 00:00:00 2001 From: reuk Date: Thu, 2 Mar 2023 13:46:06 +0000 Subject: [PATCH] InAppPurchases: Ensure failure notifications are dispatched on the message thread --- .../juce_product_unlocking/native/juce_ios_InAppPurchases.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_product_unlocking/native/juce_ios_InAppPurchases.cpp b/modules/juce_product_unlocking/native/juce_ios_InAppPurchases.cpp index 26c26fae8c..cfca74f45a 100644 --- a/modules/juce_product_unlocking/native/juce_ios_InAppPurchases.cpp +++ b/modules/juce_product_unlocking/native/juce_ios_InAppPurchases.cpp @@ -462,7 +462,7 @@ struct InAppPurchases::Pimpl } } - sendReceiptFetchFail(); + sendReceiptFetchFailAsync(); }] resume]; }