You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/07/14 03:26:01 UTC

[GitHub] [cordova-plugin-device] xuwupeng2000 opened a new issue, #176: Enable configration for device uuid

xuwupeng2000 opened a new issue, #176:
URL: https://github.com/apache/cordova-plugin-device/issues/176

   # Feature Request
   
   ## Motivation Behind Feature
   Currently there are rules in China Mainland regarding to how device uuid can be collected and used. 
   Some of the android distribution shops eg: Huawei shop,  disallow collecting device uuid.
   And therefore I wonder if we can support configuration to enable/disable device uuid feature. 
   
   Thanks
   
   ## Feature Description
   Support configuration to enable/disable device uuid feature
   
   ## Alternatives or Workarounds
   Alternatively we can comment out #GetUuid() method after the native code is built. 
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [cordova-plugin-device] pierresh commented on issue #176: Enable configration for device uuid

Posted by GitBox <gi...@apache.org>.
pierresh commented on issue #176:
URL: https://github.com/apache/cordova-plugin-device/issues/176#issuecomment-1246118323

   > I comment Device.uuid = getUuid(); ` public void initialize(CordovaInterface cordova, CordovaWebView webView) { super.initialize(cordova, webView); // Device.uuid = getUuid(); }`
   
   Thanks a lot for your message, I confirm it is enough to pass the Huawei app store.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [cordova-plugin-device] breautek commented on issue #176: Enable configration for device uuid

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #176:
URL: https://github.com/apache/cordova-plugin-device/issues/176#issuecomment-1185767709

   Thank you for feature request.
   
   For privacy concerns, I agree this change is necessary. In addition to your use case, not all users of this plugin needs or requires the UUID. Sometimes they just simply want to know the device android version for compatibility checks. So generating/pulling the UUID when it's not required can raise privacy concerns.
   
   Pull requests are welcome, however keep in mind that this request in particular will be a breaking change as it requires not automatically generating/determining UUID on the platform, which means it would require the application to call on the API to generate/get the UUID when it is deemed acceptable to do so. As a result it may take some time before we can incorporate or merge any pull requests for this feature request.
   
   For the breaking change reasons, I've added to our 3.x milestone, so when we begin preparing for a major release, this won't be forgotten.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [cordova-plugin-device] 5thgfka commented on issue #176: Enable configration for device uuid

Posted by GitBox <gi...@apache.org>.
5thgfka commented on issue #176:
URL: https://github.com/apache/cordova-plugin-device/issues/176#issuecomment-1185686830

   I comment Device.uuid = getUuid();
   `    public void initialize(CordovaInterface cordova, CordovaWebView webView) {
           super.initialize(cordova, webView);
           // Device.uuid = getUuid();
       }`
   and add a setDeviceUuid action to set uuid when user agree.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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