cordova本地通知声音在ios和Android中无效

时间:2015-07-10 13:20:35

标签: android ios cordova sencha-touch localnotification

我正在使用cordova-plugin-local-notifications 插入。现在我有问题在Android和iOS上获取我的声音文件。

window.plugin.notification.local.add({
    id:         '0001',   
    date:       new Date,      
    message:    'hello',
    title:      'title',  
    badge:      1,
    sound:      'www/resources/audio/beep.mp3', 
    autoCancel: true, 
    ongoing:    true 
});

我需要做什么我需要在sencha touch中更改原生方面的应用程序。

0 个答案:

没有答案