APP works on Companion APP but does not work when build it into APK

Fly_Swatter.aia (706.7 KB)

it goes unresponsive when the end condition comes up and refuses to translate into the result screen

end conditions:

  • Timer: when the time passes the set timer
  • Speed Tap: when you tap over the required amount of flies

tested on bluestacks5


image

FOUND THE ISSUE

clock never stop firing so it keep making a new endgame check, not sure why it works differently in companion and apk

Possible screen switching issues ?

Use different screens wisely

If you decided to use different screens, then you should switch them correctly, else you will run out of memory after a while...      
The recommended method of switching screens in App Inventor
(Thanks Taifun)
 
Also see demo: multiscreen.aia
 
2 Likes