I wanted to know that with the provisioning profile of the of iphone developer i was able to generate the (.ipa) for uploading to testflightapp. But it gives me an error in the testflight that "it is invalid (.ipa)" Is that because of the fact the i am using the developer profile and not distribution profile?
11
votes
4 Answers
13
votes
You must use your distribution profile! Also, make sure your ipa has the file embedded.mobileprovision.
3
votes
Preparing for testflight contains the following steps
- Invite teammates with testflight by their email address.
- In developer.apple.com use 'add devices' and add the device by it's UID
- Within distribution create a new profisioning profile which contains the devices of the testflight users.
- Download the new provisioning profile and set it in the XCode build settings -> Code signing Identity
- Make a new build of your project in XCode with product
- Upload your newly made .ipa to testflight and set the testflight testers
Your done!
EDIT:
I've you've made a testflight before of your App you can also choose to stop after step 3 and just upload your newly created profile to testflight. (as OneGuyInDc says)
2
votes
