Tagged Questions
The iphone-network tag has no wiki summary.
2
votes
2answers
630 views
reachabilityWithHostName timeout
I'm implementing the Reachability class to check connection status as follows:
Reachabilitty *reachability = [Reachability reachabilityWithHostName:@"apple.com"];
Network status = [reachability ...
2
votes
1answer
1k views
NSMutableURLRequest and “request body stream exhausted” error
i have a problem with http PUT request and request body as stream from file.
no matter what the size of the file i get error "NSURLErrorDomain -1021 request body stream exhausted"
i know i can ...
1
vote
1answer
539 views
Scan local network to detect windows/mac/linux computers with iPhone
I'm trying to figure how to perform some networking tasks using Objective C on the iPhone. I'd like to enumerate all network devices on my local, home network. Also, I'd like to be able to ping ...
1
vote
1answer
295 views
What's the fastest way to transfer data between iPhone & computer (Mac or PC)?
I want to continuously transfer bulk of data between an iPhone app and a desktop app. (e.g. to capture the full screen, and show it on iPhone screen at real-time). What's the best way to do that?
...
1
vote
3answers
910 views
How to get port number for iPhone Chatting Application
I am developing a chat application.
But Right now chatting is possible with only google because I know only google's port no.
xmppClient = [[XMPPClient alloc] init];
[xmppClient addDelegate:self];
...
0
votes
1answer
104 views
Connect iPod touch (client) with a linux PC (server) via wi-fi?
I am developing an App for the iPod Touch 4G with iOS 4.3.3 with the aim to connect to a linux pc and exchange data: from the ipod to the pc the accel/gyro info and from the pc to the ipod frames from ...
0
votes
2answers
492 views
Proxy from iPhone to desktop running Fiddler some https fails
I am successfully seeing https traffic from a proxy setup on an iPhone to a wifi network so that it is routed through a desktop running fiddler. However, some http requests fail. I have all items ...
0
votes
0answers
74 views
How to save Field Test data in iPhone
Do you have any way or private framework to access directly network & device details. If Field Service is only one way,then how can save field service data in core data? Please do needful & ...
0
votes
0answers
566 views
Error message of Mac os version Not yet set [closed]
Possible Duplicate:
Error: Mac OS version: Not yet set
hi friends,
i have ISO SDK 10.6.1 &10.6.2 Mac os DVD.while installing mac os in my laptop some error message are arrived to ...
0
votes
2answers
98 views
Best way to load distant data
I'm currently developping an iPhone app and need your opinion.
First, I am developping it for a Football (soccer) Club. It contains many tabs (at least these ones) :
News (Where I am displaying ...
0
votes
1answer
210 views
Creating a error-handling UIView Overlay
I have a Tab Bar controller inside a Navigation controller. I want to create a view, with a single 320x411 image (leaving the status bar, and the tab bar).
The image is shown for a network connection ...
-2
votes
2answers
136 views
How to switch off iPhone Internet and data package network connection?
I am basically a Nokia developer, and I want to make an application that tracks the total consumption of Internet data or in other words a data tracker. If the set limit is reached I want the Internet ...