문제

Am writing an application for iphone to run as mobile web server by assigning one IP address to it.How can we deploy mobile web server in iphone without using servers man application?

도움이 되었습니까?

해결책

You can use a framework like Robbie Hanson's CocoaHTTPServer to respond to web requests in an iPhone app. However I think you are trying to ask whether it's possible to to run a web server in the background, without having an app running.

The answer is that it's not possible, unless you have a jailbroken device.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top