Skip to content

iOS uploads stuck in binaryStreamOnly mode #727

@ball-hayden

Description

@ball-hayden

On iOS, files are always uploaded in binaryStreamOnly mode.

I'm not an Objective C expert, but the issue seems to be that the assignment here isn't taking.

params.binaryStreamOnly = options[@"binaryStreamOnly"];

(lldb) print options[@"binaryStreamOnly"]
(__NSCFBoolean *) $15 = 0x000000010eb98380 NO
(lldb) print params.binaryStreamOnly
(BOOL) $16 = YES

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions