Online test OK, device test result a hiccup! Can you help?

Finally, after multiple testings, I used a Snackbar (from User Interface ) instead of Notifier on other screen.
Lessons: If the app has more than one screen and Notifiers are there on screens
be sure to switch screens properly (open & close screen blocks).
Easy solution would be placing a Snackbar.
Read this discussion for more info >> Notifier & Admob Bugs (Possible)

After a ton of exporting and diagnosis, here are some issues I came across…

A. Using Manager Method to switch screens:
1- Notifier in screen 1 will work if no notifier in screen 2
2- Notifier in screen 1 will initially work before switching to screen 2 with a notifier, then will not work after closing screen 2
3- Admob rewarded ads works perfectly in screen 1 and screen 2

B. Using Tribblehunter Method

1- Notifier in screen 1 works if no notifier in screen 2
2- Notifier in screen 1 initially works before switching to screen 2 with a notifier, and still works after closing screen 2
3- Admob rewarded ads works initially in screen 1, but will not work in screen 2. It will also stop working in screen 1 after closing screen 2

Anyone else experiencing this or is it just me?:sob:

Blockquote