Zone Inspector
For troubleshooting, you can enable the zone inspector popup window on banner ads. When enabled, a long press on a banner ad will trigger a popup dialog to display detailed information about the banner ad.
The zone inspector popup provides diagnostic information about the banner ad and it’s underlying Fuse App configuration.
This setting should only be enabled in your debug builds (it should never be enabled in your released app).
Android:
if (BuildConfig.DEBUG) {
FuseSDK.isZoneInspectorEnabled = true
}
iOS:
#if DEBUG
FuseSDK.shared.isZoneInspectorEnabled = true
#endif