Skip to content
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

fix : 권한 처리 플로우 수정 #53

Merged
merged 1 commit into from
Apr 23, 2024
Merged

fix : 권한 처리 플로우 수정 #53

merged 1 commit into from
Apr 23, 2024

Conversation

jowunnal
Copy link
Contributor

📌 Issue Number

📘 작업 유형

  • 신규 기능 추가
  • 버그 수정
  • 리팩토링
  • 디자인 수정

📙 작업 내역

구현 내용 및 작업 내역을 기재합니다.

  • api30 미만에 대한 권한 처리가 없었던 부분 추가
  • 권한처리가 api 30 을 기점으로 복잡해지므로 splash 과정과 권한 처리를 별도 activity 로 분리
  • 프로가드 룰이 없는데 설정되어 있던 부분 수정 (변조로 인한 datastore proto 파일에서 예외 발생)
  • 헬스커넥트는 api 34 를 기점으로 내부 설치 또는 마켓 설치로 분류되는데, 일부 플레이콘솔 내부테스트에서 브라우저 또는 마켓이 없는 디바이스로 테스트를 하는데 이걸로 리젝 당해서 예외 처리로 수정

📋 체크리스트

  • PR 제목에 Prefix(Feat, Refactor, Fix...etc) 와 작업 번호 및 내용을 요약 기재
  • 사용되지 않은 import 문 제거 & code reformatting 수행
  • PR과 관련있는 코드만 추가
  • 코드 개선 및 검토 완료



- api30 미만에 대한 권한 처리가 없었던 부분 추가
- 권한처리가 api 30 을 기점으로 복잡해지므로 splash 과정과 권한 처리를 별도 activity 로 분리
- 프로가드 룰이 없는데 설정되어 있던 부분 수정 (변조로 인한 datastore proto 파일에서 예외 발생)
- 헬스커넥트는 api 34 를 기점으로 내부 설치 또는 마켓 설치로 분류되는데, 일부 플레이콘솔 내부테스트에서 브라우저 또는 마켓이 없는 디바이스로 테스트를 하는데 이걸로 리젝 당해서 예외 처리로 수정
@jowunnal jowunnal self-assigned this Apr 23, 2024
@jowunnal jowunnal requested a review from kyungil9 April 23, 2024 03:19
@jowunnal jowunnal added the hot fix 버그 발생시 핫 픽스 관련 작업 label Apr 23, 2024
@jowunnal jowunnal merged commit c3c0c27 into develop Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hot fix 버그 발생시 핫 픽스 관련 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants