A plugin for integrating UID2 and Google IMA into iOS applications.
For the latest instructions on how to use this plugin, refer to the UID2 IMA Plugin for iOS Integration Guide.
.
├── Development
│ ├── UID2GoogleIMADevelopmentApp
│ └── UID2GoogleIMADevelopmentApp.xcodeproj
├── Package.swift
├── LICENSE.md
├── README.md
├── Sources
│ └── UID2IMAPlugin
└── Tests
└── UID2IMAPluginTests
- Xcode 14.0+
Platform | Minimum target | Swift Version |
---|---|---|
iOS | 13.0+ | 5.0+ |
The UID2IMAPlugin is a standalone headless library defined and managed by the Swift Package Manager via Package.swift
. As such the UID2GoogleIMADevelopmentApp
is the primary way for developing the SDK. Use Xcode to open Development/UID2GoogleIMADevelopmentApp/UID2GoogleIMADevelopmentApp.xcodeproj
to begin development.
UID2 is released under the Apache V2 license. See LICENSE for details.