Changelog

Version 9.7.0 (Mar. 13, 2024) πŸ”—

Improvements:

  • Improved support for HTML banner ads
  • Codesigned framework SDK

Fixes:

  • Fixed resuming volume after ad closed in silent mode
  • Fixed orientation issues with ShouldAutoRotate
  • Fixed concurrency issues
  • Fixes a crash related to the iOS Framework: Attempt to add script message handler with name β€˜logHandler’ when one already exists.

Version 9.6.0 (Dec. 11, 2023) πŸ”—

Improvements:

  • Includes the iOS 17 Privacy Manifest.
  • Internal enhancements to the monitoring tool.

Fixes:

  • Fixed a crash related to the SDK init.

Version 9.5.1 (Oct. 23, 2023) πŸ”—

Fixes:

  • Fixed audio issue where showing banner ads will enable audio regardless of the device being in silent mode by excluding banner management in AVAudioSessionCategory settings.

Version 9.5.0 (Oct. 16, 2023) πŸ”—

Improvements:

  • Handling click interactions
  • Better reliability of using SKProductViewController
  • Added the ability to consume TCFv2 string from UserDefaults/SharedPreferences and pass it upstream to partners supporting TCFv2

Fixes:

  • Fix errors when closing SKProductViewController

Version 9.4.0 (July 18, 2023) πŸ”—

Improvements:

  • Internal improvements.
  • CHBErrors public API is now written in Swift. Expect breaking changes for the Swift version that will not contain the CHB prefix for CacheError, ShowError, ClickError and StartError.

Fixes:

  • Fixed a sound issue introduced in 9.3.0/9.3.1 where after closing an ad it stopped the publisher app audio session unintentionally, this affected resuming the audio for the current session.

Version 9.3.1 (June 28, 2023) πŸ”—

Improvements:

  • Added support for Open Measurement SDK HTML creative.

Notes:

  • 9.3.1 is certified for both HTML and VAST ads.

Version 9.3.0 (May 4, 2023) πŸ”—

Improvements:

  • Added support for Open Measurement SDK.

Notes:

  • Includes new ChartboostSDKResources.bundle.

Version 9.2.0 (Jan. 31, 2023) πŸ”—

Improvements:

  • Enabled bidding.
  • Internal improvements.
  • Removed setMuted method from public API.
  • Product custom pages Support for SKAdNetwork attributions.
  • Support SKAdNetwork 4.0.

Notes:

  • Xcode 14.1 required.

Version 9.1.0 (Sept. 19, 2022) πŸ”—

Improvements:

  • Added support for SKOverlay.
  • Added support to SKAdNetwork attributions using SKOverlay.
  • Update user agent right after we detect the OS changed.
  • Loading the SKStoreProductViewController, improved presentation latency for App Store App Sheet.
  • Added support for auto displaying the App Store App Sheet when a video ad transitions to the end card.

Fixes:

  • Fixed closing the App Store App Sheet while it’s loading, which made the app unresponsive.

Version 9.0.0 (July 13, 2022) πŸ”—

Improvements:

  • Updated SDK packaging to xcframework.
  • Added new data use consent APIs for COPPA and LGPD law compliance.
  • Modified startWithAppID:appSignature:completion: method to return an error in its completion instead of a boolean. Be sure to update your implementation of this completion since your logic may now be reversed.
  • Showing an ad now requires a non-null UIViewController to be passed.
  • Added clearCache method to all ad types.
  • Added didRecordImpression: method to CHBAdDelegate. It should be used instead of didShowAd:error: to identify when an impression is to be tracked.
  • Removed banner auto-refresh functionality. Auto-refresh should be handled on the mediation layer.
  • Removed banner implicit load when showing a non-cached ad functionality. Banners now behave same as interstitial and rewarded ads: a show request without a prior successful cache will fail.
  • Improved error objects to inherit from NSError. They now can be passed as NSError arguments without any translation.
  • Modified mediation API to take a string mediation name instead of an enum case.

Fixes:

  • Fixed user agent string sent on ad requests could have unexpected values on certain iPads.
  • Fixed handling of edge cases for SKAN view-through ad impressions on iOS 15.
  • Fixed minor visual glitch when presenting ads under certain conditions.

Notes:

  • Chartboost SDK now uses Swift. Its module and umbrella header have been renamed to β€œChartboostSDK”.
  • Removed support for ARMv7s architecture.
  • Removed deprecated methods.
  • Removed predefined location constants.
  • Xcode 13.1 is the minimum requirement when integrating Chartboost Ads SDK 9.0

Version 8.5.0 (Oct. 13, 2021) πŸ”—

Improvements:

  • Internal improvements on video caching

Fixes:

  • Fixed issue that would in some cases cause a crash when accessing system APIs

Version 8.4.2 (Jun. 16, 2021) πŸ”—

Improvements:

  • Added support for SKAdNetwork 2.2.
  • Internal improvements.

Version 8.4.1 (Feb. 25, 2021) πŸ”—

Improvements:

  • Internal improvements.

Version 8.4.0 (Nov. 20, 2020) πŸ”—

