Is it possible to download the iOS application in the App Store for internal testing from the beta version of Xcode 7?

Can I download the application archive from the App Store to the beta version of Xcode 7 for internal testing using Flight Flight?

Could anyone do this?

Note. I ask for a submission for preliminary testing of internal testing using a test flight . I am well aware that publishing the application to the public is not possible from the beta versions of Xcode.

Update

I was able to use the beta version of Xcode 7 and upload the binaries to the preview section of the App Store. After that, I was able to open it from a test flight. Code Signing Id was: iOS Developer. Profile profiling was "Automatic." Both values ​​were set for Debug and Release.

+3
source share
1 answer

Yes, you should be able to download the application through the beta version of Xcode 7. But the problem is the presence of potential errors, and why they call it a beta version. You should take this as a risk when you decide to download the application through the new Xcode. This is normal if you are working with your personal application. For your client or business, it is best to use a stable version.

+3
source

All Articles