ALSdkSettings Class Reference

Inherits from NSObject
Declared in ALSdkSettings.h

Overview

This class contains settings for the AppLovin SDK.

  isTestAdsEnabled

Toggle test ads for the SDK. This is set to NO by default.

@property (assign, atomic) BOOL isTestAdsEnabled

Discussion

Toggle test ads for the SDK. This is set to NO by default.

If enabled, AppLovin will display test ads from our servers, guaranteeing 100% fill. This is for integration testing only. Ensure that you set this to NO when the app is launched.

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 (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 YES 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 YES unless changed in the dashboard.

Declared In

ALSdkSettings.h