I am transferring a few files from an Apple Watch (Watch OS 3) App to the counterpart iOS App (iOS 10). The file gets transferred to the iOS App successfully, but still shows up in the outstandingFileTransfers
property on the WatchApp Extension. Can someone tell me if I'm doing something wrong?
Asked
Active
Viewed 123 times
0

Vishal V. Shekkar
- 321
- 3
- 9
-
No, it should disappear. Do you get the callback on the sending side that the transfer was successful? – ccjensen Dec 04 '16 at 16:47
-
I agree. Yes, i do. `outstandingFileTransfers` property contains the file for which the delegate method got called. It's weird. Although all's well when you relaunch the app until it starts happening again. – Vishal V. Shekkar Dec 05 '16 at 17:10
-
sounds worthy of a bug report to Apple :) – ccjensen Dec 05 '16 at 17:11
-
You're probably right. I'll get onto that. – Vishal V. Shekkar Dec 06 '16 at 04:45
-
For what it's worth I'm still having this same problem. – Erik Sep 26 '17 at 14:10
-
@Erik does it happen with iOS 11 and watchOS 4? – Vishal V. Shekkar Oct 07 '17 at 03:04
-
@VishalV.Shekkar I'm not certain. The project I'm working on specifies that watchOS 3 be used so I haven't tested on 4. – Erik Oct 07 '17 at 13:11