bdlukaa/native_admob_flutter

[iOS] <Google> <Google:HTML> Not all asset views lie inside the native ad view. This indicates an integration problem. Such implementations will not be supported in the future. Please make sure that all native ad assets are rendered inside the native ad view.

Open

#71 opened on Jun 2, 2021

View on GitHub
 (12 comments) (2 reactions) (0 assignees)Dart (57 forks)github user discovery
Native Adhelp wantediOS

Repository metrics

Stars
 (81 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

This warning is shown for the first NativeAd in the example app:

<Google> <Google:HTML> Not all asset views lie inside the native ad view. This indicates an integration problem. Such implementations will not be supported in the future. Please make sure that all native ad assets are rendered inside the native ad view.

In addition to that, the first 2 NativeAds in the example are displayed without buttons, although we've specified buttons for them in the example code:

Simulator Screen Shot - iPhone 12 Pro Max - 2021-06-02 at 18 34 17

Contributor guide