- Certified with UnityAds SDK 4.7.1.
- Certified with UnityAds SDK 4.6.1.
- Certified with UnityAds SDK 4.6.0.
- Removed support for armv7 devices, as the UnityAds SDK does not support them.
- Include a random ID for every interstitial and rewarded ad request to improve fill and tracking.
- Remove
consentDialogState
guard.
- Certified with UnityAds SDK 4.5.0.
- Disable bitcode, as Apple deprecated it in Xcode 14 (https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes).
- Certified with UnityAds SDK 4.4.1.
- Certified with UnityAds SDK 4.4.0.
- Certified with UnityAds SDK 4.3.0.
- Distribute adapter as an XCFramework.
- Silence API deprecation warnings.
- Update consent status before collecting signal.
- Certified with UnityAds SDK 4.2.1.
- Certified with UnityAds SDK 4.2.0.
- Update ad display failed error code.
- Set UnityAds "adapter_version" metadata correctly.
- Fix init failure from
[mediationMetaData setValue: ADAPTER_VERSION forKey: @"adapter_version"];
.
- Certified with UnityAds SDK 4.1.0.
- Remove checks for UnityAds SDK being initialized before loading ads.
- Add support for COPPA.
- Fix privacy consent by using
commit()
after each value is set to the metadata.
- Add support for passing in a presenting view controller.
- Certified with UnityAds SDK 4.0.1.
- Update open source versions to allow compilation with AppLovin SDK v11.0.0+.
- Verify UnityAds SDK is initialized before loading ads.
- Certified with UnityAds SDK 4.0.0.
- Update to use consolidated
initialize()
API.
- Remove setting of bidding meta data.
- Certified with UnityAds SDK 3.7.5.
- Certified with UnityAds SDK 3.7.2.
- Fix signal collection by setting bidding meta data before initialization based on server parameters.
- Updated to use new APIs introduced in UnityAds SDK 3.7.0.
- Removed deprecated APIs and router.
- Update podspec to use
pod_target_xcconfig
over the deprecatedxcconfig
.
- Update podspec source from bintray to S3.
- Update bidding APIs to include a random ID.
- Add support for UnityAds interstitial and rewarded bidding.
- Add support to pass 3rd-party error code and description to SDK.
- Add support for Unity's new load delegate since old callbacks aren't called for some load errors.
- Certified with UnityAds SDK 3.5.1.
- Switched to Unity's new load API for interstitials and rewarded videos.
- Implemented Unity's new initialization delegate.
- Only set user consent flag if GDPR applies.
- Downgraded to UnityAds SDK 3.4.8.
- Certified with UnityAds SDK 3.5.0.
- Fix edge case where ad hidden callback was not fired if the ad experienced an error.
- Removed the i386 slice. Adapter will no longer work on 32-bit simulators.
- Update 7000000 version check to 6140000.
- Update initialization log.
- Update 70000 version check to 7000000.
- Certified with UnityAds SDK 3.4.8.
- Fix incorrect adapter version returned by the adapter.
- Updated to not set privacy settings if nil.
- Roll back privacy changes.
- Updated to not set privacy settings if nil.
- Fix versioning.
- Certified with UnityAds SDK 3.4.6.
- Fix ad display failed callback not firing in rare cases.
- Add placement ID to fullscreen ad load and display log messages.
- Fix CCPA support - requires AppLovin SDK 6.11.0 to compile.
- Certified with UnityAds SDK 3.4.2.
- Add support for CCPA.
- Certified with UnityAds SDK 3.4.0.
- Add support for UnityAds banners.
- Certified with UnityAds SDK 3.3.0.
- Updated the minimum required AppLovin SDK version to 6.5.0.
- Certified with UnityAds SDK 3.2.0.
- Add support for per-placement loading. Requires whitelisted game ID and 'enable_per_placement_load' server parameter set to true on initialize.
- Add support for initialization status.
- Certified with UnityAds SDK 3.1.0.
- Add Unity support for automatic dependency resolution. Please ensure that you are on the latest AppLovin MAX Unity Plugin.
- Add support for extra reward options.
- Certified with UnityAds SDK 3.0.3.
- Explicitly fail load when placements NO FILL instead of waiting to timeout.
- Use router for interstitial [AD LOADED] and rewarded video [AD DISPLAYED] callbacks.
- Update adapter logging.
- Initial commit.