Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F111CC8BF for ; Mon, 18 Jun 2012 23:38:42 +0000 (UTC) Received: (qmail 52171 invoked by uid 500); 18 Jun 2012 23:38:42 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 52142 invoked by uid 500); 18 Jun 2012 23:38:42 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 52131 invoked by uid 99); 18 Jun 2012 23:38:42 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 23:38:42 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 939901402B8 for ; Mon, 18 Jun 2012 23:38:42 +0000 (UTC) Date: Mon, 18 Jun 2012 23:38:42 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <2003655445.27417.1340062722606.JavaMail.jiratomcat@issues-vm> In-Reply-To: <476203336.19488.1322514221207.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CB-49) UUID replacement 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-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396362#comment-13396362 ] Shazron Abdullah commented on CB-49: ------------------------------------ No FileEntry.setMetadata is a no-op for the other implementations, and may be implemented. Adding this is useless for the other implementations. With iOS 6 beta out - we will be going with Apple's recommendation in UIDevice as stated in their docs (need Apple Dev login): https://developer.apple.com/library/prerelease/ios/#documentation/UIKit/Reference/UIDevice_Class/DeprecationAppendix/AppendixADeprecatedAPI.html#//apple_ref/occ/instp/UIDevice/uniqueIdentifier Basically - we will just create a new UUID per app instance like our docs mentioned. > UUID replacement > ---------------- > > Key: CB-49 > URL: https://issues.apache.org/jira/browse/CB-49 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Environment: iOS 5 > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > Priority: Blocker > Fix For: 1.6.0 > > > reported at: https://github.com/phonegap/phonegap-iphone/issues/238 > by: https://github.com/sandstrom > As you might have read iOS 5 will remove the UDID (http://techcrunch.com/2011/08/19/apple-ios-5-phasing-out-udid/). > This is an excellent alternative and it would be nice if you would implement something along these lines to keep the functionality. The idea of hashing together with the bundle id is great, because it makes it impossible to track across applications, which is what apple wanted to fix (although it can be circumvented that would only anger them, and tracking across apps isn't required for most apps anyway). > https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira