Joshua Jackson
Joshua Jackson

Reputation: 348

Testflight app compatibility

I had a beta test running on a universal app that was working on both iPhones and iPads. I'm not sure what changed, because I didn't make any changes to the project that would cause the compatibility to change, but at some point my app started showing up in TestFlight as iPhone only. I've checked all my code signing and provisioning certificates and I really don't see what could be the problem. I've even created new ones and used them with the same result. In the developer member center there doesn't appear to be any where to actually specify iPhone or iPad unless I'm just missing something.

If I build and upload my app as Universal, it comes through as iPhone only. If I build and upload as "iPad", it comes through as "Requires iOS 8.2 or later" but shows incompatible on both iPads and iPhones.

Upvotes: 2

Views: 1032

Answers (1)

Joshua Jackson
Joshua Jackson

Reputation: 348

Some of the functionality requirements set in the info.plist can restrict device compatibility, specifically "gps", "sms", and "telephony" restrict the device to iPhone only regardless of compatibility settings.

See link below

Apple compatibility matrix

Upvotes: 3

Related Questions