user1833903
user1833903

Reputation: 197

Apple binary rejected

I recently post an app to be reviewed by Apple, but i have been rejected for a second time with this message :

"Binary Rejected

2.10: iPhone apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution

2.10

We found that your app did not meet the requirements for running on iPad, as required by the App Store Review Guidelines.

Your app did not run at iPhone resolution when reviewed on iPad."

I don't understand, I found on the internet that I must put only "Iphone" in the summary of my app, and not "universal", but it was already set on Iphone only. What should I do ?

Thanks a lot

enter image description here

Upvotes: 2

Views: 2514

Answers (2)

P.J
P.J

Reputation: 6587

Your application is not compatible to iPad

As per Apple guidelines, every iPhone application must be compatible for iPad too, running with 2x.

Run your application in xcode on iPad simulator or even better test on your iPad device.

Hope this info helps you..

Upvotes: 0

Ashish Agarwal
Ashish Agarwal

Reputation: 14925

You'll first have to figure our why the app does not work on the iPad. Try to run the app in the simulator (for iPad), or even better try to download it on the iPad itself.

Check your info.plist file and see what's there.

Upvotes: 2

Related Questions