write shell script with arp -a command and run in iOS phone/tablet

Can I write the shell script with ARP commands like arp -a and run the script at run time and store the result of it.

e.g. a button in my UI screen when user clicks on the button I will run the shell script and get the IP and MAC and store the output in a file.

Is it allowed and will apple accept my application for app store.

iOS does not have a shell.

For those following along at home, this question is fallout from an earlier thread.

Share and Enjoy

Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
write shell script with arp -a command and run in iOS phone/tablet
 
 
Q