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

ASF GitHub Bot commented on CB-12002:
-------------------------------------

GitHub user dpogue opened a pull request:

    https://github.com/apache/cordova-ios/pull/269

    CB-12002 - Support LSApplicationQueriesSchemes

    ⚠️ Depends on https://github.com/apache/cordova-lib/pull/502
    
    ### Platforms affected
    iOS
    
    ### What does this PR do?
    Adds support for parsing `<allow-intent>` tags in config.xml and creating a 
list of allowed schemes to be written as `LSApplicationQueriesSchemes` in the 
Info.plist.
    
    For more info about LSApplicationQueriesSchemes, see 
https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/TP40009250-SW14
    
    ### What testing has been done on this change?
    Added spec test.
    
    ### Checklist
    - [x] Reported an issue in the JIRA database: 
[CB-12002](https://issues.apache.org/jira/browse/CB-12002)
    - [x] Commit message follows the format.
    - [x] Added automated test coverage as appropriate for this change.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dpogue/cordova-ios allow-intent

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-ios/pull/269.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #269
    
----
commit 374e5741ad569ab380217926f0f23d54d4ea628d
Author: Darryl Pogue <dar...@ayogo.com>
Date:   2016-10-12T18:09:57Z

    CB-12002 - Support LSApplicationQueriesSchemes

----


> Support LSApplicationQueriesSchemes
> -----------------------------------
>
>                 Key: CB-12002
>                 URL: https://issues.apache.org/jira/browse/CB-12002
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Darryl Pogue
>            Assignee: Darryl Pogue
>
> For apps to launch other apps via their custom URL schemes, they need to be 
> whitelisted in LSApplicationQueriesSchemes. We should be able to use the 
> (currently unused by iOS) {{<allow-intent>}} tags in config.xml to configure 
> this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to