Contents

SKAdNetwork 4 release notes

A version of SKAdNetwork available in iOS 16.1 and later.

Overview

Use “4.0” as the version number when signing ads for this version.

You’re eligible to receive a version 4 postback if all participants meet the following conditions:

  • The ad network generates an ad signature for version 4.

  • For ads that appear in an app, the app is built with iOS 16.1 SDK or later. For web ads, the ad appears in Safari 16.1 or later.

  • The advertised app is App Store-signed and is running on a device with iOS 16.1 or later.

Advertised apps built with iOS 16.1 SDK or later can register up to three conversions that result in postbacks for the winning ad impression. Apps built with earlier SDKs can register only one conversion, resulting in one winning postback.

New features

You can lock a conversion during a conversion window to receive the postback sooner by calling updatePostbackConversionValue(_:coarseValue:lockWindow:completionHandler:) and setting the lock to true. Otherwise, the system sends postbacks after the conversion window closes. For more information about postback timing, see Receiving ad attributions and postbacks. For more information about multiple postbacks, see Receiving postbacks in multiple conversion windows.

See Also

SKAdNetwork versions