Flutter 기반 새로운 프로젝트와 Amplify Studio 연동하여 "NewTestApp"이라는 Flutter 앱을 구축했습니다. AWS Device Farm의 Remote Access에서 테스트할 때 iPhone 13에서 iOS 16.0.2환경에서 테스트 하였으나 로그인 화면에 자동 종료됩니다.
문제 세부정보:
프로젝트 이름: NewTestApp
앱 충돌 시간: 로고 회전 -> DataStore 동기화 화면 -> AuthScreen(로그인) 화면 전환 후 자동 종료되는 현상
개발 환경: Amplify Studio 통합이 포함된 Flutter
테스트 환경: iPhone 13, iOS 16.0.2
앱이 Debug 모드에서는 성공적으로 빌드 되었고 잘 실행되는 것을 확인하였습니다.
그러나 Device Farm에서 제공하는 테스트 환경의 인증 화면 단계에서 자동 종료되는 문제가 발생합니다.
이 문제의 잠재적인 원인을 식별하는 데 도움이 필요합니다.
또한, 자동 종료되는 현상을 해결할 수 있는 방안을 알려주세요
감사합니다.
iOS 16.0.2 App built with Flutter and Amplify Studio automatically closes after running
We built a Flutter app called "NewTestApp" by linking Amplify Studio with a new Flutter-based project. When testing AWS Device Farm's Remote Access, it was tested on an iPhone 13 in iOS 16.0.2 environment, but it automatically terminated at the login screen.
Issue details:
Project Name: NewTestApp
App crash time: Automatic termination after logo rotation -> DataStore synchronization screen -> AuthScreen (login) screen transition
Development environment: Flutter with Amplify Studio integration
Test environment: iPhone 13, iOS 16.0.2
We confirmed that the app was successfully built and runs well in Debug mode.
However, there is a problem with automatic termination at the authentication screen stage of the test environment provided by Device Farm.
I need help identifying the potential cause of this issue.
Also, please tell me how to solve the automatic shutdown issue.
Thank you