Hi Guys,
I am new to iOS application development. please help.
We have existing android application installed in the windows pc. When we send commands to the android device from our application, android device will respond to the commands we have sent and acknowledges(Ex: adb call, adb SMS, adb radio wifi on etc.,)
We want to create same like that in iOS. Is there a equivalent to ADB Shell in iOS platform?
How can we communicate with iOS devices from the desktop application written in c#? (Ex: We send call command from application, call should trigger in the iOS device(iPhone), send radio wifi on - Should trigger wifi on the iOS device)
The above iOS application we want to develop using Xamarion.iOS...Can somebody help on my queries for starting?