Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Enhance iOS ad handling and logging in Xandr module - WIP #106

Merged
merged 4 commits into from
Jul 25, 2024

Conversation

thekorn
Copy link
Owner

@thekorn thekorn commented Jul 15, 2024

Still WIP

  • Integrate ad load event handling in FlutterState with new onAdLoaded function
  • Associate FlutterState with XandrBanner to enable responsive ad event management
  • Implement adDidReceivePeekAd in BannerAd.swift to enhance logging and response handling

Description

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

- Integrate ad load event handling in `FlutterState` with new `onAdLoaded` function
- Associate `FlutterState` with `XandrBanner` to enable responsive ad event management
- Implement `adDidReceivePeekAd` in `BannerAd.swift` to enhance logging and response handling
@thekorn thekorn linked an issue Jul 15, 2024 that may be closed by this pull request
@thekorn thekorn marked this pull request as draft July 15, 2024 17:31
thekorn added 3 commits July 20, 2024 05:04
- Enable multiple listeners in Dart's main event stream by switching to a broadcast StreamController.
- Integrate the AppNexus SDK into the iOS platform and enhance Flutter's state management and logging capabilities.
- Modify iOS BannerAd properties and methods to improve accessibility and streamline ad loading processes.
- Implement enhanced error handling in the ad response workflow to improve reliability and debugging.
Copy link

@thekorn thekorn marked this pull request as ready for review July 25, 2024 15:09
@thekorn thekorn merged commit 9d40b06 into main Jul 25, 2024
10 of 12 checks passed
@thekorn thekorn deleted the 105-fix-adbanner-onadloaded-events-are-not-fired-on-ios branch July 25, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: AdBanner onAdLoaded events are not fired on iOS
1 participant