Mongoose, CocoaHttpServer.
Mongoose 20% , plist/IPA. localhost would like to install , , . , , , . "" .
, 10-15 , CocoaHttpServer . , , Mongoose 10%.
self.httpServer = [[HTTPServer alloc] init];
[self.httpServer setType:@"_http._tcp."];
[self.httpServer setPort:8080];
[self.httpServer setDocumentRoot:[self pathForLocalInstallFiles]];
URL- plist :
NSURL *plistUrl = [NSURL URLWithString:@"itms-services://?action=download-manifest&url=http://localhost:8080/appname.plist"];
[[UIApplication sharedApplication] openURL:plistUrl];
plist, URL-, IPA, , file://, http://localhost/.