ALSdkSettings Class Reference
Inherits from | NSObject |
---|---|
Declared in | ALSdkSettings.h |
isVerboseLogging
Toggle verbose logging for the SDK. This is set to NO by default. Set to NO if SDK should be silent (recommended for App Store submissions).
@property (nonatomic, assign) BOOL isVerboseLogging
Discussion
Toggle verbose logging for the SDK. This is set to NO by default. Set to NO if SDK should be silent (recommended for App Store submissions).
If enabled AppLovin messages will appear in standard application log accessible via console. All log messages will be prefixed by the “AppLovinSdk” tag.
Verbose logging is disabled by default.
Declared In
ALSdkSettings.h
muted
Determines whether to begin video ads in a muted state or not. Defaults to NO unless changed in the dashboard.
@property (nonatomic, assign) BOOL muted
Discussion
Determines whether to begin video ads in a muted state or not. Defaults to NO unless changed in the dashboard.
Declared In
ALSdkSettings.h
adInfoButtonEnabled
Determines whether the ad info button will be displayed on fullscreen ads (debug and TestFlight builds only).
@property (nonatomic, assign) BOOL adInfoButtonEnabled
Discussion
Determines whether the ad info button will be displayed on fullscreen ads (debug and TestFlight builds only).
Declared In
ALSdkSettings.h
testDeviceAdvertisingIdentifiers
Enable devices to receive test ads, by passing in the advertising identifier (IDFA) of each test device. Refer to AppLovin logs for the IDFA of your current device.
@property (nonatomic, copy) NSArray<NSString*> *testDeviceAdvertisingIdentifiers
Discussion
Enable devices to receive test ads, by passing in the advertising identifier (IDFA) of each test device. Refer to AppLovin logs for the IDFA of your current device.
Declared In
ALSdkSettings.h
initializationAdUnitIdentifiers
The MAX ad unit ids that will be used for this instance of the SDK. 3rd-party SDKs will be initialized with the credentials configured for these ad unit ids.
@property (nonatomic, copy) NSArray<NSString*> *initializationAdUnitIdentifiers
Discussion
The MAX ad unit ids that will be used for this instance of the SDK. 3rd-party SDKs will be initialized with the credentials configured for these ad unit ids.
Declared In
ALSdkSettings.h