iphone - Does XCode iOS Simulator require internet access? -
iphone - Does XCode iOS Simulator require internet access? -
i trying build iphone application in xcode 6.1, code delivered external company.
for security reasons, test server application (supposed be) talking on separate network not have net access.
when build , run app on simulator network, there error thrown (on app) , app doesn't run.
when build app using network net access, app starts - can't reach destination server.
the company insisting net access required validate ios provisioning profile...whereas pretty sure in app.
is net access required build , run application on simulator xcode?
i think error...but i'm c#/windows guy knows v. little xcode! pretty sure error thrown application , not emulator.
*********************************** server response end fai blo****************************** 2014-11-12 14:33:04.019 fcios12p2[11017:60b] **** error :error domain=kfcrmserrordomaininresourceupdate code=3126 "the operation couldn’t completed. (kfcrmserrordomaininresourceupdate error 3126.)" 2014-11-12 14:33:04.020 fcios12p2[11017:60b] failed token, error: error domain=nscocoaerrordomain code=3010 "remote notifications not supported in simulator" userinfo=0x7978acd0 {nslocalizeddescription=remote notifications not supported in simulator} 2014-11-12 14:33:09.059 fcios12p2[11017:60b] fcalertview: fcalertoverlaywindow dealloc 2014-11-12 14:33:09.060 fcios12p2[11017:60b] fcalertview: fcalertviewcontroller dealloc 2014-11-12 14:34:29.706 fcios12p2[11017:60b] reachability flag status: -r -----l- networkstatusforflags 2014-11-12 14:34:29.707 fcios12p2[11017:60b] -[networkstatusmanager checknetworkstatus:] [line 89] net working via wifi.
you don't need provisioning profile utilize ipad simulator, , don't need net access utilize ipad simulator.
ios iphone ios-simulator xcode6
Comments
Post a Comment