GuidesAPI ReferenceRelease Notes
HomeLog InHome
Release Notes

1.10.3 - iOS

ChangeLog

Added

Important changes

  • In BlazeGAMCustomNativeAdsDelegate - customGAMTargetingProperties, publisherProvidedId, networkExtras delegate functions are now async in order to allow async fetching the desired results. The default thread is background thread. Feel free to switch them to other threads if required. Notice - those are meant to be "short" async functions so please don't do any heavy calculation in order to avoid causing bad user experience.
  • In BlazeIMADelegate - customIMASettings, additionalIMATagQueryParams, overrideAdTagUrl delegate functions are now suspend. Same applies for them as in the previous point.