2014-01-31 47 views
2

我有一個科爾多瓦IOS應用程序。我在我的應用程序中經常使用UUID,但現在它無法工作,它會停留在顯示它的警報中。Device.uuid插件通知不顯示科爾多瓦iOS應用程序

onDeviceReady: function() { 
    alert("On device Ready"); // Hits this and thats it 
    alert(device.window.uuid); //does not display this and does not go on 
    app.receivedEvent('deviceready'); 
}, 

以及當我這樣做: alert(device.window.uuid);

var pushNotification = window.plugins.pushNotification;

回答

相關問題