Posts

Post not yet marked as solved
2 Replies
0 Views
I ran some tests with XCode 14.0 beta and XCode 134.1 For each version of this App I archive and export with Enterprise certificate it does not run on the iOS 16 device. However, if I create a new App, or an App containing the same references (SPM, CocoaPods) it works. So I am starting to asume the problem is with this particular App or something within its configuration is not being nice with iOS 16. I checked the console logs and the only thing I get is error: [<package> - signature state: Unknown (10), reason: Developer mode is required to run this application The error I get on the device is just a warning that I need to enable Developer Mode to run that application. As I said, ipa was signed with an Enterprise certificate. I have tested with the device not having any other enterprise application installed, and having another application installed and the result is the same. Apparently the only error I can trace is that developer mode is needed to install the application (if I activate developer mode it runs properly, but as I said this should not be the proper behavior, as I cannot ask every user to enable developer mode, even worse if that feature would require XCode in gold version)
Post marked as solved
2 Replies
0 Views
Apparently there was an issue with the miriad of antivirus and MDM software installed in the device that prevented the device connection from OS X 11.4. When the antivirus was uninstalled from the machine it started working perfectly, so it was not XCode or Apple related.
Post not yet marked as solved
2 Replies
0 Views
Here are the icons on iOS 14 (removed logos or relevant info due to NDA) They have full size black background. This is how they look like on iOS 15 now, don't know what happened, tried to replicate it but it isn't happening any more.
Post not yet marked as solved
5 Replies
0 Views
Same issue here with Enterprise + Associated domains entitlements. It strips all the domains entitlements replacing them with a wildcard. Is this a feature? Can you implement deferred deep link / Universal links with an Enterprise Application?