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:
parent
bf43db5ff7
commit
21ae78c373
1 changed files with 2 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue