Post not yet marked as solved
Hi there,
I know we can configure Default and Data APN via a .mobileconfig file but I don't see any way to configure the APN associated with a Personal Hotspot connection in this way. Is this possible at all?
Thanks
Alan
Post not yet marked as solved
Hi
I have an app with an Intents extension and a Widget extension that is failing to upload to App Store connect. I am receiving the following error and I have no idea how to fix it
ERROR ITMS-90896: "Invalid Mach-O header. The __swift5_entry section is missing for extension bundle Payload/[AppName].app/PlugIns/WidgetsExtension.appex, which prevents the extension from running. You can run the otool command against your binary to ensure there is a __swift5_entry section."
This worked fine a couple of months ago on last submission.
Thanks
Alan
Post not yet marked as solved
Hi
Can we still submit iOS apps for review built using Xcode 11 assuming no iOS 14 SDK features are used?
Thanks
Alan
Post not yet marked as solved
HiSection 5.4 VPN Apps of the App Store Review Guidelines states:Apps offering VPN services must utilize the NEVPNManager API and may only be offered by developers enrolled as an organization.Does this mean that apps may no longer configure VPN using a .mobileconfig file?ThanksAlan
Post not yet marked as solved
Hi,We have an iOS app that configures both a Personal VPN using NEVPNManager and an Enterprise VPN using a configuration profile. These have their OnDemand settings set such that the Personal VPN connects on cellular and the Enterprise VPN connects on Wi-Fi. This is so our backend service can apply different policies depending on the bearer type.The problem we have encountered with several of our testers is that the Enterprise VPN will occasionally get stuck when disconnecting. For example they leave the Wi-Fi zone, the VPN attempts to disconnect but gets stuck. As a result the Personal VPN on Cellular never activates and even worse, the cellular connection itself seems broken, ie. browsing websites etc fails. The only solution at this point is to re-boot the device.Any ideas what could be causing the VPN to get stuck?ThanksAlan
Hi,I'm working on an app that configures a NEVPNProtocolIKEv2 VPN tunnel. The configuration appears to work and the tunnel is started, however dns resolution happens via the default dns servers. How to I get dns resolution to happen via the VPN's dns servers?In contrast to setting up the vpn tunnel in code, if I create and deploy a configuration profile with the exact same settings then dns resolution happens using the vpn's dns. ThanksAlan