Mobile app updates, although server and app are the same

Hey again,

more or less since the beginning of my project, I see in my android log meteor.cordova updates / hot code pushes, although I build mobile + server at the same time.
(Background I build everything, the server and the mobile app, so I do not use meteor run or anything).

For me it is not sure, when this updater is triggered.
the behavior is like:

  1. start the app (login screen)
  2. 5-10 seconds white screen
  3. short pause screen
  4. 3-5 seconds white screen (it seems here the update occurs)
  5. everything works like normal

Does these white screens generally occur, when I build my mobile app with --debug option or is this option influencing the above behavior?

Thank you in advance :smile: