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' 카테고리의 다른 글
Input System #1 (0) | 2021.09.30 |
---|---|
Addressable Asset System 예제 (2) | 2021.05.25 |
Spine 연동 하기 (0) | 2021.05.09 |
Unity Ads 광고 구현하기 (1) | 2021.04.29 |
AdMob 광고 연동하기 (0) | 2021.04.27 |