You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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