[MonoTouch] MonoTouch and iOS 5.1
Sebastien Pouliot
sebastien at xamarin.com
Tue Mar 13 18:05:01 UTC 2012
On Tue, Mar 13, 2012 at 1:12 PM, MilkyJoe <leigh.bowers at curvenet.co.uk> wrote:
> Darn it. My entire logging class is written around the console!
>
> Do we know why Apple has made this change?
No we don't (at least not yet).
> Being able to log to the console
> has really helped me to get to the bottom of some release problems.
It will still work when debugging or when installing applications from
MD or Xcode (which made finding the issue harder). However it won't
work (access denied) when applications are installed from the AppStore
or from an AdHoc deployment.
You can somewhat* workaround this using NSLog. *Apple can reject your
application if you use NSLog - but honestly so many applications do it
that I think it's more to stop *abuse* than use (keep in mind that
logging is not free and that end-users can't easily access those
logs).
Sebastien
More information about the MonoTouch
mailing list