{IOS}Appium1.5 wrong BUNDLEID safari launcher

Hi Emile,
Sorry for the late reply, have been really busy,
Please find the steps below:
Prerequisites:

  1. Latest Appium build 1.5.2
  2. Apple Developers ID
  3. Provisioning Profile with your Devices(in your case iPad air 2) added to it
  4. Xcode supporting the iOS on you iPAD

Steps:
Note: Keep your device connected

  1. Navigate to your folder where you downloaded the latest build of appium
  2. No navigate to /node_modules/safari-launcher
  3. Open the Safari-Launcher.xcode project in Xcode
  4. In Targets, Select SafariLauncher
  5. In General Settings -> Identity->Bundle ID, type : com.bytearc.SafariLauncher and in -> Team dropdown, select your Apple developers ID
  6. In Build Settings -> Code Signing -> Provisioning Profile -> Select your provisioning profile for all the fields and for code Signing Identity, select iPhone Developer
  7. Now the run the project
  8. When build is successful, safari Launcher would be downloaded to your iPAD.

Now run your tests.
Let me know if you need further details