ALPostbackService Class Reference

Inherits from NSObject
Declared in ALPostbackService.h

Overview

Defines an AppLovin service which can be used to dispatch HTTP GET postbacks to arbitrary URLs.

While we provide this service primarily as a convenience for native ad tracking URLs, you are welcome to use it for any postbacks you need to dispatch. Postbacks dispatched from this service happen in a asynchronous task.

– dispatchPostbackAsync:andNotify:

Dispatch a postback to a given URL.

- (void)dispatchPostbackAsync:(alnonnull NSURL *)targetURL andNotify:(alnullable id<ALPostbackDelegate>)delegate

Parameters

delegate

Optional postback delegate. May be nil.

targetUrl

URL to call via HTTP GET.

Discussion

Dispatch a postback to a given URL.

Declared In

ALPostbackService.h