Skip to main content
shinh77822353
Participant
September 30, 2016
Question

Build apps iOS 10 issues

  • September 30, 2016
  • 0 replies
  • 210 views

- apps built with Adobe AIR

- When I build a test version, the app is operating normally. But Review version app displayed a splash screen indefinitely upon launch.

- There is one difference from the previous version.

If you run the app, loading 2 images from our server.

- I added content for network environment (you see below)

<key>NSAppTransportSecurity</key>

<dict>

<key>NSExceptionDomains</key>

<dict>

<key>my domain</key>

<dict>

  <key>NSIncludesSubdomains</key>

  <true/>

  <key>NSExceptionAllowsInsecureHTTPLoads</key>

<true/>

</dict>

</dict>

</dict>

Unable to debug at this time because app is not running.

I look forward to your quick response.

This topic has been closed for replies.