Improvements:

  • Added adID to events passed in ad delegate methods. It uniquely identifies an ad.

Fixes:

  • Fixed threading-related crash when accessing some system APIs.
  • Prevented crashes when running on unsupported OS versions. Chartboost method calls will just be ignored.

Version 8.3.1 (Sept. 14, 2020) πŸ”—

Improvements:

  • Added support for iOS 14 and SKAdNetwork.
  • Apps should include the Chartboost network ID plus additional network IDs in their Info.plist file.
  • More info on this page.

Fixes:

  • Solved issue where setting the logging level to verbose as the first method call would cause a crash.

Notes:

  • The minimum supported version is now iOS 10.0

Version 8.2.1 (Aug. 11, 2020) πŸ”—

We’ve identified an issue affecting Chartboost iOS SDK 8.2.0 and 8.2.1 which can result in the app crashing. We are working on a fix that’ll be in place with version 8.3.0 in early September, or you can directly avoid the issue by ensuring that in your Chartboost integration the first Chartboost SDK call is NOT Chartboost setLoggingLevel:CBLoggingLevelVerbose;.

If you are using Chartboost SDK via any mediation other than AdMob and MoPub, and are not completely sure which Chartboost methods are called and in which order, to be extra safe, you could call some other Chartboost method directly as a first step on app initialization, before other SDKs perform any action (e.g: Chartboost getCustomId which can be called ignoring the returned value).

Notes:

  • Internal improvements.

Version 8.2.0 (Jun. 30, 2020) πŸ”—

Improvements:

  • Added new data use consent API with CCPA support.
  • The didShowAd:error: ad delegate method is now called only once for CHBInterstitial and CHBRewarded ads. If some error happens after the ad is presented, it will be reported through a new property in the event passed on the didDismissAd: delegate callback.
  • The didEarnReward: delegate callback is now called before a rewarded ad is dismissed due to some error. Note that it won’t be called if the ad presentation fails (didShowAd:error: is called with an error).
  • The setMuted: method now works both before and after the SDK is started.

Fixes:

  • Solved issue where showing the AppStore sheet on click would silently dismiss an ad. AppStore sheet is now enabled again.
  • Device user agent field sent in API requests is now always up to date.
  • Solved Reachability issues that in some cases would cause a crash.
  • Solved banner issues that in some cases would cause a crash.
  • Prevented unnecessary API requests when the SDK is started.

Notes:

  • Removed restrictDataCollection: method.
  • Deprecated getPIDataUseConsent and setPIDataUseConsent:.

Version 8.1.0 (Feb. 28, 2020) πŸ”—

Improvements:

  • New API for interstitial and rewarded ads: CHBInterstitial and CHBRewarded.
  • Chartboost can now be used via multiple mediations in the same app, as long as they use these new APIs.
  • Every ad has now its own delegate, and will hide the status bar automatically when shown if
  • View Controller-based status bar appearance is enabled.
  • New startWithAppId:appSignature:completion: SDK initialization method.
  • SDK initialization is now immediate in most cases (for both the new and the deprecated initialization methods).
  • New APIs for caching an ad using a Chartboost OpenRTB bid response.

Fixes:

  • If an ad is automatically dismissed right after clicked, the didClick delegate method is called before didDismiss now.

Notes:

  • Deprecated ChartboostDelegate, startWithAppId:appSignature:delegate:, isAnyViewVisible, hasInterstitial:, hasRewardedVideo:, cacheInterstitial:, showInterstitial:, cacheRewardedVideo:, showRewardedVideo:, setDelegate:, didPassAgeGate:, handleOpenURL:sourceApplication:, handleOpenURL:sourceApplication:annotation:, setShouldRequestInterstitialsInFirstSession:, setShouldPauseClickForConfirmation:, setAutoCacheAds:, getAutoCacheAds.

Version 8.0.4 (Nov. 27, 2019) πŸ”—

Fixes:

  • Fixed bug that would cause a crash when a banner was being removed in certain situations.

Version 8.0.3 (Oct. 29, 2019) πŸ”—

Improvements:

  • Improved compatibility with iOS 13.
  • Removed usage of UIWebView.
  • Removed support for Moat.
  • Added MAX and DTFairbid to the list of predefined CBMediation values.

Notes:

  • This version does no longer support iOS 8.

Version 8.0.1 (Jul. 15, 2019) πŸ”—

Improvements:

  • New banner ad type.
  • Updated logging. Logs are now more descriptive and better distributed by logging level.

Fixes:

  • ChartboostDelegate didInitialize:(BOOL)status method now called only once after SDK initialization, either in case of success or failure.

Notes:

  • Deprecated cacheInPlay, hasInPlay and getInPlay.

Version 7.5 (Apr. 4, 2019) πŸ”—

Improvements:

  • Updated setMediation:withVersion: method to include a third parameter adapterVersion.
  • Improvements in the dismissal of the ad.

Fixes:

  • App sheet will be now gracefully handled.

Notes:

  • Deprecated setStatusBarBehavior.

Version 7.3.1 (Feb. 28, 2019) πŸ”—

Fixes:

  • Resolved potential crash when changing the mute setting.
  • setMuted: now works as expected.

