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

[Obj-c] Custom rendering example failing with Google Ads Mobile v8.0.0+ #203

Open
acangiani opened this issue Feb 19, 2021 · 0 comments
Open

Comments

@acangiani
Copy link

Hi!

Related to issue 202, I followed the v8 upgrade guidelines but I'm unable to load an ad with the default ad unit. I did this changes but I'm getting an undecipherable traceback:

Code reference:

- (IBAction)refreshAd:(id)sender {
  ...
  self.adLoader.delegate = self;
  [self.adLoader loadRequest:[GADRequest request]];
  self.videoStatusLabel.text = @"";
}

Traceback:

Thread 1: EXC_BREAKPOINT (code=EXC_I386_BPT, subcode=0x0)

In order to reproduce this error:

  1. Clone my fork and go to the branch `custom-native-ad-8.1.0.
  2. cd googleads-mobile-ios-examples/Objective-C/admanager/AdManagerCustomRenderingExample/
  3. Run pod update
  4. Open AdManagerCustomRenderingExample.xcworkspace
  5. Run the project on any emulator

Documentation links:

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

No branches or pull requests

1 participant