Android app is stuck on splash screen #3119
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI published Android build using CodeMagic, but the app is not opening with CodeMagic CICD. Build success and deployed success but not opening after download from Firebase App Distribution and PlayStore. It works well if I build and deploy locally. After tracing the bug, found out Firebase Initialization is failing with CodeMagic CD/CD on Android.
Success Code Magic Build Output
Success Publish with CodeMagic
Expected resultsApp should be open. Actual resultsNot opening. Build id (optional)6835435e5fd4513e86f55153 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I missed adding Firebase Android API Key and App Id in the CodeMagic environment variable configuration. It works correctly now. |
Beta Was this translation helpful? Give feedback.
I missed adding Firebase Android API Key and App Id in the CodeMagic environment variable configuration. It works correctly now.