forked from gnr/mopub-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
31 lines (28 loc) · 1.75 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# MoPub Changelog #
Version 1.4.0.0
o iOS: Reduced the amount of logging messages regarding autorefresh
o iOS: Modified JSON deserializer to avoid getting NSNull objects
o iOS: Fixed issue in which interstitials could appear blank upon repeated show: calls
o iOS: Removed call to deprecated SKMutablePayment class method
o iOS: Added APIs for enabling and disabling the in-app purchase transaction observer
o iOS: Fixed a memory leak in MPInterstitialAdController
o iOS: Added support for OpenUDID as a optional replacement for UIDevice's -uniqueIdentifier
o Android: Fixed some NullPointerExceptions in the AdMob and Millennial native adapters
o Android: Fixed issues in which third-party adapters might not properly fail over
o Android: Fixed an crashed caused by unregistering non-existent broadcast receivers
Version 1.3.0.0
o Android: Fixed handling of potential SecurityExceptions from network connectivity checks
o Android: Exposed keyword APIs for interstitials
o Android: Fixed click-tracking for custom:// and other non-http intents
Version 1.2.0.0
o iOS: Fixed a bug in which landscape interstitials appeared off-center on iOS 5.0+
o iOS: Fixed some static analyzer warnings in MPAdManager and MPAdBrowserController
o iOS: Fixed a memory leak in MPAdConversionTracker
o iOS: Changed '***CLEAR***' message to 'No ad available' for clarity
o iOS: Added support for Millennial Media leaderboard ads
o iOS: Changed behavior of -setIgnoresAutorefresh: to pause (rather than cancel) existing timers
o iOS: Added support for interstitial custom events
o Android: Added support for custom events
o Android: Added network connectivity check before loading an ad
o Android: Added OnAdPresentedOverlay listener methods
o Android: Removed unnecessary permissions from the library's manifest