Hi, I have a strange problem.
On both my test iPhones (an iPhone 15, and an iPhone SE 2021) I can resolve an address on an internal network, using the local DNS server to the correct web address using the FQDN. This resolves correctly using an NSLookup App, and using Safari/MS Edge browsers.
When I run my App (Release Build, but with Provisioning Profile) on my phones, I cannot (it seems) resolve the exact same URL.
However, when I use the XCODE Simulator iPhone with the same Release Build I CAN resolve the URL.
So, is there a way in-app to see what IP Address the iPhone (using iHttpUtils2) is resolving the FQDN to, or which DNS server it sent it to???
And any ideas why the same build on the simulator works?
On both my test iPhones (an iPhone 15, and an iPhone SE 2021) I can resolve an address on an internal network, using the local DNS server to the correct web address using the FQDN. This resolves correctly using an NSLookup App, and using Safari/MS Edge browsers.
When I run my App (Release Build, but with Provisioning Profile) on my phones, I cannot (it seems) resolve the exact same URL.
However, when I use the XCODE Simulator iPhone with the same Release Build I CAN resolve the URL.
So, is there a way in-app to see what IP Address the iPhone (using iHttpUtils2) is resolving the FQDN to, or which DNS server it sent it to???
And any ideas why the same build on the simulator works?