在apns 資料夾下撰寫發送推播的js 檔,設定key, keyId, teamId。 比方檔案取名為push.js,輸入以下內容: var apn = require('apn'); var options = { token: { key ...
確定! 回上一頁