Post

Replies

Boosts

Views

Activity

Reply to Invalid Binary
I think it's related to the following note on https://developer.apple.com/documentation/bundleresources/information_property_list/uirequireddevicecapabilities/: Important Your app must include the UIRequiredDeviceCapabilities key in the Information Property List file that you submit with your binary. For app updates, you can only maintain or relax capability requirements. Submitting an update with added requirements would prevent some customers who previously downloaded your app from running the update. If you've changed UIRequiredDeviceCapabilities from your previous submission, revert the changes and I think it'll work.
Jan ’24
Reply to Apple Developer Enterprise Program
Hello, I've worked with many companies that use the Apple Developer Enterprise Program. Unless things have recently changed, the Enterprise Program will let you sign your apps with an Enterprise Certificate that will allow your apps to run on any device. You do not need to submit them to the App Store at all. Assuming that your MDM provider allows you to distribute apps, you can 'push' the app to devices with the MDM software. You can also host the ipa on a local web server for users to download using Safari on their iOS devices. Hope that helps
Feb ’24