When creating a new message in Mail, the attachments, reply to original sender, emoji, and format bar buttons are grayed out. They never become usable, no matter how much of the header is filled out (To: Subject: etc...).
I can drag and drop a file into the body fine. Anyone else seeing this issue?
Post
Replies
Boosts
Views
Activity
I'm using HomeKit's camera API, and have both snapshotting and streaming working fine. One thing I've noticed is that cameraSnapshotControlDidUpdateMostRecentSnapshot
never gets called, even though I am successfully running takeSnapshot(). cameraSnapshotControl:didTakeSnapshot is getting called fine, however.
Anybody else seeing this?
I'm trying to stream a HomeKit camera to watchOS. Code works fine on iPhone and iPad, but I'm getting this on the watch:
[_HMCameraStreamControl] [141E1B92-41BB-593C-8706-A85C0012CD97] Failed to negotiate stream: Error Domain=HMErrorDomain Code=1019 "(null)"
I can get the snapshots from the camera fine on the watch, but when I try streaming mode it fails with the above.