Stuck on Splash screen indefinitely
See original GitHub issueOn a fresh brand new project, when using this library, the Simulator stays on the Splash Screen.
No error. No Logs.
It just stays there
Edit: After about 5 minutes, it crashes to Home screen
Here is my firebase.nativescript.json
:
{
"external_push_client_only": false,
"using_ios": true,
"using_android": true,
"firestore": true,
"realtimedb": true,
"authentication": true,
"remote_config": false,
"performance_monitoring": false,
"messaging": false,
"crashlytics": false,
"crash_reporting": false,
"storage": true,
"functions": true,
"facebook_auth": true,
"google_auth": true,
"admob": true,
"invites": true,
"dynamic_links": false,
"ml_kit": false
}
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Fix Windows 10 Stuck On Loading Screen, Infinite ... - YouTube
Fix Windows 10 Stuck On Loading Screen, Infinite loading, Black Screen & Other Startup Issues ; 01:04 Method 1: Uninstall Updates ; 02:03...
Read more >Top 10 Ways to Fix Window 10/11 Stuck on Loading Screen ...
When "Windows 10/11 Hangs at Loading Screen" Issue May Happen? Method 1: Unplug USB Dongle; Method 2: Do Disk Surface Test; Method 3:...
Read more >Fixed: Windows 10/8/7 Stuck on Loading/Boot/Startup Screen ...
Method 2. Start Windows 10/8/7 in Safe Mode ... In some cases, the "Windows stuck on loading screen" issue is caused by Windows...
Read more >Game is stuck in this splash screen forever and never ... - Reddit
Rule 5: Can't get past this screen, it's completely stuck. Have to kill the process through task manager to quit.
Read more >Adobe XD gets stuck on loading screen and stays th...
1. Try creating a new user account on your machine and then try to launch XD. If it works, go to the previous...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I fixed this issue by using the following json:
This includes turning off invites as suggested by @shivgolani I also turned off Android for now to keep it simple
I deleted
platforms/ios
just to be sureThen it worked
@EddyVerbruggen @dolanmiu Adding Invites is causing the issue.