Flutter ios app rejected due to 'log in with apple' error only on iPad

Viewed 513

I have a flutter app both running on android and ios which were accepted to both markets.

To support share intent, I had to change some build settings on Xcode.

After the change, everything works well on my end (tested with the testflight version of the app).

However, the app is keep rejected due to Sign in with Apple isn't working on the iPad.

I don't have iPad, but I do have iPad Air and it works without the issue.

below is a screen from the apple review team

Screen shot from apple review team

1 Answers

First, make sure your app is working correctly on the iPad (I had to purchase an iPad to test this, then ended up returning it to Apple as I already own an Android tablet)

Then ask more question related to the rejection, I asked the exact model of the iPad they are testing, the iOS version, and asked them to test on different iPad.

Somehow, it passed the review afterwards.

Related