Hi,
I'm building (actually built already) 2 custom SimpleDataFields that record flight times (off-block and takeoff time + landing and on-block time, based on movement and speed values). These work nicely. I've now realized that it would be very nice to be able to sync that data somewhere off the watch. What I'd like would be to have a widget or an app, separate from the data fields, with which to sync the times collected on the watch to a json service somewhere on the Internet. I probably could do it from the datafields themselves but, as my phone will be in flight mode when flying, the requests will fail. Thus, some kind of a store-and-forward mechanism is needed.
An alternative would of course be to build an app with a "sync now" screen and have that same app publish also the datafields. I've tried reading through the documentation but I am not sure if this is possible/allowed either.
Any ideas?
Best regards,
Samuli Sorvakko