I got problem with exporting app in Xcode 7. I tried things with older version but they weren't work.
Asked
Active
Viewed 529 times
1 Answers
1
These are the steps to export your app for testing:
- Register all test devices.
- Archive your app.
- Export the archive using either an ad hoc provisioning profile or team provisioning profile to code sign your app.
- Install the app on test devices.
- Solicit crash reports from testers
please have a look here https://developer.apple.com/library/tvos/documentation/IDEs/Conceptual/AppDistributionGuide/TestingYouriOSApp/TestingYouriOSApp.html#//apple_ref/doc/uid/TP40012582-CH8-SW1

Umesh Chauhan
- 74
- 6