Version 7.3.0 (Sept. 28, 2018) πŸ”—

Improvements:

  • Improved GDPR handling.

Fixes:

  • startWithAppId can now recover from failed initialization.
  • didFailToLoad delegate will now be called in the event of CBLoadErrorInternetUnavailable error.

Notes:

  • New API for handling GDPR + (void)setPIDataUseConsent:(CBPIDataUseConsent)consent;
  • API restrictDataCollection has been deprecated.

Version 7.2.0 (May 1, 2018) πŸ”—

Improvements:

  • Improved appsheet behavior for smoother UX.
  • Added restrictDataCollection method to support GDPR requirements.
  • Added setMuted method to sync Chartboost ad mute status with in-game mute capability.

Notes:

  • To enable GDPR data collection restrictions, call the restrictDataCollection method with the appropriate value for users who are EU Data Subjects. This method should be called before startWithAppId.
  • AVFoundation is now a required framework.
  • Xcode 8.x has been deprecated. Sorry, we cannot support Xcode versions below 9.0.

Version 7.1.2 (Mar. 7, 2018) πŸ”—

Improvements:

  • SDK no longer collects IDFV.

Fixes:

  • Resolved potential crash with Unity 2017.

Notes:

  • Xcode 8.x is being deprecated. Sorry, we cannot support Xcode versions below 9.0 in future SDK releases.

Version 7.1.1 (Feb. 23, 2018) πŸ”—

Improvements:

  • Better handling of iPhone X unsafe areas. Ads will now be letterboxed in black.

Fixes:

  • All first ads shown by Chartboost now respect the mute switch.
  • didDismissInterstital/Rewarded is no longer called when shouldDisplayIntertitial/Rewarded delegate returns NO.

Notes:

  • Xcode 8.x is being deprecated. Sorry, we cannot support Xcode versions below 9.0 in future SDK releases.

Version 7.1.0 (Feb. 9, 2018) πŸ”—

Improvements:

  • Enabled Moat viewability technology to allow serving of brand-based ads.
  • Added more examples of delegate callbacks in the Example App.

Fixes:

  • Fixed rare crash involving Reachability.
  • Fixed rare crash involving DisplayManger.
  • App Sheet now displays properly.

Notes:

Added CHAMoatMobileAppKit.framework to project along with Chartboost.framework to enable brand ad support.

Version 7.0.4 (Nov. 28, 2017) πŸ”—

Fixes:

  • Completed view events now fire properly for rewarded video.
  • Fixed missing iTunes ID issue.
  • Fixed rare configuration issue.

Version 7.0.3 (Oct. 27, 2017) πŸ”—

Fixes:

  • didCloseInterstitial delegate now fires when ad is closed.
  • didCloseRewardedVideo delegate now fires when ad is closed.
  • didDismissInterstitial delegate now fires when ad is removed from UI.
  • didDismissRewardedVideo delegate now fires when ad is removed from UI.
  • Fixed issue that prevented clicks while age gate is enabled.

Version 7.0.2 (Oct. 20, 2017) πŸ”—

Improvements:

  • Completed ads are now dismissed when the user clicks through.
  • Added comment for custom age gate.
  • Users can now download assets into arbitrary sub-directories.
  • Added CBLoadErrorInternetUnavailableAtShow.

Fixes:

  • Impression trackers now fire for Exchange ads.
  • SDK now sends mediation values.
  • Devices running below iOS 10 now use UIWebView.
  • Stale assets are now deleted.
  • Fixed deadlock issue with click delivery.
  • Fixed multitasking mode on the iPad in iOS 11.

Notes:

  • Dropped support for iOS 7.
  • WebKit is now a required framework.

Version 7.0.1 (Sep. 14, 2017) πŸ”—

Improvements:

  • iOS 9+ ads now use WKWebView instead of UIWebView for better performance and memory usage.
  • Any UIView-based object can be used as a custom age gate screen.
  • SDK has been tested with iOS 11.
  • SDK is compiled with Xcode 9 GM.

Fixes:

  • Ad unit will pause for age gate.
  • Improved cache size reduction.
  • Added UIKit import to Chartboost.h
  • Fixed compatibility issue between some exchange ads and WKWebView.
  • Fixed thread watchdog issue.

Notes:

  • Dropped support for iOS 7.
  • WebKit is now a required framework.

SDK 7.0.0 is a major release that focuses on quality and stability while adding several new features. Compatible with iOS 8.0+. If compatibility for iOS 7.0 is required, consider using Chartboost iOS SDK version 6.6.3.API Changes:

  • Removed MoreApps support and deprecated API methods.
  • hasMoreApps will now return false.
  • cacheMoreApps is no-op.
  • showMoreApps is no-op.
  • Added willDisplayInterstitial delegate.

Fixes:

  • iOS Runtime Exception: NSUserDefaults
  • Added clearer ad server messaging.
  • Removed all instances of method swizzling.

Improvements:

  • Rewrote Ad Unit State Manager and Download Manager.
  • Implemented better support for Exchange ads.
  • Implemented better support for interactive ads.
  • Improved prefetch.
  • Decreased size of Chartboost Library.

