• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Missing Beta Entitlement. I can't test the ios App

Explorer ,
Mar 13, 2017 Mar 13, 2017

Copy link to clipboard

Copied

I am attempting to test a file in TestFlight. I managed to upload the ipa file however, when I try to add the file to TestFlight for an internal tester the option to add the app is not available.  When I check the External Testing Status in the Activities tab says "Missing Beta Entitlement."

Views

800

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Mar 13, 2017 Mar 13, 2017

You have to edit the <iPhone> part of the app descriptor XML. Put this into it:

<Entitlements><![CDATA[ <key>get-task-allow</key>

   <false/>

   <key>beta-reports-active</key>

   <true/> ]]></Entitlements>

Votes

Translate

Translate
LEGEND ,
Mar 13, 2017 Mar 13, 2017

Copy link to clipboard

Copied

LATEST

You have to edit the <iPhone> part of the app descriptor XML. Put this into it:

<Entitlements><![CDATA[ <key>get-task-allow</key>

   <false/>

   <key>beta-reports-active</key>

   <true/> ]]></Entitlements>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines