-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat [#70] 권한 허용 #79
Feat [#70] 권한 허용 #79
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zoe님 수고하셨습니다!!
LGTM👀
override func viewWillAppear(_ animated: Bool) { | ||
super.viewWillAppear(animated) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p5. 혹시 이거 생성하신 이유를 알 수 있을까요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네이스~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이건 지우도록 하겠습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네이스 조이
if authorizationCenter.authorizationStatus == .approved { | ||
|
||
} else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p5. 여기는 왜 비어잇는 걸까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
false로 분기처리 바꿨습니다!
override func viewWillAppear(_ animated: Bool) { | ||
super.viewWillAppear(animated) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네이스~
👾 작업 내용
스크린타임과 푸시 알림 권한 설정을 하였습니다.
🚀 PR Point
그래서 푸시 알림 설정 요청 -> 스크린 타임 설정 요청 을 했으나 중간에 겹치는 과정이 있습니다. 해결 방법 더 찾아볼 예정입니다!
HMH-iOS/HMH_iOS/HMH_iOS/Global/SupportingFiles/AppBlock/requestPermision.swift
Lines 39 to 42 in e1f1b8a
📸 스크린샷
✅ Issue
Resolved #70