Light weight technology for heavy weight monetisation.
SDK by display.io
You can add DIOSDK to your Xcode project using Swift Package Manager:
-
Open your project in Xcode
-
Go to File > Add Packages...
-
Enter the repository URL:
https://github.com/displayio/DIOSDK -
Choose the version you want to integrate.
-
Select the product:
- DIOSDK β Complete SDK (recommended)
- DIOSDKCore β SDK without FBAudienceNetwork (requires adding
FBAudienceNetwork.xcframeworkseparately)
π‘ This package includes a precompiled
.xcframeworkand supports iOS 10.0+
- iOS 10.0+
- Swift 5.3 or higher
- Xcode 12+
// For DIOSDK (complete)
import DIOSDK
// For DIOSDKCore
import DIOSDKCore
// Note: FBAudienceNetwork.xcframework must be added manually
// Initialize and use DIOSDK classesRefer to display.io for full integration documentation.
This Swift package wraps a binary SDK hosted at:
https://mp-cocoapods-hosting.s3.us-west-2.amazonaws.com/sdk/{version}/DIOSDK.zip
It includes DIOSDK.xcframework, bundled and versioned per release tag.
For support, please contact:
π§ billing@display.io
See LICENSE