Note: The ODMInfo attribution supports iOS 12.0 and above.
To manually integrate the SDK and include the ODMInfo plugin, please download the following package:
https://solar-sdk.oss-cn-beijing.aliyuncs.com/iOS/SolarEngine-iOS-ODMInfo-Plugin-v1.0.0.0.zip
After downloading, integrate the frameworks from the compressed package into your project:
To integrate using Cocoapods, add the following to your Podfile:
pod 'SESDKODMInfo' , '~> 1.0.0.1'
pod 'GoogleUtilities', '~> 8.1'
pod 'nanopb', '~> 3.30910.0'
pod 'GoogleAdsOnDeviceConversion', '~> 2.1.0'
Enable ODMInfo Attribution During Initialization:
#import <SolarEngineSDK/SolarEngineSDK.h>
#import <SolarEngineSDK/SESDKForUS.h>
SEConfig *config = [[SEConfig alloc] init];
config.enableODMInfo = YES; // Enable ODMInfo Attribution
[[SolarEngineSDK sharedInstance] startWithAppKey:appkey config:config];
After initializing the SDK, you can search the keyword "ODM" in the console to check whether ODMInfo has been successfully retrieved.