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 96B6BDA9F for ; Wed, 17 Oct 2012 00:52:38 +0000 (UTC) Received: (qmail 34623 invoked by uid 500); 17 Oct 2012 00:52:38 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 34597 invoked by uid 500); 17 Oct 2012 00:52:38 -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 34589 invoked by uid 99); 17 Oct 2012 00:52:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 00:52:38 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fil@adobe.com designates 64.18.1.21 as permitted sender) Received: from [64.18.1.21] (HELO exprod6og108.obsmtp.com) (64.18.1.21) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 00:52:28 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob108.postini.com ([64.18.5.12]) with SMTP ID DSNKUH4BNh+XRr//nmyec1dc2CdAQwtYoh+6@postini.com; Tue, 16 Oct 2012 17:52:07 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q9H0nO1v028492 for ; Tue, 16 Oct 2012 17:49:24 -0700 (PDT) Received: from nacas03.corp.adobe.com (nacas03.corp.adobe.com [10.8.189.121]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q9H0oGXQ015737 for ; Tue, 16 Oct 2012 17:52:04 -0700 (PDT) Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nacas03.corp.adobe.com ([10.8.189.121]) with mapi; Tue, 16 Oct 2012 17:50:56 -0700 From: Filip Maj To: "callback-dev@incubator.apache.org" Date: Tue, 16 Oct 2012 17:50:53 -0700 Subject: Re: Notice: Notification of work on Notifications Thread-Topic: Notice: Notification of work on Notifications Thread-Index: Ac2sAXdsxK4M4tgNRr6nTFzcwuozLg== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.4.120824 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org >> - StatusBar Notifications: Intended for background services to >>notify a >> user to start some action (instead of just doing the action without >>users' >> explicit intent) -- so what does this mean for iOS without background >> services? > >I *think* a fallback to local notification would be the way to handle >this. (But implementation will probably uncover better.) I think this is what tripped me up on iOS a few weeks ago when I attempted this myself :) On iOS, you _cannot_ dispatch a local notification (to the notification center / status bar area) if the app is in the foreground.