Open
Conversation
3 tasks
Member
Member
Author
|
해당 부분은 앱 로고 이미지가 들어갈 부분입니다 ! 🐾 현재 이슈는 스크린타임의 권한을 요구하고 받아오는 부분까지만 필요해서 family controls만 가져왔습니다 !! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Pull request
⛳️ 작업한 브랜치
👷 작업한 내용
스크린샷
🚂 참고할 내용 1. 시뮬레이터 이용
+) 핸드폰 연결해서 개발자모드로 실행해보려 했는데,, 안되더라구요,,? 아마 스크린타임 권한을 요구하는 앱은 보안 이슈 때문에 애플 개발자 등록을 해야해서 같아요 ㅠㅠ 이 점도 참고 부탁드립니당
🚂 참고할 내용 2. FamilyControls API이란?
iOS에서 제공하는 스크린타임 API는 총 3가지입니다.
-> 이 중 스크린 타임 권한을 요청하기 위해 Family Controls를 추가했습니다 !
🚂 참고할 내용 3. 온보딩 표시
모달로 구현하였고, 흐름은 아래와 같습니다.
모달1(
OnboardingWelcome) ➡️ 허용 버튼 클릭 ➡️ 스크린 타임 접근 허용 로직 ➡️ 허용 완료 후 모달1로 돌아감과 동시에 모달1 내려감 + 모달2 올라옴 ➡️ 모달2(OnboardingSetting) 완료 버튼 클릭 ➡️ 홈 화면온보딩 수행 여부는 hasSeenOnboarding로 관리하여 최초 실행 시에만 온보딩이 수행되도록 합니다 :)
🧚🏻 추후 필요한 작업
관련 이슈