Releases: wowmaking/react-native-iron-source
Releases · wowmaking/react-native-iron-source
Release list
v7.0.4
Features:
- IronSource.getAdvertiserId method added (#71)
- If missing
SKAdNetworkIdentifierwill 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
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
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
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
v3.3.4
Bugfixes:
- fix IronSourceBanner.removeAllListeners (#55)