# App crashes after splash screen when downloaded from playstore

**URL:** https://forum.codewithmosh.com/t/app-crashes-after-splash-screen-when-downloaded-from-playstore/22011
**Category:** React Native
**Created:** [August 14, 2023, 6:29am UTC](https://forum.codewithmosh.com/t/app-crashes-after-splash-screen-when-downloaded-from-playstore/22011 "2023-08-14T06:29:49Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Augustine\_Awuori](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/augustine_awuori/32/873_2.png) [@Augustine\_Awuori](https://forum.codewithmosh.com/u/Augustine_Awuori)
#### Post date: [August 14, 2023, 6:29am UTC](https://forum.codewithmosh.com/t/app-crashes-after-splash-screen-when-downloaded-from-playstore/22011/1 "2023-08-14T06:29:49Z")

</div>

My app works fine on simulator but not on a real device as APK or from the playstore. Few seconds after splash screen showing it stops

---

<div class="post-metadata">

### Author: ![sufian.babri](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/sufian.babri/32/1028_2.png) [@sufian.babri](https://forum.codewithmosh.com/u/sufian.babri)
#### Post date: [August 17, 2023, 7:15pm UTC](https://forum.codewithmosh.com/t/app-crashes-after-splash-screen-when-downloaded-from-playstore/22011/2 "2023-08-17T19:15:26Z")

</div>

It is not possible to identify the issue with no code or crash log.

If you have Bugsnag installed as Mosh does in the course, you can refer to the crash log on the Bugsnag’s dashboard.

I suggest the following solutions though:

1. Integrate a crash reporting library such as Bugsnag or Sentry.
2. You can build a debug apk which can be installed on your device or emulator: [Build APKs for Android Emulators and devices - Expo Documentation](https://docs.expo.dev/build-reference/apk/)

---

<div class="post-metadata">

### Author: ![Augustine\_Awuori](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/augustine_awuori/32/873_2.png) [@Augustine\_Awuori](https://forum.codewithmosh.com/u/Augustine_Awuori)
#### Post date: [March 28, 2025, 10:32am UTC](https://forum.codewithmosh.com/t/app-crashes-after-splash-screen-when-downloaded-from-playstore/22011/3 "2025-03-28T10:32:15Z")

</div>

I find it helpful to cut off the internet access while starting the project and running on the emulator. After it has run for the 1st time then reloading works without crashing
