Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

402
Vistas
Firebase Stuck on `Run your app to verify installation` for iOS

I have done all the steps but still I am stuck here on this screen.

Though the crashes can be seen inside in Crashlytics panel

enter image description here

enter image description here

over 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

Hey make sure you have called:

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { 
    FirebaseApp.configure()
}

If this doesn't work try sending some data to firebase like so:

Analytics.logEvent("This is a test", parameters: [
            "Test1": "tester",
            "Test2": "tester"
            ])

This will send analytics data to Firebase

over 4 years ago · Santiago Trujillo Denunciar

0

The actual trick here is to use latest version of the pod(s).

Firebase forces you to use the latest version of the pods in order to complete the final step check.

Let's say you had pods with specific versions in Podfile:

pod 'Firebase/Analytics', '= 6.27.0'
pod 'Firebase/Crashlytics', '= 6.27.0'

Remove explicit versions

pod 'Firebase/Analytics'
pod 'Firebase/Crashlytics'

Remove app from device / simulator. Rebuild, run app. Check back on Firebase site.

After this, you can set any version in Podfile, execute pod install.

over 4 years ago · Santiago Trujillo Denunciar

0

I had the same issue. I was using Firebase/Analytics 6.11.0 and when i changed to 6.8.2 fixed the problem

Google Release Version 6.12 on November 5th, 2019. I would recommend update to the latest version.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda