When I upload my ipa to the AppStore using Application Loader, the ipa status change to Invalid Binary and I get this email from Apple...
The problem is in my info.plist there is a key of NSPhotoLibraryUsageDescription
which could be the possible problem !
I finally figured it out, my problem was there is more than one plist file in the project, and the xCode is using a plist file that does not contain the required key.
So I removed all versions of duplicated files, and keep just single one.
Thanks for your help