My app is growing (+9K users on mobile and web), and I’m getting a lot of bug reports:
‘The mobile app won’t open after downloading,’
‘The app gets stuck on the welcome screen,’
‘Right after downloading the app, it asks me to update it, and even after uninstalling and reinstalling’, it still asks for the same update,’
and overall the app is very slow.
Does anyone have a solution please?’
These kinds of bugs usually come from two places:
The native wrapper build is outdated (causing the “won’t open,” “stuck on welcome,” or “endless update” loop), and Your Bubble app is loading too many things on page load, which slows down both web and mobile.
For apps with 9K+ users, you’ll want to: Rebuild a fresh native version, Reduce data calls on page load, Move repeating group searches to backend workflows, Turn off auto-binding and heavy conditionals on mobile pages
If you share whether you’re using BDK, Natively, or something else, I can point you to the exact fixes