Replies: 2 comments 1 reply
-
@Rebsos I'm not sure, what did you find when you tested it? What does the code in the module do? https://github.com/invertase/react-native-firebase/tree/master/packages/admob/android Please report your findings, it could help others |
Beta Was this translation helpful? Give feedback.
-
I did some memory, network and CPU tests with the Android Profiler and meminfo
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
AdMob's minimal banner example calls these functions: adView.pause() and adView.resume() if the app is brought to the background and back. I can't find this in react-native-firebase/admob.
Does the Banner request more ads in the background (policy?) or drain the battery?
Do we have to unmount the Banner manually onPause and mount it again onResume? (policy?)
Beta Was this translation helpful? Give feedback.
All reactions