Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestFlight task uses app.development instead of app.release #19

Open
jjaffeux opened this issue May 7, 2013 · 5 comments
Open

TestFlight task uses app.development instead of app.release #19

jjaffeux opened this issue May 7, 2013 · 5 comments

Comments

@jjaffeux
Copy link

jjaffeux commented May 7, 2013

We should follow TestFlight rules : TestFlight follows Apple's beta distribution guidelines which recommends betas to be signed with an Ad Hoc profile.

@jamonholmgren
Copy link

👍

@chrisradford
Copy link

Am I correct in thinking this would be as simple as changing https://github.com/HipByte/motion-testflight/blob/master/lib/motion/project/testflight.rb#L120 from Rake::Task["archive"].invoke to Rake::Task["archive:distribution"].invoke?

If so, is there a downside to this change?

@paulsturgess
Copy link

I just got caught out on this. Lost a few hours trying to figure out why my adhoc distribution provisioning profile just would not work. Kept getting the obscure error:

Invalid Profile: distribution build entitlements must have get-task-allow set to false.

Switched to the development profile and the build uploaded to Testflight straight away!

@chrisradford
Copy link

@paulsturgess you could have also set app.entitlements['get-task-allow'] = false which would also solve that issue.

@jamonholmgren
Copy link

To make this a little more clear, TestFlight requires that you upload a distribution Ad Hoc build.

  1. Under the Product menu, select Archive. This will build your application and code sign it using the Distribution (Ad Hoc or App Store) profile setup in step 5 of the “Creating the Basic Application” section. Once the build has completed the Organizer window will appear.

http://help.testflightapp.com/customer/portal/articles/494413-how-to-create-an-ipa-xcode-4-3-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants