2
我正在編寫一個應用程序,它可以在2個iPhone之間傳輸圖像。我使用Apple提供的許多示例代碼來創建網絡流(https://developer.apple.com/library/IOS/samplecode/SimpleNetworkStreams/Introduction/Intro.html)。NSNetService initWithDomain使用本地IP地址?
我的問題是是否需要在該行通過其他iPhone的本地IP地址下面,而不是「本地」:
self.netService = [[NSNetService alloc] initWithDomain:@"local." type:@"_x-SNSDownload._tcp." name:@"Test" port:port];
的感謝!