Skip to content

displayio/DIOSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DIOSDK

Light weight technology for heavy weight monetisation.
SDK by display.io


πŸš€ Installation

πŸ”Ή Swift Package Manager

You can add DIOSDK to your Xcode project using Swift Package Manager:

  1. Open your project in Xcode

  2. Go to File > Add Packages...

  3. Enter the repository URL:

    https://github.com/displayio/DIOSDK
    
  4. Choose the version you want to integrate.

  5. Select the product:

    • DIOSDK β€” Complete SDK (recommended)
    • DIOSDKCore β€” SDK without FBAudienceNetwork (requires adding FBAudienceNetwork.xcframework separately)

πŸ’‘ This package includes a precompiled .xcframework and supports iOS 10.0+


πŸ“¦ Requirements

  • iOS 10.0+
  • Swift 5.3 or higher
  • Xcode 12+

πŸ“˜ Example Usage

// For DIOSDK (complete)
import DIOSDK

// For DIOSDKCore
import DIOSDKCore
// Note: FBAudienceNetwork.xcframework must be added manually

// Initialize and use DIOSDK classes

Refer to display.io for full integration documentation.


πŸ›  Internals

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.


πŸ§‘β€πŸ’» Maintainers

For support, please contact:
πŸ“§ billing@display.io


πŸ“„ License

See LICENSE

About

DIO SDK Swift Package

Resources

License

Stars

Watchers

Forks

Packages

No packages published