Netmera Developer Guide
Ask or search…
K
Comment on page
🔜

Beta SDK Transparency

Beta SDK is currently in the production phase and will be released soon. We are working diligently to finalize it and make it available for you to use.
In your pod file, you should add NetmeraAdId and install to your app target as the following;
pod "NetmeraAdId"
Request user authorization to access app-related data for tracking the user or the device.
Netmera.requestAdvertisingAuthorization()
The authorization prompts will be showed to user for Netmera to access device advertisingIdentifier.
To enable or disable tracking transparency within the app, you can use the following code:
Netmera.setAuthorizedAdvertisingIdentifier(authorized: true) // to enable tracking transparency within app
Netmera.setAuthorizedAdvertisingIdentifier(authorized: false) // to disable tracking transparency within app
For more information visit developer.apple