I was hoping to build my own companion application to a watch face I have developed to allow the user to update watch settings similar to Connect IQ when it changes settings for a watch face.
It does not appear that an application that extends UI.watchface can support that level of communication with the phone ? The application needs to be an app or a widget rather than a watchface. I was looking at the new background function thinking I may be able to use a web request to fetch a json string with all the settings however that does not seem to be allowed from a watchface either.
With the new 2.4 SDK if you use the application.storage functions in one application would those settings be available to be used in another application or is that underlying database partitioned by application ?
Any ideas on a phone application communicating to watchface or writing a file on device (or url) for the watchface to access ?