I encountered problem while scheduling notifications. When notification pops if app IS NOT RUNNING IN BACKGROUND, if trying to run application by clicking on notification runs app which instantly crashes. My test platforms are iPod Touch 2G and iPad2, so naturally it first happened to me on iPod which doesn’t suspend applications. Then I tried it on iPad - reproduced it when I killed application.
I use latest stable corona build (2011.704b)
Simple line of code would suffice to reproduce this error
[lua]system.scheduleNotification( 30 , { alert = “Let’s crash this puny app!” } )[/lua]
Then app must be run and closed + killed.
X-Code Device Console Output prints only message:
[text]Tue Apr 24 15:55:06 unknown SpringBoard[24] : Application ‘TestCode’ exited abnormally with exit status 1[/text]
Tried to put some print message as first line of code with
[lua]io.output():setvbuf(“no”)[/lua]
It doesn’t even get there.
Does anyone encountered this error also? [import]uid: 41153 topic_id: 25463 reply_id: 325463[/import]