Firebase admin SDK를 사용하여 노드 서버에서 푸시 알림을 전송합니다. 하지만 iOS에서 앱이 백그라운드에있을 때/포기할 때가 아니라 종료 될 때만 알림을 표시하려고합니다. 현재 알림이 항상 표시됩니다. 내 페이로드 뭔가포 그라운드에서 알림 표시 안 함
const payload = {
data: {
data: 'data',
more: 'moreData',
},
notification: {
title: 'Incoming Call',
body: 'Someone is calling you',
text: 'This is some text',
sound: 'default',
click_action: 'com.example.INCOMING_CALL',
}
};
const options = {
priority: 'high',
time_to_live: 30,
collapse_key: 'Video Call',
content_available: true,
};
admin.messaging().sendToDevice(tokensList, payload, options);
인가 아니면 내가 AppDelegate.swift에서해야 할 일이다
이 내 페이로드? iOS8의에서
당신은applicationState
를 사용하여
AppDelegate
이 달성 할 수