You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had been trying to test a native ad unit and to generate a report for the Google Mobile Ads SDK Developers forum but I realized that the examples are not up to date with the latest changes.
cd googleads-mobile-ios-examples/Objective-C/admanager/AdManagerCustomRenderingExample/ (the example I need)
Run pod update
> pod update
Update all pods
Updating local specs repositories
...
Installing Google-Mobile-Ads-SDK (8.1.0)
Installing GoogleAppMeasurement (7.6.0)
Installing GoogleUserMessagingPlatform (1.4.0)
Installing GoogleUtilities (7.2.2)
Installing PromisesObjC (1.2.12)
Installing nanopb (2.30907.0)
Generating Pods project
Integrating client project
Pod installation complete! There is 1 dependency from the Podfile and 6 total pods installed.
Open AdManagerCustomRenderingExample.xcworkspace
Run the project and get several errors related to outdated classes, types, etc:
for instance GADUnifiedNativeAd should be replaced by GADNativeAd. Is there any ETA for when the repo will be updated?
Hi!
I had been trying to test a native ad unit and to generate a report for the Google Mobile Ads SDK Developers forum but I realized that the examples are not up to date with the latest changes.
How to reproduce the issue
cd googleads-mobile-ios-examples/Objective-C/admanager/AdManagerCustomRenderingExample/
(the example I need)pod update
AdManagerCustomRenderingExample.xcworkspace
for instance
GADUnifiedNativeAd
should be replaced byGADNativeAd
. Is there any ETA for when the repo will be updated?Documentation links:
The text was updated successfully, but these errors were encountered: