That sucks but considering how new the watch is. I'm sure this will improve with time.
That sucks but considering how new the watch is. I'm sure this will improve with time.
Seems like most built-in apps work fine. 3rd party apps are extremely slow. I like the workout app best.
Instagram is slow and I installed it onto the watch but I think that is because it needs to tether the Internet from th iPhone.
It is surprisingly slow! Hence why I tend to only use it as a method of alerting me of a notification. I then usually pick my phone up and do what I have to do on there!
Hopefully Apple do fix this though as I'd like to respond directly from the watch
I think part of the problem is the developers. They import the paradigm they use on iOS devices to the watch which results in overly complicated apps that loads way too slow.
Are these apps already open and running in the background on your phone? Maybe that will make a difference in load time?
No. Developers are required to use the WatchKit API which works like this:
1. Watch app opened on watch
2. Bluetooth connection started to talk to phone
3. Phone application needs to load on phone
4. Once application is running on phone, it then communicates back to watch with what to do
5. Watch then runs commands specified by the phone.
It's not simple at all. There is no such thing as clicking a button on the watch in a 3rd party app and it can just do something. Everything is round tripped back to the phone using Bluetooth.
If the apps are open and running, yes, the load time is decreased substantially
Perhaps those wishing to target the watch, will, in the future, find ways to decrease load times for the apps. Its been a while since I tinkered with iOS programming, but they should be able to open a lite version to start operating and then finish loading assets in some fashion for the more polished iPhone operation.
This is without utilizing the anticipated native app ability.
I've seen reviews say the same thing. Weird, mine take no longer than 3 seconds to open.
Mine is the same. Even 3rd party apps like Starbucks and Citymapper load rather quickly. I only noticed the watch taking longer to open apps when I'm further away from my phone, likely with a weak bluetooth connection.
If the apps are open and running, yes, the load time is decreased substantially
Perhaps those wishing to target the watch, will, in the future, find ways to decrease load times for the apps.
It's not up to the developer. A developer can't make their app stay active on a locked phone. iOS decides what apps stay active, and what apps are shut down.
Android developers have full control of android - iOS developers are reliant upon how Apple designs their OS
Already happening. The Nike Running app updated this week and one of the features was a hugely decreased startup time.