1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

In-app purchases: Add a warning when JUCE_IN_APP_PURCHASES_USE_SANDBOX_ENVIRONMENT is defined

This commit is contained in:
Anthony Nicholls 2025-12-09 14:59:08 +00:00 committed by Anthony Nicholls
parent bf43db5ff7
commit 21ae78c373

View file

@ -45,9 +45,8 @@
#define JUCE_CORE_INCLUDE_OBJC_HELPERS 1
#define JUCE_CORE_INCLUDE_NATIVE_HEADERS 1
// Set this flag to 1 to use test servers on iOS
#ifndef JUCE_IN_APP_PURCHASES_USE_SANDBOX_ENVIRONMENT
#define JUCE_IN_APP_PURCHASES_USE_SANDBOX_ENVIRONMENT 0
#ifdef JUCE_IN_APP_PURCHASES_USE_SANDBOX_ENVIRONMENT
JUCE_COMPILER_WARNING ("JUCE_IN_APP_PURCHASES_USE_SANDBOX_ENVIRONMENT is no longer supported")
#endif
#include "juce_product_unlocking.h"