Post

Replies

Boosts

Views

Activity

How can I download the simulator for 14.7.1
Hello, we recently rolled out an update to our app and some users reported issues with iOS version 14.7.1. We developed and tested the application in the following configurations. Mac OS version: 11.5.2 XCode Version: 12.5 While we tried to replicate this in our simulators, I can only see 14.5 iOS version. How can I update the simulator to 14.7.1 in which the user is facing the issue. Appreciate you.
1
0
4.7k
Aug ’21
NSAllowsArbitraryLoads or NSExceptionAllowsInsecureHTTPLoads flags are not working after deploymnent of the app to device.
We have internal lower environment services are configured over HTTP (not HTTPS) and when we were connecting the iPad app in the simulator to these HTTP services, it was connecting to services by setting NSAllowsArbitraryLoads to true. I also tried separately using "NSExceptionAllowsInsecureHTTPLoads" flag for exception domains. Both the time, I was able to connect to services over HTTP in the simulator, but when I deployed the app to iPad, the app was not able to connect. These apps are strictly for internal and lower environments only. Is there a way to fix this error? The production app is connected to HTTPS services. Thanks in advance.
7
0
1.4k
Mar ’21