On Dec 12, 2012, at 6:22 PM, berry hunt <berryhun...@gmail.com> wrote:

> - where in the AppDelegate class would a URL be sent, to somewhere? How do
> I track it down?

Try breaking on -[NSURLConnection initWithRequest:delegate:] and 
-[NSURLConnection initWithRequest:delegate:startImmediately:]. The 
documentation is not clear on which one's the designated initializer, so you 
ought to try both.

> - where would the parameters of an URL request be constructed in the actual
> code, or xcode itself, to make the URL be sent?

Try breaking on -[NSURLRequest initWithURL:cachePolicy:timeoutInterval:] and 
see for yourself.

Nick Zitzmann
<http://www.chronosnet.com/>




_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to