I connected my iPhone 4(7.1.2) to my Windows which is having latest iTunes.
But after configuring the setting, soon after i disconnect the USB, the device is disappearing in iTunes and unable to Sync.
Though i know iOS with Windows is not supported by Appium, but it should be able to Sync my iPhone with iTunes over Wifi.
Does the specified setting only apply for MAC machine?
Please help me out guys @Georgina_Gonzalez
I need this urgently . Please need you help to know how to configure iOS device over wifi
I tried with iTune but it was not lunching the Application.
@Georgina_Gonzalez
It might be possible with Xcode 9 to debug via WiFi.
It's not possible to debug with released Xcode version without USB connection.
What is the reason for such request @Jitu1888?
Hi Ochubey,
Thanks for replying. Basically in my project we need to connect a lightning USB (Storage device) for the application to start(Application will launch without the device also but i cant use any features without connecting it). So USB port we cant use for Appium. For that reason i want a wi-fi solution for it.@ochubey
Can i use this above connector for APPIUM . Its a 2 lightning cable connector.
Thanks
Jitu
Let's hope Appium would be able to support WiFi debugging too.
But for now - have you considered to use a splitter like this one:
2
Yes if it is possible. But i need a splitter which
support charge + Sync. I tried but sync was not happening.@ochubey
@ochubey : This splitter is also not working .
Only one sync is happening .
@Georgina_Gonzalez Have you tried iOS over wi-fi???
Sorry for late reply.I was on leave for 2 weeks.
-
First install brew on the system
-
Then install node using brew
a. Run ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install1)” on the terminal
b. Ideviceinstaller: brew install ideviceinstaller
c. Carthage: brew install carthage
d. Ios-Deploy: npm install -g ios-deploy
e. Deviceconsole :npm install -g deviceconsole
Configuration of WebDriverAgent:
a. The appium-xcuitest-driver has provisional support for iOS real devices. Not all functionality is currently supported.WebDriverAgent needs to be built with development team and provisioning profile installed on device. The easiest way to do this is to specify them in an xcconfig file, the path to which is passed in to the system using the xcodeConfigFile desired capability
DEVELOPMENT_TEAM =
CODE_SIGN_IDENTITY = iPhone Developer
The Team ID is a unique 10-character string generated by Apple that is assigned to your team. You can find your Team ID using your developer account (Sign in to developer.apple.com/account1, and click Membership in the sidebar. Your Team ID appears in the Membership Information section under the team name.).
b. Alternatively, the profile can be manually associated with the project (keep in mind that this will have to be done each time the WebDriverAgent is updated):
Open terminal go to node_modules/appium-xcuitest-driver/WebDriverAgent (this path is relative to your appium installation).
mkdir -p Resources/WebDriverAgent.bundle
sh ./Scripts/bootstrap.sh –d
Open WebDriverAgent.xcodeproj in Xcode. Select your development team for both the WebDriverAgentLib and WebDriverAgentRunner targets. This should also auto select Signing Ceritificate.
Note:
- Please don’t use the WDA which comes with Appium that will not work.
- I will share the WDA file.
-
PLease connect idevice and Xcode over wi-fi.