Re: NSURLConnection doesn't post
Re: NSURLConnection doesn't post
- Subject: Re: NSURLConnection doesn't post
- From: Michael Vannorsdel <email@hidden>
- Date: Thu, 10 Apr 2008 07:57:46 -0600
Maybe a shot in the dark, but setting self as delegate, are you sure
self is the correct object if called from other objects (self is not
the calling object)?
On Apr 10, 2008, at 6:27 AM, Micha Fuhrmann wrote:
Now if I place a button on my interface and call test everything is
fine, the post is submitted and the delegate method is called.
Suffice I call the test method from another class and nothing gets
posted (break points show me the sendLogs method is indeed called),
the didReceiveData method is not called either. I've looked into
adding the NSURLConnection into an array so it wouldn't be scraped,
created a separate send class just for the post etc. to no avail, I
really don't know what I'm doing wrong.
Any help very much appreciated.
_______________________________________________
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