Version 6.6.3 (May 1, 2017) πŸ”—

Fixes & Improvements:

didCache and has delegates are no longer called when the ad is not ready to be displayed.
Fixed timing issue where prefetch calls at bootup might negatively affect get calls.

Version 6.6.2 (Mar. 13, 2017) πŸ”—

Fixes & Improvements:

  • No longer freezes after backgrounding when post-roll is shown.
  • Removed MoreApps from Sample/Example project.
  • Clarified ad server error messaging when no publisher campaigns are available.
  • Modified NSUserDefaults category to resolve name-collisions with other SDKs.

Version 6.6.1 (Jan. 4, 2017) πŸ”—

Features:

  • App Transport Security (ATS) added to Chartboost Example Project. ATS improves user security and privacy by requiring apps to use secure network connections over HTTPS.

Fixes & Improvements:

  • Video no longer freezes when app is backgrounded.
  • Reachability reports are more accurate.

Version 6.6.0 (Nov. 16, 2016) πŸ”—

This library is built using Xcode 8 with bitcode enabled. In order to use it with prior versions of Xcode (including 7.3.1), bitcode must be disabled.

iOS 6 is no longer supported. iOS 7.0 is the minimum supported iOS Version.

closeImpression() functionality has been deprecated.

Features:

  • Added support for AerServ.

Fixes:

  • Black background now remains when a video ad is playing.
  • Fixed bug that could cause visual defects on ads when the app loses and regains focus.
  • App no longer freezes when backgrounding after a video plays.
  • MoreApps now respect the status bar app settings.

Improvements:

  • Improved the rendering performance when rotating an ad.

Version 6.5.2 (Sept. 28, 2016) πŸ”—

  • iOS 6 is no longer supported. iOS 7.0 is the minimum supported iOS Version.

Fixes:

  • Fixed bug that could cause visual defects on ads when the app loses and regains focus.

Version 6.5.1 (Sept. 16, 2016) πŸ”—

iOS 6 is no longer supported. iOS 7.0 is the minimum supported iOS Version.

Fixes:

Fixed bug that prevented MoreApps from showing.

Version 6.5.0 (Sept. 12, 2016) πŸ”—

iOS 6 is no longer supported. iOS 7.0 is the minimum supported iOS Version.

Features & Improvements:

  • Networking stack has been upgraded to AFNetworking 3.0.
  • Added features to help support iOS changes to limit of ad tracking.
  • iOS 10 compatibility.

Fixes:

  • Fixed IFV reporting bug.
  • Fixed bug that could retain a bad ad unit in the cache.
  • Fixed bug that could send inaccurate list of local videos to the server.

Version 6.4.7 (July 25, 2016) πŸ”—

Fixes:

  • Cache folders combined and various timing changes implemented to avoid possible issues with delivering impressions.
  • Video file sizes are now checked during download and maintenance to prevent corruption.
  • Framework file in the Example project has been replaced with a reference to the file in order to reduce download size.

Version 6.4.7 (legacy Xcode 6 compatible)_ (July 25, 2016) πŸ”—

_This version is a variation of the SDK for developers who need to build on older versions of Xcode. This SDK version does not have bitcode support. Download legacy Xcode compatible SDK for iOS

Version 6.4.6 (June 22, 2016) πŸ”—

Fixes:

  • Various bug fixes.

Version 6.4.6 (legacy Xcode 6 compatible)_ (June 22, 2016) πŸ”—

*This version is a variation of the SDK for developers who need to build on older versions of Xcode. This SDK version does not have bitcode support.

Version 6.4.4 (May 5, 2016) πŸ”—

Fixes:

  • Various bug fixes.

Version 6.4.5 (May 5, 2016) (no bitcode support)* πŸ”—

*This version is a variation of the SDK for developers who need to build on older versions of Xcode. This SDK version does not have bitcode support.

Version 6.4.2 (April 5, 2016) πŸ”—

Fixes:

  • Various bug fixes.

Version 6.4.3 (April 6, 2016) (no bitcode support)* πŸ”—

*This version is a variation of the SDK for developers who need to build on older versions of Xcode. This SDK version does not have bitcode support.

Version 6.4.0 (Mar. 14, 2016) πŸ”—

  • With this SDK we will begin rolling out a brand new Chartboost Video experience, specially tailored for games. Upgrade now!
  • We’ve also improved key features like video caching, memory management, and data usage for optimal SDK performance.

Features & Improvements:

  • Calls to cacheInterstitial and cacheRewarded have been optimized to require less memory.
  • Interstitials will now fail gracefully instead of showing with missing assets.
  • Added a retry mechanism for downloading failed assets.
  • Closing the β€œloading” view has moved to the main thread.

Fixes:

  • Updated documentation to use hasInterstitial instead of hasCachedInterstitial

Version 6.4.1 (Mar. 14, 2016) (no bitcode support)* πŸ”—

*This version is a variation of the SDK for developers who need to build on older versions of Xcode. This SDK version does not have bitcode support.

Version 6.3.0 (Feb. 8, 2016) πŸ”—

