FaceBook Ads does not appears

Following error appears its not displaying facebook ads

error SyntheticEvent {
“_dispatchInstances”: FiberNode {
“tag”: 5,
“key”: null,
“type”: “ViewManagerAdapter_CTKBannerView”,
},
“_dispatchListeners”: [Function onError],
“_targetInst”: FiberNode {
“tag”: 5,
“key”: null,
“type”: “ViewManagerAdapter_CTKBannerView”,
},
“bubbles”: undefined,
“cancelable”: undefined,
“currentTarget”: 219,
“defaultPrevented”: undefined,
“dispatchConfig”: Object {
“registrationName”: “onAdError”,
},
“eventPhase”: undefined,
“isDefaultPrevented”: [Function functionThatReturnsFalse],
“isPropagationStopped”: [Function functionThatReturnsFalse],
“isTrusted”: undefined,
“nativeEvent”: Object {
“errorCode”: 1002,
“errorMessage”: “Ad was re-loaded too frequently”,
},
“target”: undefined,
“timeStamp”: 1569859582688,
“type”: undefined,
}
Running application on HTC Desire 630 dual sim.
error SyntheticEvent {
“_dispatchInstances”: FiberNode {
“tag”: 5,
“key”: null,
“type”: “ViewManagerAdapter_CTKBannerView”,
},
“_dispatchListeners”: [Function onError],
“_targetInst”: FiberNode {
“tag”: 5,
“key”: null,
“type”: “ViewManagerAdapter_CTKBannerView”,
},
“bubbles”: undefined,
“cancelable”: undefined,
“currentTarget”: 219,
“defaultPrevented”: undefined,
“dispatchConfig”: Object {
“registrationName”: “onAdError”,
},
“eventPhase”: undefined,
“isDefaultPrevented”: [Function functionThatReturnsFalse],
“isPropagationStopped”: [Function functionThatReturnsFalse],
“isTrusted”: undefined,
“nativeEvent”: Object {
“errorCode”: 1002,
“errorMessage”: “Ad was re-loaded too frequently”,
},
“target”: undefined,
“type”: undefined,
}

Please provide the following:

  1. SDK Version: 35.0.0
  2. Platforms(Android):

Replace this section with as much relevant information as possible and any relevant code along with your question.

Hey @nskhan,

As the error message indicates, it appears the ad was being triggered to re-load too much. Is there a chance you are updating your state that would cause excessive re-rendering/loading?

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.