Skip to content

Apple Submit for review : encryption features #9

@soriyanykeo

Description

@soriyanykeo

Hello there,
I planed to submit my app for review but there is a question about encryption features. I am not sure I should answer Yes/No. In the app i am using crc32 and password. Should i need to get a properly authorized encryption features to submit first?

sample code:
NSString _fileName = [strTokenString lastObject];
NSData *dataObj = [NSData dataWithContentsOfFile:str];
NSString *fileNameString = [NSString stringWithFormat:@"%@", fileName];
unsigned long result = crc32(0, dataObj.bytes, (unsigned int)dataObj.length);
ZipWriteStream_stream = [zipefile writeFileInZipWithName:fileNameString fileDate:[NSDate date] compressionLevel:ZipCompressionLevelDefault password:@"EtoxpxizuAYK3MV7XcyTC" crc32:result];
[stream writeData:dataObj];
[stream finishedWriting];

screen shot 2015-12-16 at 12 03 44 pm

Thanks-

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