[ 
https://issues.apache.org/jira/browse/CB-11936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16138670#comment-16138670
 ] 

Richard Mott edited comment on CB-11936 at 8/23/17 5:18 PM:
------------------------------------------------------------

The Media <key> name is wrong. Should be

{code:java}
<key>NSAllowsArbitraryLoadsForMedia</key>
{code}

_(Not NSAllowsArbitraryLoadsInMedia)_
So, media streaming is not working in our Cordova app on IOS. 
See the note in Apple Docs
_"Note: There are two “allows arbitrary loads” keys and they employ different 
naming patterns. Take care to use …ForMedia and …InWebContent correctly."_


was (Author: richardm645):
The Media <key> name is wrong. Should be
        <key>NSAllowsArbitraryLoadsForMedia</key>
_(Not NSAllowsArbitraryLoadsInMedia)_
So, media streaming is not working in our Cordova app on IOS. 
See the note in Apple Docs
_"Note: There are two “allows arbitrary loads” keys and they employ different 
naming patterns. Take care to use …ForMedia and …InWebContent correctly."_

> Support four new App Transport Security (ATS) keys
> --------------------------------------------------
>
>                 Key: CB-11936
>                 URL: https://issues.apache.org/jira/browse/CB-11936
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-common, cordova-ios
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>
> https://forums.developer.apple.com/thread/6767
> NSAllowsArbitraryLoadsInWebContent (defaults to NO)
> NSRequiresCertificateTransparency (defaults to NO)
> NSAllowsLocalNetworking (defaults to NO)
> NSAllowsArbitraryLoadsInMedia (defaults to NO)
> NSRequiresCertificateTransparency is not top level, but is under 
> NSExceptionDomains
> 1. Add this feature to the iOS platform
> 2. Add new attribute parsing to ConfigParser in CordovaCommon
> 3. Add docs for new attributes



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to