Using TvOS simulator I cant access other URL than loclahost or 127.0.0.1

I am using the simulator to test a TVML based app. It works when I use localhost or 127.0.0.1. But it doesnt work when I instead use 192,168.1.68 the LAN address of the MAC. I need of course to be able to chnage to that address in order to be able to run the app on an Apple TV instaead of the simulator.


Do I have to add some configuration to be able to do it?


/Peli44

Did you set the NSAppTransportSecurity key in the .plist file?


<key>NSAppTransportSecurity</key>

<dict>

<key>NSAllowsArbitraryLoads</key>

<true/>

</dict>

Using TvOS simulator I cant access other URL than loclahost or 127.0.0.1
 
 
Q