Notification 3

[Android] Local Notification (로컬 푸시) 구현하기

Unity Local Notification 구현하기 (로컬 푸시) 개발환경 Compatible with Unity 2018.3 or above. Compatible with Android 4.4+ (API 19) and iOS 10.0+. 구현 하기 Package Manager에서 Mobile Notifications를 Import 합니다. Project setting/Mobile Notification Setting 에서 아이콘 설정이 가능합니다. 구현 코드 테스트 참고 https://docs.unity3d.com/Packages/com.unity.mobile.notifications@1.3/manual/index.html

Unity 2021.05.09

[FCM] UE4 Firebase Cloud Messaging 적용하기

# 사전 준비 siyan.tistory.com/8 [FCM] Firebase 클라우드 메시징 클라이언트 구현하기 #1 # firebase 등록 https://console.firebase.google.com/ 로그인 - Google 계정 하나의 계정으로 모든 Google 서비스를 Google 계정으로 로그인 accounts.google.com firebase 콘솔에 들어가서 새 프로젝트를 생성.. siyan.tistory.com Firebase 등록 과정은 위의 가이드를 진행합니다. google-services.json 이 파일을 다운로드 합니다. # 프로젝트 셋팅 1. firebase 플러그인 활성화 하기 플러그인 메뉴에서 Notifications 카테고리를 선택합니다. Google Cloud Mess..

Unreal Engine 4 2021.04.20

[FCM] Firebase 클라우드 메시징 클라이언트 구현하기 #1

# firebase 등록 https://console.firebase.google.com/ 로그인 - Google 계정 하나의 계정으로 모든 Google 서비스를 Google 계정으로 로그인 accounts.google.com firebase 콘솔에 들어가서 새 프로젝트를 생성합니다. 적당한 이름을 입력한 후 '계속' 버튼을 선택합니다. '계속' 버튼을 선택합니다. 계정을 선택 한 후 '프로젝트 만들기' 버튼을 선택합니다. 잠시 기다리면 프로젝트가 생성됩니다. 사이드 메뉴의 'Cloud Messaging' 를 선택합니다. 유니티를 선택하여 앱을 추가합니다. 테스트를 진행 할 앱 등록을 진행합니다. 정보는 테스트를 위해 실제 정보가 아닌 임의의 값으로 설정하였습니다. Android만 작성합니다. (ios ..

Unity 2021.04.18