Skip to content

Releases: AdversportTeam/react-native-aps

Release 2.2.1

30 Mar 14:27

Choose a tag to compare

Release 2.2.1 (2026-03-30)

Bug Fixes

  • Fix adLoader consistency: ensure adLoader updates are consistent across platforms (ef5e539)
  • Enhance error handling: improve error handling in ad loading across iOS and Android (75461ee)

Improvements

  • AdError refactor: clean up AdError class code for improved readability (2444a9c)
  • Android GDPR: add iabtcf-decoder dependency to Android build.gradle for GDPR consent parsing (c6a671e, 6c8c2f0)

Chores

  • Update GitHub workflows to use Node.js 22 and enable Corepack
  • Update TypeScript version and configurations
  • Update react-native-google-mobile-ads example dependency to 15.8.3

Release 2.2.0 - SDK Migration & New Architecture Support

27 Mar 15:34

Choose a tag to compare

What's Changed

SDK Updates

  • iOS: Pin AmazonPublisherServicesSDK to 5.3.1 (previously unpinned ~> 5.2)
  • Android: Upgrade aps-sdk from 9.4.2 to 11.1.1

New Architecture & Build Targets

  • Migrate to React Native 0.77 new architecture support
  • iOS: Use install_modules_dependencies, bump minimum to iOS 13.0
  • Android: compileSdkVersion 35, minSdkVersion 24, targetSdkVersion 34, buildConfig enabled

Improvements

  • Enhanced error handling and event logging for Banner, Interstitial, and APSAds components
  • Example app migrated from Java to Kotlin (MainActivity/MainApplication)
  • Removed legacy Flipper and JNI boilerplate

Breaking Changes

  • Minimum iOS version raised from 10.0 to 13.0
  • Minimum Android SDK raised from 21 to 24
  • Android APS SDK major version bump (9.x → 11.x) may require adapter updates

Full Changelog: v2.0.7...v2.2.0

Release 2.0.7

11 Sep 15:16

Choose a tag to compare

2.0.7 (2025-09-11)

Bug Fixes

  • resolve ObjectAlreadyConsumedException and RN 0.79 compatibility (690864a)

Release 2.0.6

09 Sep 13:27

Choose a tag to compare

2.0.6 (2025-09-09)

Bug Fixes

  • convert Android classes from Kotlin to Java for universal compatibility (9531b83)

Release 2.0.5

08 Sep 14:15

Choose a tag to compare

2.0.5 (2025-09-08)

Bug Fixes

  • ci: update deprecated GitHub Actions to latest versions (5123eb3)
  • test: resolve Jest performance object conflict and NativeEventEmitter issues (2322a2e)

Release 2.0.1

11 Jun 08:51

Choose a tag to compare

2.0.1 (2022-06-11)

Bug Fixes

  • ios: fix ios auto refresh not working (#2) (19d6b6a)

Release 2.0.0

31 May 06:47

Choose a tag to compare

2.0.0 (2022-05-31)

Release 1.0.2

14 May 15:33

Choose a tag to compare

1.0.2 (2022-05-14)

Bug Fixes

  • ios: fix callback error (1160f11)

Release 1.0.0

19 Apr 07:58

Choose a tag to compare

1.0.0 (2022-04-19)

Initial version release🎉