Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E4C2B10728 for ; Mon, 7 Sep 2015 07:26:13 +0000 (UTC) Received: (qmail 54395 invoked by uid 500); 7 Sep 2015 07:25:46 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 54375 invoked by uid 500); 7 Sep 2015 07:25:46 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 54307 invoked by uid 99); 7 Sep 2015 07:25:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2015 07:25:46 +0000 Date: Mon, 7 Sep 2015 07:25:46 +0000 (UTC) From: "jcesarmobile (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9386) Use iOS identifierForVendor for the device UUID property MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14733331#comment-14733331 ] jcesarmobile commented on CB-9386: ---------------------------------- The pull request was merged, should this be closed or it has to wait until a plugin release? > Use iOS identifierForVendor for the device UUID property > -------------------------------------------------------- > > Key: CB-9386 > URL: https://issues.apache.org/jira/browse/CB-9386 > Project: Apache Cordova > Issue Type: Improvement > Components: Plugin Device > Environment: iOS > Reporter: Jordan Clist > Priority: Minor > Original Estimate: 0h > Remaining Estimate: 0h > > The UUID used in Cordova device plugin is currently just generating a new UUID and saving to preferences. This can be improved by using iOS identifierForVendor which has been in use since at least iOS 6 (maybe earlier). > This means the UUID will be the same across multiple apps from the same vendor. > I have made the adjustments in this pull request: > https://github.com/apache/cordova-plugin-device/pull/36 > This should be backwards compatible as we still check the NSUserDefaults before using identifierForVendor so previous installs will not be affected. -- 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