How is the exception-handling working? I remember when I used testflight SDK a while back the app would crash if I did something like this:
try {
((Object)null).ToString();
} catch {
// Don't care about the nullref-exception
}
cause testflight caught the nullref-exception and "gracefully exited the
app" -.-
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
