Hi Emile,
Sorry for the late reply, have been really busy,
Please find the steps below:
Prerequisites:
- Latest Appium build 1.5.2
- Apple Developers ID
- Provisioning Profile with your Devices(in your case iPad air 2) added to it
- Xcode supporting the iOS on you iPAD
Steps:
Note: Keep your device connected
- Navigate to your folder where you downloaded the latest build of appium
- No navigate to /node_modules/safari-launcher
- Open the Safari-Launcher.xcode project in Xcode
- In Targets, Select SafariLauncher
- In General Settings -> Identity->Bundle ID, type : com.bytearc.SafariLauncher and in -> Team dropdown, select your Apple developers ID
- In Build Settings -> Code Signing -> Provisioning Profile -> Select your provisioning profile for all the fields and for code Signing Identity, select iPhone Developer
- Now the run the project
- When build is successful, safari Launcher would be downloaded to your iPAD.
Now run your tests.
Let me know if you need further details