Hi -
I have a standalone watchOS app that saves a 100 line string. I need to pass it to a public iclouddrive folder, or email it or text it. This is proof of concept programming only - I just need to analyze the data. Cant get it OUT of the watch - been trying for a week! HELP!
(and thank-you)
Reposted - https://developer.apple.com/forums/thread/680186 by accident (Sorry)
Post
Replies
Boosts
Views
Activity
Hello all -
I have built my first watchOS stand-alone app. It tracks moments of motionlessness and if the (adjustable) threshold is not reached in 15, 30 and 45 seconds it triggers an event a, b, c. I am building a string that records the seconds elapsed and the event. May be 100 lines max.
Is there a SIMPLE way to text, email, send, share this string from watchOS w/out building out an entire Eco-system that relies on the paired phone?
I saw a tutorial about writing to icloudDrive, but after a day of returning a nil URL I read: Turns out watchOS does not support iCloud Drive at all, nor does it support the key-value storage iCloud service.
Seriously, if I can just text it to myself I'd be happy.
Note: This is only for proof-of-concept programming - this will never be in production - so hacks are welcome!
Best,
Dan