iosfluttersplash-screen

iOS Flutter app opens, but is stuck on splash-screen


When I built my iOS app, it opened perfectly in the simulator on my Macbook. When I publish the app on the itunes store, the app does not work anymore. The splashscreen is shown, but stays on the screen.


Solution

  • Solution for me:

    1. updated my iOS toolchain with flutter doctor

    2. flutter clean

    3. flutter build ios --release in the terminal

    4. Archive in Xcode