SDK Signature
The Adtrace SDK signature is enabled on a client-by-client basis. If you are interested in using this feature, please contact your account manager.
If the SDK signature has already been enabled on your account, and you have access to App Secrets in your Adtrace panel, please use the method below to integrate the SDK signature into your app.
An App Secret is set by calling setAppSecret on your AdtraceConfig instance:
- Objective-C
- Swift
- Javascript
[adtraceConfig setAppSecret:secretId info1:info1 info2:info2 info3:info3 info4:info4];
adtraceConfig.setAppSecret(secretId,info1,info2,info3,info4)
adtraceConfig.setAppSecret(secretId,info1,info2,info3,info4)