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

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

Github user shazron commented on the pull request:

    
https://github.com/apache/cordova-plugin-geolocation/pull/28#issuecomment-58585067
  
    Adding it to this repo because it logically belongs here. Either here, or 
the cordova-plugins repo.
    I would not expect this sub-plugin to be "released" like the other plugins 
since it will never change, but installable by git url in the meantime:
    
    ```cordova plugin add 
https://github.com/apache/cordova-plugin-geolocation.git#master:src/ios/background-location
 ```
    
    We could release it **once** and that's all that is needed.


> [Geolocation] Support Background Location tracking
> --------------------------------------------------
>
>                 Key: CB-7754
>                 URL: https://issues.apache.org/jira/browse/CB-7754
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: Plugin Geolocation
>         Environment: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Minor
>
> Add NSLocationAlwaysUsageDescription in Info.plist
> The reason why we don't add this by default is, not all devs need this 
> capability, and including it by default might scare off their users.
> The previous plugin implementation (before iOS 8) only required foreground 
> access, so that's why the current plugin only supports foreground access.
> The way to add this functionality is to add a sub-plugin in the same plugin, 
> which only installs the required Info.plist key.



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

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

Reply via email to