Will apple accept my app if the app is connecting to a local network device and communicate with them

Im trying to develop an app, which will do a TCP connection with the local network device and perform some trigger event with the local network device. Basically to get some input from the app and display it on the local network device. Is there any standard I have to follow if Im doing this?

Is there any standard I have to follow if I’m doing this?

AFAIK the App Store Review Guidelines have no specific rules about communicating with devices on the local network.

At a technical level, modern versions of iOS implement a local network privacy feature. See Local Network Privacy FAQ for more on that.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Will apple accept my app if the app is connecting to a local network device and communicate with them
 
 
Q