Skip to content

Commit

Permalink
chore: pwa 적용기 관련 파일 명 변경 및 사용하지 않는 이미지 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hozzijeong authored Nov 3, 2023
1 parent 036163e commit 77936f0
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion contents/posts/pium-apply-pwa/.images_index/index.md

This file was deleted.

Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions contents/posts/pium-apply-pwa/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ messaging.onBackgroundMessage((payload) => {
`FCM`에서 사용자 토큰을 입력하고 테스트 알림을 날리면 다음과 같이 받을 수 있습니다.
<img width="812" alt="알림 성공" src="pium-apply-pwa/.images_index/notification_alert.png"/>
<img width="812" alt="알림 성공" src=".index_images/notification_alert.png"/>
## Trouble Shooting
Expand Down Expand Up @@ -483,7 +483,7 @@ const SwMessagingFactory: InstanceFactory<'messaging'> = (
배포를 끝마치고 핸드폰(아이폰)으로 서비스에 접속해보니 아예 렌더링 되지 않는 문제가 있었습니다. 디버깅을 해보니 아래와 같이 에러를 던졌습니다.
<img width="812" alt="알림 성공" src="pium-apply-pwa/.images_index/notification_error.png"/>
<img width="812" alt="알림 성공" src=".index_images/notification_error.png"/>
변수 `Notification`을 찾을 수 없고, 그에따라 `request premission`이 적용되지 않은 상태에서 `firebase message`에 접근하는 것 자체가 잘못된 접근이라는 이유였습니다.
Expand Down Expand Up @@ -516,7 +516,7 @@ myButton.addEventListener("click", async () => {
Mac Safari에서는 완벽하게 지원을 하지만 iOS의 Safari에서는 홈 화면에 바로가기를 추가해야지만 Notifications API를 사용할 수 있었습니다.
<img width="812" alt="알림 성공" src="pium-apply-pwa/.images_index/notification_can_i_use.png"/>
<img width="812" alt="알림 성공" src=".index_images/notification_can_i_use.png"/>
그렇다면 문제는 무엇이었을까요? 바로 다음 코드에 있습니다.
Expand Down

0 comments on commit 77936f0

Please sign in to comment.