I did below changes in my code on every path but once again the Binary was rejected.
NSURL *URL = [NSURL fileURLWithPath:photoPath];
[URL setResourceValue:@(YES) forKey:NSURLIsExcludedFromBackupKey error:nil];
1) First Rejection :
On launch and content download, your app stores 38+ MB on the user's iCloud, which does not comply with the iOS Data Storage Guidelines.
2) Second Time Rejection :
On launch and content download, your app stores 17+ on the user's iCloud, which does not comply with the iOS Data Storage Guidelines.
Please tell me how to fix it?