I'm using Watch Connectivity to communicate between my iPhone and Apple Watch. I'm using the transfer file function to transfer a URL to my Apple Watch. I'm using the sample app provided by Apple in their watch connectivity link, the console says that the URL has been delivered however I am unable to access it in the Apple Watch. I do not know where the file is located. How do I access this file and store it in a variable to display on my Apple Watch in a table?
Asked
Active
Viewed 405 times
1
-
Can you provide some of your code to show what you have tried so far? – Zachary Bell Dec 13 '19 at 18:30
-
I solved it. When you receive a file you can store it in a directory that you can access later. Thanks though. – Ronav Dec 14 '19 at 06:59