Skip to content

Commit

Permalink
Merge pull request #23 from chrisradford/testflight-update
Browse files Browse the repository at this point in the history
Update to add notes about app_token for latest version of TestFlight SDK
  • Loading branch information
Watson1978 committed May 11, 2013
2 parents 8fbdf90 + 25f0b33 commit bec35c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion articles/testflight/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ Now that the gem is loaded, it's time to configure it. Inside your application c
app.testflight.sdk = 'vendor/TestFlight'
app.testflight.api_token = '<insert your API token here>'
app.testflight.team_token = '<insert your team token here>'
app.testflight.app_token = '<insert your app token here>' *(TestFlight SDK 1.2 and greater)*
----

You can retrieve the values for +api_token+ and +team_token+ from your TestFlight account page.
You can retrieve the values for +api_token+ and +team_token+ from your TestFlight account page, and the value for your +app_token+ from your App page.

Optionally, you can use the +distribution_lists+ key if you do want to set up a distribution list for your submissions.

Expand Down

0 comments on commit bec35c3

Please sign in to comment.