App rejected from app store due to iPad bugs

The reason my app was rejected is due to:

We discovered one or more bugs in your app when reviewed on iPad running iOS 12.1.2 on Wi-Fi.

  • Facebook login button does not respond

I attempted to “fix” this by changing my app.json settings to:

"ios": {
 "bundleIdentifier": "xx",
  "supportsTablet": false,
}

However, after resubmitting I once again got rejected for the same reason. Is there a way to tell Apple my app isn’t for iPad and not to reject me on these grounds?

P.S. The app in question has been on the app store for a year and a half. I’m attempting to do an update to it.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.