03-11-2013 01:40 PM
Hi im getting error "Could not find any settings record for the application", with status code 0. I hope someone can help me.
private function addNotificationToHub():void
{
NotificationManager.notificationManager.addEventLi stener(ErrorEvent.ERROR, onNotificationError);
NotificationManager.notificationManager.notifyNoti fication(notification);
}
private function onNotificationError(event:ErrorEvent):void
{
trace(event.errorID);
}Thankyou,
Javier
Solved! Go to Solution.
03-11-2013 03:37 PM
I got it working, to notify notification with NotificationManager.notificationManager.notif
I didnt find this error in google or here maybe because almost all people followed the tutorial about post notification.
It was also working for me before but the descriptorfile was changed for some reason and i didnt note it.