Features & Improvements:

Upgrade now to get ready for the new Chartboost Video V2 experience, rolling out in Q1.
Certain network request failures no longer cause a crash.

Version 6.3.1 (Feb. 8, 2016) (no bitcode support)* πŸ”—

*This version is a variation of the SDK for developers who need to build on older versions of Xcode. This SDK version does not have bitcode support.

Version 6.2.0 (Jan. 13, 2016) πŸ”—

Features & Improvements:

  • New method getSDKVersion returns the current version of the Chartboost SDK.
  • New method setDelegate changes the Chartboost delegate object.
  • New method setAutoIAPTracking replaces the need to call trackInAppPurchaseEvent. If enabled, Chartboost will listen for purchase events.
  • Added imports to Foundation and UIKit in Chartboost.h.

Fixes:

  • Improved SDK stability when running with Address Sanitizer.
  • Blank ads no longer appear if the device is rotated into an unsupported orientation.
  • Fixed rare issue where MoreApps or a blank screen would sometimes be displayed when attempting to show an interstitial ad.

Version 6.2.1 (Jan. 13, 2016) (no bitcode support)* πŸ”—

*This version is a variation of the SDK for developers who need to build on older versions of Xcode. This SDK version does not have bitcode support.

Version 6.1.0 (Nov. 12, 2015) πŸ”—

Features & Improvements:

  • Added support for iOS9 split screen mode
  • Added didInitialize delegate that is called when Chartboost has been initialized and which replaces didPrefetchVideo

Fixes:

Fixed a rare crash when reopening the application when an ad was just displayed
Fixed a bug causing the delegate didPrefetchVideo to fire twice where it should only fire once

Version 6.1.1 (Nov. 12, 2015) (no bitcode support)* πŸ”—

*This version is a variation of the SDK for developers who need to build on older versions of Xcode. This SDK version does not have bitcode support.

Version 6.0.0 (Oct. 5, 2015) πŸ”—

Features & Improvements:

  • Video experience rebuilt from the ground up.
  • setMediation now uses enumerated constants for partners.
  • Removed deprecated Chartboost Newsfeed product.

Fixes:

  • cacheRewardedVideo no longer stops audio of the playing video
  • Removing headphones during the rewarded video confirmation screen no longer starts the video.
  • Accepting or declining a phone call during the rewarded video confirmation screen no longer starts the video.
  • Xcode 7 compiler warnings fixed.

Version 6.0.1 (Oct. 26, 2015) (no bitcode support)* πŸ”—

*This version is a variation of the SDK for developers who need to build on older versions of Xcode. This SDK version does not have bitcode support. Fixes:

  • Addressed Xcode 7.0.1 compile error preventing archiving with Bitcode enabled.
  • Calls to cacheInterstitial and cacheRewardedVideo retry again when there are no available videos cached to the device
  • Fixed build warnings with Bitcode enabled

Version 5.5.4 πŸ”—

Features & Improvements:

  • SDK now supports Bitcode submissions for iOS 9.

Version 5.5.3 (Aug. 5, 2015) πŸ”—

Features & Improvements:

  • SDK now builds with armv7s architecture.

Version 5.5.1 (Jul. 16, 2015) πŸ”—

Fixes:

  • Fixed bug that prevented InPlay button response in example app included in SDK download package.
  • Fixed an issue that crashed or hung the SDK while detecting jailbroken device status during initialization.

Version 5.5.0 (Jun. 29, 2015) πŸ”—

Compatible only with iOS 6.0+. If you need compatibility with older iOS versions, contact us!.

Features & Improvements:

  • Rewarded videos no longer need to wait until the video prefetch is complete before showing an existing video.
  • Mediation partners can now call setMediation:withVersion to set the library name and version.
  • AFNetworking library updated to version 2.5.4.
  • Sample app included in SDK download package now supports portrait orientation.

Fixes:

  • Fixed bug that prevented video ads from resuming/being dismissed after incoming phone calls.
  • Corrected video prefetch behavior to prevent unwanted deletions of video ads prior to /show calls.
  • Fixed bug that prevented proper caching of new MoreApps page data after /more/show call.
  • Suppressed erroneous CoreData Unable to load class named 'CBHTTPRequestEntity' warning message.

Version 5.4.0 (Jun. 1, 2015) πŸ”—

Features & Improvements:

Added additional argument to setFramework to allow framework developers to include a version strings (Unity 4.6.0f1, for example).
Fixes:

  • didPrefetchVideo now returns when video prefetching is complete. Once this call returns, you can show rewarded videos.

Version 5.3.0 (May 7, 2015) πŸ”—

Features & Improvements:

  • Added Weeby to available frameworks.
  • Native iOS SDK now sends the version of the Unity wrapper SDK along with every request.
  • Added "rooted_device":true or "rooted_device":false to /api/install call REQUEST body to detect jailbroken devices.

Fixes:

  • Fixed issue that stalled video playback after declined phone calls.

Version 5.2.1 (Apr. 13, 2015) πŸ”—

