MPEnvironment Constants Reference
Declared in | MPEnums.h |
---|
MPEnvironment
Running Environment
Definition
typedef NS_ENUM(NSUInteger, MPEnvironment ) {
MPEnvironmentAutoDetect = 0,
MPEnvironmentDevelopment,
MPEnvironmentProduction,
};
Constants
MPEnvironmentAutoDetect
-
Tells the SDK to auto detect the current run environment (initial value)
Declared In
MPEnums.h
. MPEnvironmentDevelopment
-
The SDK is running in development mode (Debug/Development or AdHoc)
Declared In
MPEnums.h
. MPEnvironmentProduction
-
The SDK is running in production mode (App Store)
Declared In
MPEnums.h
.
Declared In
MPEnums.h