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 64E05D3A0 for ; Tue, 19 Jun 2012 12:55:09 +0000 (UTC) Received: (qmail 16853 invoked by uid 500); 19 Jun 2012 12:55:09 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 16673 invoked by uid 500); 19 Jun 2012 12:55:08 -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 16663 invoked by uid 99); 19 Jun 2012 12:55:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 12:55:08 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brian.leroux@gmail.com designates 209.85.213.175 as permitted sender) Received: from [209.85.213.175] (HELO mail-yx0-f175.google.com) (209.85.213.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 12:55:02 +0000 Received: by yenl13 with SMTP id l13so4310075yen.6 for ; Tue, 19 Jun 2012 05:54:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=T0lmYHH+LJ40LzRNj5cNQULAFdrUd8HrsnnRxZnuVdU=; b=i7T6V571L9wLq8rkfh3lAvMn+nVeiwYxZqJ2vw7M9gxQnJE5AGompnEB25UCVt88b6 z9LWQSTbrgC4RhsqCsxA1Zgqjj/r7JS9mdQ8LUS+CpZQkuVCvlA+h39S9XnC6SFUkNsp McM/Yy/SPpXmakt9Vy/5HX2HDasjtiS9Ke5XHVYbLRTj1gUvCIKE9f/fnmqF9skWY/3b D1hF3gGUc4Twq/Jx2k+zKM0rbkKE0KQNEmoYK496HzUkGAPkV7ckc28pI8Ao1rMJ9xT3 cxbZmXFvmOBp4KH6mi1k3fhuQmnfXTP+ak84raJwe5CwJTOTpzR+k67k8C6F9fAXKi8u RZ4Q== MIME-Version: 1.0 Received: by 10.50.160.198 with SMTP id xm6mr1017988igb.0.1340110481434; Tue, 19 Jun 2012 05:54:41 -0700 (PDT) Sender: brian.leroux@gmail.com Received: by 10.231.53.197 with HTTP; Tue, 19 Jun 2012 05:54:41 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 Jun 2012 08:54:41 -0400 X-Google-Sender-Auth: eYJVU7-aRcJFWSAg-_OsTmTckNQ Message-ID: Subject: Re: UUID on other platforms From: Brian LeRoux To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org > What are the implications of UUID for Android, BB, and any others > (platform policy wise)? I see a WP7 quirk in the docs already. > Do we NEED this? That is the key question. I'd say that is the app developer concern (generating a guid from js and putting in localStorage is pretty easy).