Fixes:

  • Fixed issue that caused CoreData crash on first bootup.
  • Corrected symbol collision with third-party SDKs on audioRouteChangeListenerCallback.
  • Fixed bug preventing MoreApps page resize on device orientation change.

Version 5.2.0 (Apr. 6, 2015) πŸ”—

Features & Improvements:

Added new Core Data-backed persistence layer for the Chartboost request manager.
Added a developer-facing function, closeImpression, to force-close any visible impression or loading view.
Added a new method to CBAnalytics, trackInAppPurchaseEventWithString, that acts like the trackInAppPurchaseEvent but takes a string instead of raw receipt data to allow frameworks to pass in base64-encoded receipts.
PIA Level Tracking available in CBAnalytics (contact your account manager or Support for information about Level Tracking).
Improved SDK batch requests for an endpoint to cut down on outgoing network requests. Only enabled for Level Tracking.

Fixes:

  • Fixed issue that paused rewarded video and video interstitial playback when headphones were unplugged.
  • didFailToLoadRewardedVideo delegate method now fires if rewarded video is requested before prefetching finishes.
  • Fixed bug preventing loading view from displaying in a timely manner when setShouldDisplayLoadingViewForMoreApps was set to YES.
  • Rewarded and interstitial video ads will now pause and disappear so players can complete age gate selections and reappear and resume after user input.

Version 5.1.5 (Mar. 17, 2015) πŸ”—

Fixes:

  • Fixed bug affecting iOS Rewarded Video close buttons when videos shown on bootup.

Version 5.1.4 (Mar. 11, 2015) πŸ”—

Features & Improvements:

  • Added a new setStatusBarBehavior method to control how fullscreen video ads interact with iOS’s status bar.
  • Added the location parameter, when available, to click, show, completed-view, and other relevant network requests.

Fixes:

  • Fixed issue causing duplicate SDK calls to creative URLs.
  • Max ads/hour setting is now respected when campaigns are configured to show one ad per hour and auto-caching is enabled.
  • Fixed bug that fired didDismissInterstitial or didDismissRewardedVideo during click events.
  • Fixed bug that prevented didClickInterstitial from firing on interstitial video clicks.
  • Corrected fullscreen video close button placement; close buttons no longer appear behind the iOS status bar.

Version 5.1.3 (Jan. 19, 2015) πŸ”—

Features & Improvements:

  • InPlay data can now be cached at multiple Named Locations
  • Added orientation information to api/click and video/complete calls to facilitate better analytics.
  • Removed hardcoded affiliate token from SDK; now pulled from server.
  • Added example use of isAnyViewVisible delegate method to sample project (included in SDK download package).
  • Added InPlay button to Chartboost example app (included in SDK download package).

Fixes:

  • Added global flag to disable request retries by default (configurable in CBConfig).
  • Fixed multithreaded crashes.
  • Fixed silent failure when requesting assets with wrong orientation (now trackable via a CBLoadError).

Version 5.1.2 (Dec. 10, 2014) πŸ”—

Fixes:

  • Fixed CBAppCall crash that occurred when resource path was not sent with URL.
  • Fixed race condition causing SKStoreProductViewController crash.
  • Fixed SKStoreProductViewController rotation issue with Unity.
  • Resolved concurrency issue in CBConfig.

Version 5.1.0 (Nov. 25, 2014) πŸ”—

Features & Improvements:

  • Added new framework tracking values for Cordova and CocoonJS.
  • Added new API to check visibility of Chartboost UI.
  • Changed delegate callbacks for click and close to be sent after closing or clicking the impression.
  • Changed auto-cache calls to delay execution for better performance.

Fixes:

  • Fixed race condition between video actions on replay.
  • Fixed loading screen that was causing issues with video and App Sheet.
  • Fixed issue causing interstitial video close button to appear at incorrect time in portrait orientation.
  • Fixed rewarded video auto-plays when previous display of video was dismissed instead of watched.
  • Fixed bug preventing api/config from executing on soft bootups.
  • Fixed problem with close button clipping the video player in corner.
  • Fix for various crashes due to memory pressure and concurrency.
  • Fix for api/track executing on hidden files for older devices.
  • Fix for issue causing video to display off screen after rotating iPhone 6/6+.
  • Fix for incorrect error code enumerations being used.
  • Fixed loading view not appearing for MoreApps page on devices with slow connections.
  • Fixed crash in CBAnalytics if sent an invalid NSDecimalNumber.

Version 5.0.3 (Oct. 1, 2014) πŸ”—

Fixes:

  • Bug fixes and stability improvements.

Version 5.0.2 (Sep. 12, 2014) πŸ”—

Features & Improvements:

  • Added functionality to close loading view if taking too long.

Fixes:

  • Bug fixes and stability improvements.

Version 5.0.1 (Sep. 9, 2014) πŸ”—

Fixes:

  • Critical bug fixes and stability improvements.

Version 5.0.0 (Sep. 4, 2014) πŸ”—

