Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel1
outlinefalse
typeflat
separatorpipe
printabletrue

1.3.1

1.3.0

  • SDK cheat screen for better support troubleshooting and onboarding

  • R89 Refresh implementation to handle new demand sources

  • New Demand

  • Now formats know when they are visible or not

  • SessionTracker Properly ends session when the app dies both in Android and iOS

  • Better analytics (key-values for sessionId and idfa)

  • Flutter readme changed to be simpler and redirect to the official documentation

  • Fix error when loading URL for close button on banners and outstreams

  • Fix refresh on Flutter

1.2.4

  • updated iOS google library dependency

1.2.3

  • Interstitial Fix

1.2.

...

2

  • version downgrade of internal library of process-lifecycle to 2.7.0 for compatibility issue

  • fixed errors related to the wrapper not hiding correctly

  • fixed errors with the infinite scroll not showing ads properly when going back to them

  • fixed multi request errors coming out when refresh was turned off and the ad failed to load

1.2.1

1.2.1 - All Environments

  • Improvements over no crash Policy of the library, the library does a better job not crashing the app when the fault is in R89 Side, the library will keep crashing if you use it inappropriately.

  • Fixes to the Session Tracking so setups that use MainActivity as app initializer work properly

  • Added CMP-Replacement checker in charge of outputting logs if the external cmp was used correctly when disabling internal cmp.

  • More Fixes to the show and hide functionality of Banner and Outstream formats

  • Interstitial and Rewarded are kept alive when making multiple requests for the same r89ConfigId . If two or more request happen when an interstitial/rewarded with that r89ConfigId is already available the factory create method will return the same number. This a Security and Compliance Change since requesting too many interstitial with the same r89ConfigId can lead to policy violations of your account

  • fix initialization method where it could be called multiple times. Initialization method now makes sure you don’t call it twice, whatever the scenario

...