Re: URL Request from AppDelegate?
Re: URL Request from AppDelegate?
- Subject: Re: URL Request from AppDelegate?
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 12 Dec 2012 23:30:21 -0700
On Dec 12, 2012, at 6:22 PM, berry hunt <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden