Is it possible to specify we are only building for iPhone. We do not want to support iPad.
I am submitting my app to the app store through iTunes Connect and am getting the 'Missing screenshot' error as the iPad screenshots are missing.
We are building using rake.
3 Replies
Bump. Has anyone experienced this issue?
Yes it is possible. When you do build your Xcode application you should put in:
General / Deployment Info / Devices: iphone
Thank you for your reply however, I am building through Rake - we are not using XCode to build.