Releases: prebid/prebid-mobile-ios
Releases · prebid/prebid-mobile-ios
0.1.1 Release
This release fixes the critical crash described in this issue - #40
0.1.0 Release
This release updates the bid expiry behavior to align with Android. The new expected behavior for iOS is as follows:
- When bid responses are saved, the expiry time on those bid responses is set to 4 minutes 30 seconds.
- Every 30 seconds poll will check all ad units for expired bids.
- If there was a bid for that ad unit and that bid is expired, start a new auction in Prebid Server.
- On MoPub or DFP autorefresh, send any cached bids to MoPub / DFP line items and start a new auction.
- When setBidKeywords API is called, set any cached bids on ad unit and start a new auction.
0.0.4 Release
This release contains a critical fix for a crash as well as a small bug fix
- Fixes NSGenericException crash from version 0.0.3
- Fixes user default gender bug
0.0.3 Release
This release includes the following changes:
- Bug fix for request / response tid matching
0.0.2 Release
This release includes the following feature changes:
- Open RTB request params update
- Demo app update
Initial Release
Prebid Mobile SDK for iOS is now available open source on Github.