[Feat/YAP-63] 온보딩 시스템 알림권한 설정을 구현합니다. #50
Merged
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.
Related issue 🛠
closed #<issue_number>
어떤 변경사항이 있었나요?
CheckPoint ✅
PR이 다음 요구 사항을 충족하는지 확인하세요.
Work Description ✏️
systemnoti.mp4
Uncompleted Tasks 😅
To Reviewers 📢
지금 까지 했던 모든 기능 중 제일 오래 걸렸습니다. 능지 이슈 때문에..
무슨 방법을 써도 계속 팝업이 안떠서 build-logic module을 다시 되돌아 보기 시작했습니다.
target sdk가 없더라구요. 하지만 저는 이게 문제가 될 지 몰랐습니다 허허...
모든 구글링을 통해서 targetsdk 문제로 수렴하는거 같아 다음과 같은 command를 terminal에 입력해봤습니다.
./gradlew :app:processDebugManifest
이 커맨드를 입력하면 app/build/intermediates/merged_manifests/debug/AndroidManifest.xml 이 경로에 모든 정보가 담기게 되는데요.
targetsdk가 28로 잡혀서 안뜨는 것이었습니다..
screen단에서 Sdk로그를 찍으면 기기의 sdk버전인 33만 떠서 확인할 수 없습니다.
정말 코드 한 줄 때문에 3시간은 넘게 쓴거 같네요. ㅋㅋㅋㅋㅋㅋㅋ;; 생각지도 못했습니다.