아이폰 개발
Swift Push notification 처리
나숑
2021. 7. 22. 17:24
맨날 까먹음
https://www.raywenderlich.com/11395893-push-notifications-tutorial-getting-started
Push Notifications Tutorial: Getting Started
Push notifications allow developers to reach users, even when users aren’t actively using an app! In this tutorial, you’ll learn how to configure your app to receive push notifications and to display them to your users or perform other tasks.
www.raywenderlich.com
https://sebagae.tistory.com/11
FCM APN Auth Key 등록하기
Firebase Cloud Message를 이용해 iOS에 Push Message를 보내기 위해서는 추가적인 APN Auth Key를 등록해줘야합니다. https://console.firebase.google.com/?hl=ko에서 로그인 후 프로젝트를 생성합니다. 이미..
sebagae.tistory.com