Skip to content

3.10.0

Choose a tag to compare

@da2gl da2gl released this 15 Sep 15:38
· 5 commits to master since this release
6b93d72

3.10.0

Fixes

  • iOS Old Architecture Consistency: Fixed inconsistent method definitions in iOS Old Architecture where isLoaded and canShow methods had both Promise/callback and synchronous implementations, causing conflicts. Unified to use only synchronous RCT_EXPORT_BLOCKING_SYNCHRONOUS_METHOD implementations for consistency with TypeScript definitions and Android platform (#148)
  • Architecture Guards: Added #ifdef RCT_NEW_ARCH_ENABLED guards to ComponentView files (RNAppodealBannerViewComponentView, RNAppodealMrecViewComponentView) to prevent compilation errors when building with Old Architecture (#148)
  • MREC and Banner Ad Events: Fixed ObjectAlreadyConsumedException for ad view events in both MREC and Banner components by implementing proper event handling through getExportedCustomDirectEventTypeConstants method (#148)
  • Event System: Fixed ad view events registration in both Old and New Architecture by properly implementing event constants export (#148)

Android Features

  • Updated Appodeal iOS SDK to 3.10.0

iOS Features

  • Updated Appodeal Android SDK to 3.10.0

What's Changed

New Contributors

Full Changelog: v3.8.1...v3.10.0