Features & Improvements:

  • Chartboost Video released.
  • Updated SDK interface to use static methods.
  • Removed deprecated Chartboost Store.
  • New** ChartboostExample** project included in SDK package.
  • Many delegate methods now β€œsetter and getter” functions.
  • Introduced new Chartboost display methods that accept a UIViewController.
  • Full SKProductsViewController support added.
  • CBPostInstallAnalyticsTracker renamed to CBAnalytics.
  • Reduced overall size of SDK.
  • Symbols and frameworks now dynamically loaded.
  • Removed external dependencies.
  • Enabled logging in DEBUG builds via environment variable.
  • Bug fixes and stability improvements.

Version 4.5.1 (Jun. 30, 2014) πŸ”—

Fixes:

  • Minor bug fixes for session analytics.

Version 4.5.0 (Jun. 9, 2014) πŸ”—

Features & Improvements:

  • Newsfeed publicly available.
  • Post-Install Analytics publicly available.

Version 4.4.1 (May 19, 2014) πŸ”—

Features & Improvements:

  • Now supports 64-bit Simulator.
  • Fixed support for iOS 5.1.1.

Version 4.4.0 (May 16, 2014) πŸ”—

Features & Improvements:

  • New MoreApps: Brand new look and feel, custom headers and close buttons, support for Named locations.
  • In app analytics, MoreApps page impressions now count toward total number of impressions.
  • New Chartboost initialization method: startWithAppId:appSignature:delegate:
  • Automatic caching now enabled after show calls.
  • New delegate method: didFailToRecordClick:withError: called when a click is registered, but the user is not forwarded to the App Store.
  • Orientation improvements: Ads will now be displayed in any orientation the game supports (according to the Chartboost dashboard), regardless of device orientation.
  • Numerous bug fixes.
  • Deprecated default location API calls.

Version 4.2.0 (Mar. 25, 2014) πŸ”—

Features & Improvements:

  • Non-default Apple frameworks (Quartzcore, System Configuration, Store Kit and** Ad Support**) no longer need to be linked manually.
  • Named Locations for caching/showing interstitials and MoreApps pages are now predefined. (A list of the enum values can be found in the **Chartboost.h **file.)
  • Added MoreApps page support for beta App Sheet program (contact us for more information)
  • Carrier information now included in default request parameters

Version 4.1.0 (Feb. 17, 2014) πŸ”—

Features & Improvements:

  • Interstitials and MoreApps pages now change orientation with device (if app supports multiple orientations).
  • MoreApps header background now built from tileable image, providing better support for various screen resolutions.
  • Backgrounds when interstitials are displayed now blurred (if device and OS support it) to match iOS 7 UI.
  • Server responses now validated and will fail if any field is incorrect, increasing SDK reliability.
  • Age Gates can now be added after interstitials are clicked. Use delegate method shouldPauseClickForConfirmation to activate.
  • Fixed memory leak and improved SDK architecture via a comprehensive refactor.
    Various other bug fixes.

Version 4.0.0 (Jan. 10, 2014) πŸ”—

Features & Improvements:

  • Bundle file scanning is now an option in the header, controlled by a boolean property set to false by default.
  • Files in the cache folder will be now deleted if they have not been used for 7 days.
  • Rate limiting of requests: only 3 interstitial requests per 90s per named location are allowed.
  • Error delegate methods now take an enum describing the error.
  • When an interstitial is not loaded because of first session interstitials being disabled (shouldRequestInterstitialsInFirstSession), didFailToLoadInterstitial is now triggered.
  • When an interstitial is the wrong orientation, it now also triggers an error.
  • User-agent updated to allow wrappers to suffix User-agent.
  • New delegate method, to be called when the App Store sheet is dismissed.
  • Completely removing deprecated library, CBAnalytics.
  • New example project is now part of the sdk download package.
  • When attempting to load an interstitial without having started a session, an error is triggered.

Version 3.3.1 (Oct. 30, 2013) πŸ”—

Features & Improvements:

  • Fixed bug causing MoreApps page crashes on iOS 7.
  • Fix crashes on iOS 5 devices related to the new 64-bit support.
  • New Feature: Xcode 5 now automatically displays integration tips (defined in chartboost.h), contextually presenting them while you code.

Version 3.3.0 (Oct. 17, 2013) πŸ”—

Features & Improvements:

  • Fully compatible with iOS 7 64-bit-only projects. Maintains support for 32-bit projects and iOS 5.1+ devices.

Version 3.2.2 (Oct. 10, 2013) πŸ”—

Features & Improvements:

  • Added a new public method (dismissChartboostView) to dismiss an interstitial or MoreApps view programmatically.
  • Fixed a bug causing indefinite loading after MoreApps page clicks while in Airplane Mode.
  • Fixed a crash bug that would occur if the SDK received corrupt image data.
  • Fixed bug affecting display of MoreApps button labels on iOS 7 devices.
  • Fixed bug causing crashes when user clicked interstitial with no iTunes URL set via the dashboard.

Version 3.2.1 (May 23, 2013)

Features & Improvements:

  • Improved long term memory management.
  • Better handles clicks on interstitials with malformed URLs.
  • Increased stability on repeated calls to hasCachedInterstitial.
  • Fixed issue where dismiss button could be pressed multiple times on a single interstitial.
  • Replaced third party JSON lib with Apple internal JSON serializer.
  • Compatible only with iOS 5.0+. If you need iOS 4.3+ compatibility, use SDK version 3.2 below.

