I've been reading some about Watch OS 2.0 today. I wonder if there would
be a way to pass info to the watch app from a Delphi iOS app if this could
be added to D.P.F.:
I wasn't thinking about the processor differences on the watch side, so I
see why it wouldn't be possible to currently compile the watch app in
Delphi. I think that coding a simple Swift watch app may not be that
difficult to send info to the iOS app.
Brent
On Saturday, December 26, 2015, Sebastian Zierer benji@users.sf.net wrote:
Delphi cannot compile for Apple Watch as far as I know. Is there any other
reason that you need Watchkit 2 for?
Status: open Labels: Apple Watch Watchkit 2 Created: Fri Dec 25, 2015 04:17 PM UTC by justapps Last Updated: Fri Dec 25, 2015 04:17 PM UTC Owner: nobody
Would it be possible to add this framework now that Watchkit 2 has been
released?
Delphi cannot compile for Apple Watch as far as I know. Is there any other reason that you need Watchkit 2 for?
I've been reading some about Watch OS 2.0 today. I wonder if there would
be a way to pass info to the watch app from a Delphi iOS app if this could
be added to D.P.F.:
https://developer.apple.com/library/watchos/documentation/WatchConnectivity/Reference/WatchConnectivity_framework/index.html#//apple_ref/doc/uid/TP40015269
I wasn't thinking about the processor differences on the watch side, so I
see why it wouldn't be possible to currently compile the watch app in
Delphi. I think that coding a simple Swift watch app may not be that
difficult to send info to the iOS app.
Brent
On Saturday, December 26, 2015, Sebastian Zierer benji@users.sf.net wrote:
Related
Tickets: #373
Here is a demo for 2 way communication
https://github.com/kristinathai/WatchKitCounter2WayComm
This is probably a better example because Watchkit 2 is used: https://www.ralfebert.de/tutorials/watchos2-watchkit-connectivity/