ALSdkSettings Class Reference

Inherits from NSObject
Declared in ALSdkSettings.h

Overview

This class contains settings for the AppLovin SDK.

  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 (assign, atomic) 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 (assign, atomic) 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

  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