Version 3.2.0 (April 19, 2013) πŸ”—

Features & Improvements:

  • **UDID method removed. **Use this SDK in any apps submitted to the App Store after May 1st, 2013.
  • MoreApps page better handles long app names.
  • Handles showing an interstitial at the same time as the Game Center login prompt.
  • Better time-outs on intermittent internet.
  • No longer shows blank interstitials when app orientation is misconfigured server-side.
  • Added support for targeting interstitials by language.
  • The window property has been changed to root view.
  • CBAnalytics beta features removed.

Note: β€œUnique” column of App Analytics temporarily shows 0 for apps using SDK v3.2. Please use β€œInstalls” or β€œBootups” for reference.

Version 3.1.1 (Nov. 27, 2012) πŸ”—

Features & Improvements:

  • Stability improvements for apps with over 300mb of bundled assets.
  • Fixed rare visual glitch where interstitial positions itself incorrectly relative to status bar after app rotation.

Version 3.1.0 (Oct. 12, 2012) πŸ”—

Features & Improvements:

  • Added support for the iOS 6 App Sheet so your users can download apps without ever leaving your app! You must include StoreKit.framework for access to the App Sheet.
  • MoreApps status bar fixed, now auto-adjusts position when status bar is visible.
  • Fixed rare crasher in CBCrypto.

Version 3.0.7 πŸ”—

Features & Improvements:

REQUIRED: You must include AdSupport.framework for access to the identifierForAdvertising.

  • Added compatibility with Xcode 4.5 and armv7s. This SDK includes armv6, armv7, and armv7s.
  • Fixed shouldRequestInterstitialsInFirstSession delegate method; now requests interstitials only after 2nd startSession call.
  • Internal API upgrades.

Version 3.0.6 (Sep. 13, 2012)

Features & Improvements:

Automatic interstitial caching now uses a version fallback if your app does not include CFBundleShortVersionString in the info.plist. For best interstitial caching, add CFBundleShortVersionString key and value to your info.plist.

Version 3.0.5 (Aug. 28, 2012) πŸ”—

Features & Improvements:

  • Fixed rare crash in web image caching library.

Version 3.0.4 (Aug. 16, 2012) πŸ”—

Features & Improvements:

  • Added SDK support for targeting wi-fi devices.

Version 3.0.3 (Jul. 31, 2012) πŸ”—

Features & Improvements:

  • Removed automatic removal of interstitials and MoreApps view when backgrounding app.

Version 3.0.2 (Jul. 20, 2012) πŸ”—

Features & Improvements:

  • Improves click tracking in race conditions.
  • Fixes issue where cached ads appear during backgrounding.
  • Fixed JSON crasher in CB Analytics.

Version 3.0.1 (Jul. 6, 2012) πŸ”—

Features & Improvements:

  • Improved compatibility with iOS versions 4.0 to 4.2.

Version 3.0 (Jul. 2, 2012) πŸ”—

Features & Improvements:

  • Delegate methods now return location strings (no longer pass in a view) β€” i.e. didFailToLoadInterstitial will pass in the specific location identifier that failed.
  • Removed methods: loadInterstitial, install β€” now use showInterstitial, startSession.
  • Requirement: rename ChartBoost class to Chartboost (lowercase b, no camelCase) Feeling hardcore? Run this bash command in your project directory to update camelcase ChartBoost in all your files: bash for ext in '_.m' '_.h' '_.c' '_.mm'; do find . -name "$ext" -exec sed -i '' 's/ChartBoost/Chartboost/g' '{}' ; ; done.
  • New native interstitials: faster, less memory.
  • New native MoreApps page: faster, less memory, less network activity.
    Asset caching: individual assets are cached and only downloaded if they don’t exist in cache β€” all assets stored in caches folder so the OS handles memory appropriately.
  • Cache expiration: cached interstitials automatically expire after 24 hours.
  • Multi orientation support: if your app works in both orientations, simply select both (landscape and portrait) in the dashboard.
  • Orientation override: SDK detects orientation using the statusbar location, you may override this detection
  • UDID replacement: iOS 6 compatible.
  • didCacheInterstitial: called when an interstitial is successfully cached from the server, interstitial location identifier passed in.
  • didCacheMoreApps: called when the MoreApps page is successfully cached from the server.
  • shouldRequestInterstitialsInFirstSession: default is YES, you may override to NO if you don’t want interstitials displayed until after the 2nd startSession (for compliance with Human Interface Guidelines).
  • Version notifications: if a new version of the SDK is released, you’ll get a version notification in the Xcode console if current device is iPhone Simulator.
  • Bundle assets: you may include frame and cross promotion assets into your binary.
  • Displaying interstitial no longer fails when there is no appDelegate window property.
  • Fixed memory leaks.
  • SDK supported – coming soon to the dashboard: Interstitial animations: four, configurable from the dashboard.
  • SDK supported – coming soon to the dashboard: Retina support for interstitials and MoreApps
  • SDK supported – coming soon to the dashboard: New cell types.