Cordova lokale Benachrichtigung Sound funktioniert nicht in iOS und Android

Ich benutzecordova-plugin-local-notifications Plugin. Jetzt habe ich ein Problem damit, meine Sounddatei sowohl für Android als auch für iOS abzurufen.

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 
});

Was muss ich tun? Ich muss meine App auf der nativen Seite in Sencha Touch ändern.

Antworten auf die Frage(2)

Ihre Antwort auf die Frage