> On Jan 30, 2018, at 12:45 PM, Ben Kennedy <[email protected]> wrote: > > When retrieved in 2.0, I see the "_attachments" property on the document. > However, I can't figure out how to acquire the blob using the new API. > Neither using the attachment name nor property name as the argument for > document.blob(forKey:) works; both return nil.
This is a bug in CBL-iOS: it didn’t recognize the objects in the _attachments dictionary as being blobs. It’s been fixed, but I think the fix won’t appear until after beta/DB22. —Jens Jens Alfke — Mobile Architect — Couchbase, Inc. -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/7097B89A-4952-4E70-A665-64F47C98E742%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
