Gamebase SDK for Unity 2.73.1
Toast Gamebase Platform
Loading...
Searching...
No Matches

◆ GetIdfa()

static string GetIdfa ( )
static

Gets the idfa on the device.

Since
Added 2.64.0.
Returns
The idfa currently on the device.

Example Usage :

public void GetIdfa()
{
#if UNITY_IOS
#endif
}
static GamebaseAppTrackingAuthorizationStatus GetAppTrackingAuthorizationStatus()
Request app-tracking permission status for user authorization.
Definition: Gamebase.cs:3049
The Util class provides convenient and useful methods.
Definition: Gamebase.cs:2931
The Gamebase class is core of Gamebase service.
Definition: Gamebase.cs:11