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

I’ve made a fairly complex (to me:) fortune-teller app.
It runs very well on kodular companion online test.


But a hiccup appeared after installing on my devices. The problem appeared after compiling into apk file to download.

The first run was always OK to call the Notifier1 as shown in the block pic.
But after the result pop-up according to the buttons of the notifier1, ie the app is ready to run next round. In this next round action, only the first part of the block run (the ChooseQlbl text was set) the second part never appear! (Notifier1 was not called).
This hiccup seemed to be appeared only after the app was compiled into apk: ie online test are fine, the hiccup appeared after installing the apk to device.
Any way to correct it?
Anybody could give any help or opinion please?

Not sure.

Are you on the same screen or do you switching screens in between first and second notifier call

/Boban

Thanks Boban!
After first notifier call, the screen switched to another one.
The notifier cannot be called after coming back from that screen: ie second run of the block.

Do you have a notifier there as well, if so then it wont work unless you switch screen properly in Kodular

/Boban

1 Like

Thanks again Boban, I’ve checked there’s the “close screen” block for the other screen. My app has only two screens.
So I’m sure the other screen closed, the notifier there has already closed too.
The hiccup appeared /noticed after apk install when back to the parent screen. My wonder is only the first part has run but the second part of the block (as shown in pic: the Notifier1) didn’t pop up.
Another weird experience is the app is ok for online test in companion. The hiccup only appeared in apk installs!
Kindly guide me your thoughts. I’m reading your recommended guidelines.

GOT it!
Someone here said ( Notifier or dialogs extensions are not working properly )

Notifier is working good but when closing a screen and bank to any screen then its stopped working , and in maybe next release Kodular team fix that issue,
I think I’m facing the same problem, if so I’ve to wait Kodular team fix it.
Thank you.

1 Like

We have find solution for that and working now, but we need an extra method to close screen while opening other

We have used this solution to solve notifier problem, when you click any button to open another screen or press back to close screen use this method, where i used permission granted, use your button or press back there

Didn’t I explain this in my previous post already

And there will be no fix for notifier as this is how it works in Kodular and hence recommendation how to switch screen

/Boban

1 Like

YES Boban, it’s what you already explained finally.
I’m still on trial & error testing. Thanks a lot again.

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

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