Re: Message from iOS to watchOS

2016-12-06 Thread J. Scott Tury
ad, it’ll show up on your iPad. If you’r using your >>>>>> phone - it’ll show up there. >>>>>> >>>>>> There is no API that sends a Notification to a particular device per se. >>>>>> >>>>>> I would just s

Re: Message from iOS to watchOS

2016-12-06 Thread Gerriet M. Denkmann
gt; You can add in any actions you would like your user to be able to have. >>>>> >>>>> Scott >>>> >>>> One fundamental question: what does “local” in Local Notification mean? >>>> >>>> A: “local” as in local Wlan >>>

Re: Message from iOS to watchOS

2016-12-05 Thread J. Scott Tury
;>> Scott >>> >>> One fundamental question: what does “local” in Local Notification mean? >>> >>> A: “local” as in local Wlan >>> i.e. a local Notification gets sent to all iOS and watchOS devices in >>> the local Wlan >&g

Re: Message from iOS to watchOS

2016-12-04 Thread Gerriet M. Denkmann
i.e. i.e. a local Notification gets sent just to the sending app. >> >> I want to communicate between iOS app and watchOS app without using Apples >> servers. >> If (as some tests seem to indicate) B is true, then this would be useless >> for my purpose. >>

Re: Message from iOS to watchOS

2016-12-04 Thread J. Scott Tury
ests seem to indicate) B is true, then this would be useless for > my purpose. > How could one then communicate between iOS app and watchOS app? > > Gerriet. > >> >>> Date: Sat, 03 Dec 2016 13:48:31 +0700 >>> From: "Gerriet M. Denkmann" >>&

Re: Message from iOS to watchOS

2016-12-04 Thread Gerriet M. Denkmann
between iOS app and watchOS app? Gerriet. > >> Date: Sat, 03 Dec 2016 13:48:31 +0700 >> From: "Gerriet M. Denkmann" >> To: cocoa-dev >> Subject: Message from iOS to watchOS >> Message-ID: <2001a5e8-10f8-4b30-86c4-9dfee6198...@icloud.com> >> Content-T

Re: Message from iOS to watchOS

2016-12-03 Thread J. Scott Tury
; From: "Gerriet M. Denkmann" mailto:gerri...@icloud.com>> > To: cocoa-dev mailto:cocoa-dev@lists.apple.com>> > Subject: Message from iOS to watchOS > Message-ID: <2001a5e8-10f8-4b30-86c4-9dfee6198...@icloud.com > <mailto:2001a5e8-10f8-4b30-86c4-9dfee6198...@iclou

Message from iOS to watchOS

2016-12-02 Thread Gerriet M. Denkmann
I have a pair of apps: iOS + watchOS. The iOS app would like (e.g. when the user taps a button) to send some (short) info to the watchOS app. The watchOS app probably should show something like a Notification Controller Scene: Message from iOS (title) Something was done (bod