Before You Start Make Sure:
- At least one App and Placement are added on Developer Portal
Add the SDK to your XCode project
1a. Via Cocoapods
Specify in your Podfile:
target 'YourProjectName' do
pod 'DIOSDK', '3.5.7'
end
1b. Manually
1.b.1. Drag and drop the downloaded DIOSDK.framework into your XCode project.
1.b.2. Be sure to have “Copy items if needed” checked.
1.b.3. Click on the “+” in “Embedded Binaries” and add DIOSDK.framework.
2. Add the following item to your Info.plist file
Comments
0 comments
Please sign in to leave a comment.