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

알림 권한을 허용하지 않을 경우에 대한 Alert를 보여주는 기능 구현 #41

Merged
merged 4 commits into from
Jul 30, 2023

Conversation

sanghyeok-kim
Copy link
Owner

@sanghyeok-kim sanghyeok-kim commented Jul 30, 2023

  • 앱 최초 실행시 요구하는 Notification Access에 대해 반사적으로 '거부'를 누르는 사용자가 많음
  • 알람이 울리지 않는 이유가 자신이 알람 권한을 거부했기 때문임을 모르는 경우가 있음
  • 따라서 실행시 마다(최초 실행시에는 제외) 권한 여부를 확인한 뒤, 알림창을 띄워 설정 화면으로 안내하도록 함

CleanShot 2023-07-30 at 17 05 37

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.

알림 권한을 허용하지 않을 경우에 대한 Alert를 보여주는 기능을 구현합니다.
1 participant