I have developed (and used) an iOS App for years now which I do not want to publish to the App Store. Until iOS 16 everything was fine with development/distribution, I think that I needed to release a new build once a year to keep it running (I guess because the Certificates are valid for 1 year, which was fine)
But since iOS 16 the "Developer Mode" needs to be enabled in order to run the App. If I were the only one who uses the App that would be fine, but there are 2 other people who also use the App and I really don't want them to enable this "Developer Mode" just to run my App. For me personally that is no problem, because I am a developer and I know what it means
Does anyone know if there is a possibility to allow running the app in iOS 16 without having to enable the "Developer Mode" and not releasing the app to the App Store?
What I have tried so far is changing the Distribution from "Development" to "Ad Hoc" via a Provisioning Profile but that did not work and I don't really understand what the difference is since the Limits seem to be similar. Could it be a mistake from Apple that this does not work with "Ad Hoc" and will be "fixed" in near future? I know that in one of the iOS 16 Beta releases the same thing happened with Testflight-Builds which was fixed later with the stable release Testflight is currently on of the best options I have, but it bothers me that a) you need a seperate App for that and b) the builds are only valid for 90days