after 16 hours of non stop research trial and error, and headbanging I have found a solution in apple developer’s forum.
Apparently there is a bug allowing your binary to pass verification and upload, but then to get rejected by iTunes Connect system. And you don’t get any email explaining you what happened!
If your App is for both iPhone and iPad, you probably have something like this in the Info.plist file:
You should completely remove the CFBundleIconFiles~ipad
parameter and include the iPad icon in the Icons files
array instead like here:
That’s all folks!
Let me know if that helped you!