App Store build beta testing available

Affects only compiled apps (IPA):

  1. There must not be a non-empty Screen.Initialize event on any screen. There can't even be an empty Screen.Initialize event on Screen1. Instead, I replaced the Screen.Initialize events of all screens with timers. There are now no more problems/error messages.

  2. There are no problems when switching the screens, as long as you don't want to open other screens via Screen1, but only switch between the other screens (non-Screen1 screens). When switching to another screen via Screen1, an error message appears after 4-5 attempts at the latest and the app freezes.


By the way, I had to change the view mode on my iPad to "Dark" so that the screen titles would be displayed/visible.