Skip to content

Potential issue with uploading videos through the iOS SDK #199

@miraclebg

Description

@miraclebg

Issue Summary

I am writing to you in regards of our iOS application and your SDK which we've integrated into.

The problem is that sometimes some of the videos we upload through the iOS app appear as 'Untitled' and in Public visibility even though we have set another title and given a Private visibility mode.

Do you know why this might have happened? It has happened to a few videos.

Here is what we do to set the title prior the upload:

NSString *videoTitle = [NSString stringWithFormat:@"%@ - %@ - 英会話NOWの先生 - %@",
userData.shortName,
sepDate[0],
sepDate[1]
];
VideoSettings *vidSettings = [[[VideoSettings alloc] initWithTitle:videoTitle
description:nil
privacy:@"unlisted" users:nil password:nil] autorelease];

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions