feat: major SDK version migration & new architecture support#10
Merged
JeromeBonfort merged 5 commits intomasterfrom Mar 27, 2026
Merged
feat: major SDK version migration & new architecture support#10JeromeBonfort merged 5 commits intomasterfrom
JeromeBonfort merged 5 commits intomasterfrom
Conversation
- Bump version to 2.1.0 in package.json - Add .yarnrc.yml to configure node linker - Update iOS and Android SDK dependencies for compatibility - Introduce caching for AdNetworkInfo in RNAPSAdsModule - Modify ad loading logic to utilize cached AdNetworkInfo - Update AdNetwork enum to include new values
- Upgrade React and React Native to versions 18.3.1 and 0.77.3 respectively - Update TypeScript to version 5.0.4 - Modify Android build configuration for new architecture support - Refactor MainActivity and MainApplication to Kotlin - Remove deprecated files and adjust AndroidManifest.xml for new structure - Add .yarnrc.yml for Yarn configuration
- Rename components for clarity: APSAds to APSAdsDemo, Banner to BannerDemo, and Interstitial to InterstitialDemo. - Introduce tab navigation for ad types in App component. - Implement detailed initialization steps with status indicators in APSAdsDemo. - Update BannerDemo and InterstitialDemo to display ad configuration and bidding status. - Improve styling and layout for better user experience across components.
- Added 'error' phase to InterstitialDemo for improved state management during ad loading. - Updated button behavior in InterstitialDemo to handle error state and allow retrying. - Introduced event logging in BannerDemo to track ad loading and bidding events. - Enhanced UI in BannerDemo to display event logs for better debugging and user feedback.
- Bump AmazonPublisherServicesSDK dependency to version 5.3.1 in Podspec and Podfile.lock. - Upgrade APS SDK dependency to version 11.1.1 in Android build.gradle.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AmazonPublisherServicesSDKto5.3.1(was unpinned)aps-sdkfrom9.4.2to11.1.1install_modules_dependencies(iOS) and updated build config (Android)compileSdkVersionto 35,minSdkVersionto 24,targetSdkVersionto 34, iOS minimum to 13.0Commits
chore: update AmazonPublisherServicesSDK and APS SDK versionsfeat: enhance ad components with error handling and event loggingrefactor: enhance ad components and improve app structurechore: update dependencies and migrate to new architecturechore: update to version 2.1.0, add .yarnrc.yml, and update dependenciesTest plan
AmazonPublisherServicesSDK 5.3.1aps-sdk:11.1.1Made with Cursor