So recently Apple® released the second operating system for their Apple Watch®. With this update, Apple Watch® can now have HTTP requests and internet connection by itself. They added the
WKInterfaceMovie
Which loads a video from a url with the method
" - setMovieURL: Declaration (New in watchOS 2.0)
SWIFT
func setMovieURL(_ URL: NSURL)
OBJECTIVE-C
- (void)setMovieURL:(NSURL * _Nonnull)URL
"
If I input a URL with any .mov video online. The WKInterfaceMovie closes automatically. Sometimes the "Downloading" circle comes and begins to load up but I haven't been able to show up the remote video (Not stored in the Apple Watch®)
I would be amazed if someone can help me.
Thanks