unity-ads-ios

Unity Ads SDK for iOS

OTHER License

Stars
140
Committers
9

Bot releases are visible (Hide)

unity-ads-ios - Unity Ads 4.4.0

Published by alex-crowe about 2 years ago

Performance Improvements

  • Network performance improvements
unity-ads-ios - Unity Ads 4.3.0

Published by alex-crowe about 2 years ago

Feature

  • Introduce UnityAdsShowError.TIMEOUT when not able to show under specified time frame.

Bugfix

  • Fixed bug when show failed callback was fired when ad was closed at the start of show
unity-ads-ios - Unity Ads 4.2.1

Published by alex-crowe over 2 years ago

Bugfix

  • Fix crash related to UADSTimer
unity-ads-ios - Unity Ads 4.2.0

Published by alex-crowe over 2 years ago

Bugfix

  • Add check for AppDelegate supportedInterfaceOrientationsForWindow
unity-ads-ios - Unity Ads 4.1.0

Published by alex-crowe over 2 years ago

Feature

  • Add callback for getToken public API (beta)
  • Improved token availability
unity-ads-ios - Unity Ads 4.0.1

Published by alex-crowe over 2 years ago

Bugfix

  • Add try/catch block when callback is not found
  • Fix duplicated callbacks and invocations ids
unity-ads-ios - Unity Ads 4.0.0

Published by alex-crowe almost 3 years ago

Feature

  • Cleanup public API
  • Update example project to use the latest API

Bugfix

  • Fix crash that occurs when commiting to metadata storage from multiple threads

Notes

Unity Ads SDK 4.0 removes deprecated APIs that no longer provide value. For a full list please see:
https://docs.unity.com/ads/DeprecatedAPIClasses.htm

unity-ads-ios - Unity Ads 3.7.5

Published by alex-crowe about 3 years ago

Bug Fixes

  • Improving .xcframework and .framework packaging
unity-ads-ios - Unity Ads 3.7.4

Published by alex-crowe over 3 years ago

Features

  • Support for XCFramework code distribution

Bug Fixes

  • Remove some warning messages
unity-ads-ios - Unity Ads 3.7.2

Published by lmoreault over 3 years ago

Bug Fixes

Fixed warning when trying to access UIKit from background thread

unity-ads-ios - Unity Ads 3.7.1

Published by lmoreault over 3 years ago

Bug Fixes

Fixed iOS memory consumption to decrease chance of impact to device performance

unity-ads-ios - Unity Ads 3.7.0

Published by UnitySteven over 3 years ago

Features

  • Added callbacks for the Show method signature on public API.

Changes

  • Improved Load method callbacks to include an error message.
unity-ads-ios - Unity Ads 3.6.2

Published by UnitySteven over 3 years ago

Bug Fixes

  • Fix a crash due to a ConcurrentModificationException
unity-ads-ios - Unity Ads 3.6.0

Published by UnitySteven almost 4 years ago

Changes:

  • Experimental Integration API
unity-ads-ios - Unity Ads 3.5.1

Published by UnitySteven almost 4 years ago

  • Update Support for SKAdNetwork
unity-ads-ios - Unity Ads 3.5.0

Published by UnitySteven about 4 years ago

Features

  • Add initialization callback to initialization methods
  • Background download WebView update
  • Improve load API and add callback

Changes

  • Update the Unity Ads SDK license

Bug Fixes

  • Ads automatically closing when press Done button in StoreKit on iOS14
unity-ads-ios - Unity Ads 3.4.8

Published by UnitySteven about 4 years ago

Enable support for SKAdNetwork
Enable support for App Tracking Transparency

unity-ads-ios - Unity Ads 3.4.6

Published by UnitySteven over 4 years ago

Bug Fixes:

  • Google Admob Ads not respecting mute due to HTML5
  • Crash when calling addDelegate
unity-ads-ios - UnityAds 3.4.2

Published by TinaHanAtUnity over 4 years ago

Bug Fixes:
-Fix Banner is unexpectedly scaled when force landscape mode

unity-ads-ios - Unity Ads 3.4.0

Published by UnitySteven almost 5 years ago

Deprecations

  • Deprecated Monetization class.
  • Removed example app for Monetization.
  • Deprecation of initialize method with listener as a param in favor of initialize method without a listener.

Bug Fixes

  • Fixed iOS isWiredHeadsetOn Memory Leak
  • Fixed iOS callback unityAdsDidError is not triggered when initialize with invalid gameId
  • Various other small bug fixes