2017-06-28 133 views
0

我試圖設置推送通知,我堅持here,我不知道在哪裏把這個代碼:離子配置推送通知

const cloudSettings: CloudSettings = { 
    'core': { 
    'app_id': 'APP_ID', 
    }, 
    'push': { 
    'sender_id': 'SENDER_ID', 
    'pluginConfig': { 
     'ios': { 
     'badge': true, 
     'sound': true 
     }, 
     'android': { 
     'iconColor': '#343434' 
     } 
    } 
    } 
}; 

app.modules.ts不存在在我的項目

離子版本:2.1.4 科爾多瓦:6.4.0

回答