Hi everyone,
I submitted my first iOS app and the publication was rejected as Apple says it crashes on iPad by doing a specific action.
The problem is that the app was not designed for iPad but only for iPhone, in fact I expected it to be tested only on iPhone as in the project attributes I indicated #Target: iPhone (see code below).
Steps leading to crash:
- In the registration form, tapped to take a photo
- App crashed
Frankly I struggle to understand why they taped to take a photo in the registration form (web form) that has nothing to do with the photos.
I have to try to understand if I can reproduce the crash that they indicate otherwise I have to ask for further indications.
The point is that I don't understand the "tapped to take a photo" where in the Home screen there is no button / link or anything else to take pictures but the button of the registration form (which is a web view).
I'm testing on an emulated iPad (see attached screenshoots).
The point is that I don't understand the "tapped to take a photo" where in the Home screen there is no button / link or anything else to take pictures but the button of the registration form (which is a web view).