Skip to main content

Has App tracking authorization been granted (IsPerformedTrackingAuthorization)

iOS
Supported in: V1.29.00
If you are using the Unity engine, see IsPerformedTrackingAuthorization of Unity SDK.

This interface is a synchronous interface.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool IsPerformedTrackingAuthorization();

Code example

bool isPerformedTA = UINTLSDKAPI::IsPerformedTrackingAuthorization();