You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/12 17:55:20 UTC

[jira] [Commented] (CB-12002) Support LSApplicationQueriesSchemes

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

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

GitHub user dpogue opened a pull request:

    https://github.com/apache/cordova-lib/pull/502

    CB-12002 - Add getAllowIntents() to ConfigParser

    ### Platforms affected
    None, but I'm adding this as preparation for an iOS feature.
    
    ### What does this PR do?
    Adds a convenience method to retrieve the list of `<allow-intent>` tags from config.xml, similar to the `getAllowNavigations()` and `getAccesses()` methods.
    
    ### What testing has been done on this change?
    Additions to the existing spec tests.
    
    ### 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-lib get-intents

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

    https://github.com/apache/cordova-lib/pull/502.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 #502
    
----
commit 84f633321c94341f05dad725b90dc016b12ee44b
Author: Darryl Pogue <da...@ayogo.com>
Date:   2016-10-12T17:48:26Z

    CB-12002 - Add getAllowIntents() to ConfigParser

----


> 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-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org