Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 081E5115C0 for ; Wed, 10 Sep 2014 15:56:12 +0000 (UTC) Received: (qmail 3754 invoked by uid 500); 10 Sep 2014 15:56:11 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 3712 invoked by uid 500); 10 Sep 2014 15:56:11 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 3699 invoked by uid 99); 10 Sep 2014 15:56:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 15:56:11 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shazron@gmail.com designates 209.85.192.48 as permitted sender) Received: from [209.85.192.48] (HELO mail-qg0-f48.google.com) (209.85.192.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 15:56:07 +0000 Received: by mail-qg0-f48.google.com with SMTP id q108so2144132qgd.7 for ; Wed, 10 Sep 2014 08:55:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=9a/nZtYvFDiaZ6sTTSrHUT0tnu485i58/hTirMFKDn8=; b=dVW35wOJKWc0+Lr55oy/2n6ClbZ9IcrykGOFw13BCiDZaSfs7ym5S4Y+KP5uo8dfmm rmg9uStibzBYmK9A+VhHMKtQq+oHWh0wfTW9wD+J2YeDD7xi6pbeOKyCuMuvO/a7RULW JMpVOyOTeDd9JrWhshm60pKh5PD4k/VUzszdQlzuGe1CrQlZ5y0HuckmhQanhFItTjXk HUyAG2ngyH+cxa0PD2G/dkDrkXabtTqX13+Vy84bvsd7SBZvnW1HAzsZcv7QACYY30Tz pSEq0E8z5HOB2GSn/0CBxAW23elhIiUnCBT3yIYI8zkm7ceonB5WrGfLKpWWDSnN9vSv dJjQ== X-Received: by 10.224.88.137 with SMTP id a9mr29469717qam.88.1410364546260; Wed, 10 Sep 2014 08:55:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.51.209 with HTTP; Wed, 10 Sep 2014 08:55:06 -0700 (PDT) In-Reply-To: References: From: Shazron Date: Wed, 10 Sep 2014 08:55:06 -0700 Message-ID: Subject: Re: NFC and IOS To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a11c2bbc0c8a91c0502b815d3 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2bbc0c8a91c0502b815d3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Yeah, my guess is they didn't want to tip their hand in revealing Apple Pay early nor the presence of NFC enabled iPhones, and the development of the SDK had to be locked down for release next week. As usual, we all should file radars to Apple requesting access to this SDK, the more the better On Wed, Sep 10, 2014 at 8:42 AM, Don Coleman wrote: > Unfortunately there are no NFC APIs in the iOS 8 SDK. > > Maybe iOS 9... > > On Wed, Sep 10, 2014 at 11:34 AM, Lisa Seacat DeLuca > wrote: > > > Joe's future prediction skills were wrong "iOS will never adopt NFC, so= I > > don't think that will ever be core. :( " > > > > > http://apache.markmail.org/search/?q=3Dorg.apache.incubator.callback-dev+= list%3Aorg.apache.incubator.callback-dev+order%3Adate-backward+NFC#query:or= g.apache.incubator.callback-dev%20list%3Aorg.apache.incubator.callback-dev%= 20order%3Adate-backward%20NFC+page:2+mid:dktjzff4coc7cw5p+state:results > > > > ...time to reconsider adding NFC support to Core? > > > > :) > > > > > > Lisa > > > > > > > > I have an existing NFC plugin > > https://github.com/chariotsolutions/phonegap-nfc > > I'm hoping to implement a new plugin based on the w3c spec to help work > > out some issues. > > If anyone is interested in helping with the new implementation or has > > feedback on the w3c spec let me know. > > On Mon, Jan 20, 2014 at 6:08 PM, Brian LeRoux wrote: > > > > Core is something we support as a group. (Hence moving as much out of > core > > as possible!) > > In seriousness, if its a w3c spec I feel we should strongly considering > > adopting in our 'core' of plugins. (And likewise, deprecating things th= e > > w3c has moved on from such as WebSQL, Net Info, etc.) > > On Mon, Jan 20, 2014 at 2:52 PM, Lisa Seacat DeLuca > wrote: > > What is Core? > > ... granted I haven't been as active as I would like in this community > > recently but one of the reasons I joined (other than IBM's interest in > > Worklight and Open Source) was to help understand the alignment of w3c > > specs and Cordova. My understanding of Cordova is that eventually it wi= ll > > "go away" meaning the browser players will catch up and enable device > > functionality in the mobile browsers without the need for the Cordova > > bridge. So if something is in a w3c spec I think it should be considere= d > > for the Cordova core code. Which is why I suggested NFC given it's w3c > > interest. > > *Lisa Seacat DeLuca* Emerging Mobile Software Engineer - IBM Master > > Inventor SWG Emerging Internet Standards > > ------------------------------ *Phone:* 1-410-332-2128 | *Mobile:* > > 1-415-787-4589 * E-mail:* *ldel...@us.ibm.com* * > > personal website: **lisaseacat.com* * > > Chat:*[image: Sametime:] ldel...@us.ibm.com * Find me on:* [image: > > LinkedIn: http://www.linkedin.com/in/lisaseacat]< > > http://www.linkedin.com/in/lisaseacat> [image: Twitter: > > https://twitter.com/LisaSeacat]< https://twitter.com/LisaSeacat> *and > > within IBM on:* [image: IBM Connections: > > > > > https://w3-connections.ibm.com/profiles/html/profileView.do?key=3D2e1afd5= 6-daa9-428e-8f4a-2fa7516940c0 > > ]< > > > > > https://w3-connections.ibm.com/profiles/html/profileView.do?key=3D2e1afd5= 6-daa9-428e-8f4a-2fa7516940c0 > > > > [image: IBM] > > 100 East Pratt St 21-2212 Baltimore, MD 21202-1009 United States > > From: Ian Clelland To: "de...@cordova.apache.org= " > > , bows...@apache.org Date: 01/20/2014 05:42 P= M > > Subject: Re: NFC API at W3C Sent by: icle...@google.com > > ------------------------------ > > Definitely a cool plugin opportunity -- I'd love to make it easy for ap= ps > > to take advantage of that kind of hardware. I don't yet see the benefit > of > > having it in core, though (independent of actual device support -- I'd > say > > this even if some future iOS device does have it built-in one day) > > What does "core" mean these days? (Asking seriously; I recall having so= me > > F2F discussion of this, but I don't know that we've ever explicitly > > spelled it out) > > Is it a commitment by the community to maintain and support a plugin? O= r > > by Apache, or Adobe, or the PMC? It is a commitment to implement the > > functionality on all of our supported platforms? Does it just mean a > > repository at git.apache.org? Or a component in JIRA? Something else? > > Namespaces? npm? All of the above? > > I feel like "core" should imply some sort of responsibility from the PM= C, > > but also that it should be reserved for pieces which are either critica= l > > to Cordova, have exactly 1 possible implementation (based on a publishe= d > > web standard) or else are really tricky (but important) to get right. I > > don't see any reason why an NFC app (or several) couldn't be maintained > > outside of the project, even if it's written by core committers. > > On Mon, Jan 20, 2014 at 3:15 PM, Joe Bowser wrote: > > iOS will never adopt NFC, so I don't think that will ever be core. :( > > On Mon, Jan 20, 2014 at 12:15 PM, Lisa Seacat DeLuca < > ldel...@us.ibm.com > > wrote: > > Two more links for NFC: > > > > > http://www.zdnet.com/web-steps-closer-to-baking-in-support-for-nfc-paymen= ts-and-data-swapping-7000025297/ > > > > http://www.w3.org/TR/2014/WD-nfc-20140114/ > > What does everyone think about potentially having a new core cordova > > plugin for NFC? > > Lisa > > ----- Message from Brian LeRoux on Mon, 20 Jan 2014 > > 09:29:58 -0800 ----- To: "de...@cordova.apache.org" > > Subject: NFC API at W3C Of potential > interest. > > (Esp to Don Coleman!) > > http://www.w3.org/blog/news/archives/3586 > > > > =C2=A9 2007-2014 MarkLogic Corporation. All rights reserved. Home | apa= che > Home > > | Browse | FAQ | Advertising | Blog | Feedback | MarkMail=E2=84=A2 Lega= lese | > > About MarkLogic Server > > > --001a11c2bbc0c8a91c0502b815d3--