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

how add beta-reports-active?

Community Beginner ,
Sep 11, 2018 Sep 11, 2018

Copy link to clipboard

Copied

<InfoAdditions><![CDATA[<key>UIStatusBarStyle</key>

<string>UIStatusBarStyleBlackOpaque</string>

<key>UIRequiresPersistentWiFi</key>

<string>NO</string>

<key>UIApplicationExitsOnSuspend</key>

<false />

<key>NSAppTransportSecurity</key>

<dict>

<key>NSAllowsArbitraryLoads</key>

<true />

</dict>

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

<true/>

<key>UIDeviceFamily</key>

<array>

<string>1</string>

<string>2</string>

</array>

<key>MinimumOSVersion</key>

<string>8.0</string>]]></InfoAdditions>

TOPICS
Development

Views

777

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
Adobe Employee ,
Sep 18, 2018 Sep 18, 2018

Copy link to clipboard

Copied

LATEST

Hi,

The tag beta-reports-active is automatically added for the applications packaged for upload on Apple app store, as required by the App Store. For any other target type, this can be added by specifying the tag under the <Entitlements> tag in the <iPhone> tag using the following format.

<iPhone>

<Entitlements>

<![CDATA[

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

     <true/>

     ]]>

</Entitlements>

</iPhone>

Thanks!

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