Skip to content

[IDLE-000] 네트워크 연결확인 / 강제업데이트 / FireBase 크래쉬리틱스 추가 #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 14, 2024

Conversation

J0onYEong
Copy link
Contributor

변경된 점

  • 네티워크 연결상태 확인
  • FireBase 크래쉬리틱스
  • 강제업데이트 확인

네트워크 연결상태 확인

앱이 실행되면 네트워크가 연결상태인지 확인합니다.
Network프레임워크를 사용하여 네트워크 연결여부를 모니터링하였습니다.
네트워크 연결을 최초로 확인한 이후에 다음스탭(강제 업데이트 여부 확인)으로 넘어가도록 설정했습니다.
스크린샷 2024-09-14 오후 5 50 55

FireBase 크래쉬리틱스

Firebase 크래쉬리틱스를 연동하였습니다.
스크린샷 2024-09-14 오후 6 11 00

강제업데이트 확인

강제업데이트는 Firebase RemoteConfig으로 부터 최소 앱버전을 가져온 후 현재 앱의 버전과 비교를 통해 강제업데이트위한 모달을 띄우는 방식으로 구현했습니다.
RemoteConfig를 fetch할 수 없는 경우 강제 크래쉬를 내는 방향으로 설정하였습니다. 그리고 해당 내역을 로그 매세지로 전달받을 수 있게 하였습니다.
스크린샷 2024-09-14 오후 6 09 08

@J0onYEong J0onYEong merged commit 6c69f8c into develop Sep 14, 2024
1 check failed
@J0onYEong J0onYEong deleted the feature/initial_task branch November 13, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant