Solucionar error «cannot be tested at this time because the build does not have» al subir build a App Store de Apple (ios) con React Native y Expo

Tiempo de lectura: < 1 minuto

Si al añadir la APP a la App Store de Apple aparece el siguiente error:

Version 1.0.0 (1.0.0) cannot be tested at this time because the build does not have associated export compliance documentation.

Once approved, you can come back and select export compliance documentation for this build.

Submit New Documentation

Tienes que hacer lo siguiente:

Ir al archivo app.json.

"ios": { 
   "config": { 
      "usesNonExemptEncryption": false 
   } 
}

Y volvemos a generar el .ipa desde expo.

Deja un comentario