Hello all my app got rejected for this reason:
"The app crashed during review. Apps that crash negatively impact users. Steps leading to crash:
- when tapping "Take Photo" option
Review device details:
- Device type: iPad Air (5th generation)
- OS version: iPadOS 18.3.1"
In my info.plist I set only iPhone -Portrait. I do not want my app on iPad what can I do? Do I make an iPad version also? Thanks
Hello,
What does the Supported Destinations
section of your app's project settings look like?
I've attached an Xcode screen shot showing supported platforms in a newly generated App
project using Swift and SwiftUI. Note that it automatically includes iPhone, iPad, Mac and Apple Vision while offering controls to remove undesired platforms.
You'll want to edit this list for your app to ensure only iPhone is present. If that doesn't achieve what you want then let us know and we'll investigate further.