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

how add beta-reports-active?

Community Beginner ,
Sep 11, 2018 Sep 11, 2018

<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
874
Translate
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
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!

Translate
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