Skip to content

Releases: wowmaking/react-native-iron-source

v7.0.4

23 Feb 13:41

Choose a tag to compare

Features:

  • IronSource.getAdvertiserId method added (#71)
  • If missing SKAdNetworkIdentifier will now be auto-added to Info.plist after package install 0949e67. This is especially helpful if you're using react-native-iron-source-adapters

Support IronSourceSDK 7.0.3

13 Nov 13:48

Choose a tag to compare

Breaking Changes (iOS):

Due to backwards incompatible change in native IronSourceSDK 7.0.3 starting from this version of the package is will only be compatible with Xcode 12 and IronSourceSDK >= 7.0.3. See Compatibility table for more information.

Support IronSourceSDK 7.0.0

24 Aug 12:31

Choose a tag to compare

Breaking Changes (iOS):

Starting from this version you have to manually add SKAdNetworkIdentifier to your Info.plist

<key>SKAdNetworkItems</key>
<array>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>SU67R6K2V3.skadnetwork</string>
    </dict>
</array>

This change is reflected in README.

v3.3.6

04 Apr 11:41

Choose a tag to compare

Patches:

Allow iOS Static Frameworks #60

If you are using Static Frameworks on iOS, you need to manually enable this for the project. To enable Static Framework support, add the following global to the top of your /ios/Podfile file:
$RNIronSourceAsStaticFramework = true

v3.3.5

20 Dec 14:25

Choose a tag to compare

Unlocked optional podspec adapter versions

v3.3.4

13 Dec 11:07

Choose a tag to compare

Bugfixes:

  • fix IronSourceBanner.removeAllListeners (#55)

v3.3.2

27 Nov 20:22

Choose a tag to compare

Patch:

  • Support iOS IronSource SDK > 6.8 (#51)

v3.3.1

15 Nov 14:17

Choose a tag to compare

Bugfixes:

  • Fixed build issues on iOS introduced in v3.3.0 (See #49)

v3.3.0

15 Nov 09:04

Choose a tag to compare

Features:

Added isRewardedVideoAvailable method (#42 #43)

Patches:

Added 250ms timeout to close callback to fix UnityAds edge case (#45)

v3.2.5

03 Oct 09:42

Choose a tag to compare

Bugfixes:

  • Fixed occasional ANR issue (See #40 for details)