On Monday I released version 1.0 of my app, ICE: Internet Concept Explorer. It was accepted by Apple right out of the gate with no rejections… thank you Corona!
I used build 1235 to produce that version. I am working on version 1.1 of my app, but now, when the user presses a button which does this:
system.openURL( url )
I get this in the XCode device console:
Nov 13 08:49:49 kernel[0] <Debug>: launchd[17150] Container:/private/var/mobile/Applications/264EA2C6-618D-4A02-9238-82667787C709(sandbox)
Nov 13 08:49:51 accountsd[17151] <Error>: assertion failed:11B511: liblaunch.dylib + 19411 [7A8632AC-3E19-37EC-AFF1-672D2AD2A359]:0x25
Nov 13 08:49:51 Unknown[17151] <Error>:
Nov 13 08:49:52 backboardd[29] <Warning>: CoreAnimation: updates deferred for too long
Nov 13 08:49:52 backboardd[29] <Warning>: CoreAnimation: timed out fence 59d13
At this point, I believe the app is crashed, and so when the user heads back to the app it restarts the app cold, which is very undesirable, since more than likely they will want to press a button to bring up another URL, and not have to sweat to get back to where they left off.
This behavior is new in the last 16 days, as version 1.0 was submitted to Apple on October 29 and did not have this problem.
I tried using build 1257, as I thought it might be related to the Facebook login problem some folks were having, but it did not fix the issue.
Ideas?