Xcode 7 app verification process

I build apps for internal distribution that are designed to communicate internally over a wireless network with no outside internet access. Right now the new app verification policy is causing problems when I try to run an app from Xcode on one of my test devices.


  • If I run the app while the device is connected to the internal network then it will not launch because the device cannot verify the app.
  • If I temporarily switch my device to a public network the app verifies and launches but cannot get to the internal API server, so it is worthless for testing.
  • We do not have a network with access to both at the same time, and I don't see our security group allowing an exception to that policy.
  • I can launch the app from XCode on the public network, switch the network, and launch the app from the application, but:
    • That is a major pain every time I want to test, and
    • I don't get the logs in the XCode console to see what's happening in the app


Is there a workaround to this verification process that I can use for testing?


Thanks in advance!

Xcode 7 app verification process
 
 
Q