Can't use http in ios 8 simulator

I have installed xcode 6, on a mac book pro (Maverick 10.9.5) When I try to use the ios simulator running ios 8 on virtual iPhone 5s, and try to connect to any site that is not using https, I get a blank page stating that "Safari cannot open the page because the network connection was lost" in the simulator. Any page that uses https works fine.
Any clue ?

I have Xcode 6.1.1 and I'm still having problems.  http and https both.  It's not just safari either.  Other applications can't access the network either.
Could these errors give any additional information?
Dec 11 16:32:49 **** lsuseractivityd[45897]: [SFActivityAdvertiser] ERROR: no XPC proxy, queuing advertisement <49a6aaa1 dc34cf01 72>
Dec 11 16:32:56 **** SpringBoard[45804]: Could not determine current country code: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x7d0e9680 {NSErrorFailingURLStringKey=http://gsp1.apple.com/pep/gcc, NSErrorFailingURLKey=http://gsp1.apple.com/pep/gcc, NSLocalizedDescription=The request timed out., NSUnderlyingError=0x7d01aff0 "The request timed out."}
Sometimes I can get it to work and sometimes I can't.  I am getting very frustrated with the instability of the network connection on iOS 8 simulator.

Similar Messages

  • Can't use iCloud in iOS 8 simulator

    I have upgraded to Xcode 6. When I try to use my Apple ID in iOS Simulator (any device) to configure iCloud I will get the following error message: "Device Not Supported  Your Apple ID is valid, but this iPhone is not qualified for iCloud". I have enabled the two factor authentication on my Apple ID. Any hints or tips are welcome!

    Same here. I tried it with my son's account though, who does NOT have 2-factor set up and got in no problem, so that seems to be the issue.

  • HTTP(S) vs Sockets/SecureSockets - Can I use HTTP(s)?

    Good Day,
    I'm writing client/server, currently using Sockets (actually Secure Sockets, but I don't think SSL actually enters into the overall question). In order to not worry about complaints from firewalls or proxies, it would seem easiest to instead be using HTTP(S) so we look just like a browser and web server.
    However, it appears using the Java APIs you cannot avoid the open-request-response-close paradim, i.e. there is no way to keep the connection open (no persistence).
    I can put "connection: keep-alive" in the mime header, but Java apparently forces me to close the input stream to send (i.e. POST) the client transmission, which closes the connection.
    Is there a way (JDK 1.4) to keep an Http(s)UrlConnection open for continuous communication? The reason I care btw is because it is a heavily interactive data entry application, and response speed is crucial.
    Or is it possible I am worrying about nothing because the overhead of opening/closing the Http(s)UrlConnection is minor? (I am assuimg the TCP/IP connection and the SSL session remain open regardless, and it is just the Java open/close UrlConnection overhead). I am thinking about how to test the various scenarios, but most of that is still ahead of me, and it's always useful to get other experienced comments.
    Thanks in advance... Roger
    p.s. I'm also worried that even if my client and my server think the connection is persistent, some proxy in the pipe might think otherwise. Is that an issue?

    Have u got ur doubt cleared? lf no, l've a soln.
    u cant retain the same urlconnection for many req-res pairs.
    one conn is for one communication only. u cant keep the conn alive.
    lt takes much time for first secure conn. lf it is in a loop, next subsequent conn takes very less
    time. if u already know the no.of data to be sent, use a loop send the data with the same conn object.
    --Rams                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Can't use https and Marsedit to edit a user or group blog

    Hello,
    I wanted to use exclusively https to serve our blogs (group and users).
    On Marsedit the following settings works:
    Home URL = http://servername+/groups/+groupname/weblog/
    RPC URL = http://servername/RPC2
    Blog ID = groups/groupname/weblog
    The following hhtpS settings do not work:
    Home URL = https://servername+/groups/+groupname/weblog/
    RPC URL = https://servername/RPC2
    Blog ID = groups/groupname/weblog
    The solution seems to serve the blogs on http (80) and https (443)
    Regards,
    Thibault

    You can serve blogs and wiki exclusively through SSL and use Marsedit.
    If you have a proper certificate it will work "out of the box".
    If you use a self-signed certificate you just need to make sure it has been added to your keychain.
    Then Marsedit can initiate properly the encrypted communication.
    To add a self-signed certificate, just access your page with Safari using https:// .
    You will have a warning dialogue saying the certificate is not trusted blah blah..
    Just make sure you add permanently this certificate in your keychain by trusting it.
    Hope it helps.

  • How can I use 2G in IOS 8

    How can I use 2G data in iOS 8 ?

    Who is your provider?
    Where are you located?
    Why are you wanting this?
    Being able to select what data type is a carrier provisioning feature.
    FYI, Carriers are phasing out 2G/Edge in lieu of faster communications of 3G/LTE.

  • Can I use https in c:import tag

    hi All,
    can anybody help me? I have a problem using c:import tag. When I write smth like this:
    <textarea style="FONT-SIZE: 8pt><c:import url="http://java.sun.com/developer/technicalArticles/javaserverpages/faster/" /></textarea>
    it's going fine. But when I want to use https an error acquires.
    Can anyone tell me which is the reason??
    Thanks, venera

    mandar74 wrote:
    The error that I get is similar to what is already posted on the current thread so it made more sense to avoid typing the whole thing again and thus avoid spamming the forum with similar items. The original topicstarter didn't post any error.
    Forums are meant to share information without been labelled/assigned to someone 'specific' so there's no harm in requesting for a solution when there was none posted for the topic in question.Most users would respond on topicstarter only and not on you. Your specific questions will likely get ignored. Start your own topic.

  • How can I use HTTP POST?

    Dear,
    I need to take a test using the object http post for calling a webservice developed in. Net.
    I have the following information from the webservice. Net:
    POST /Level3Communication.asmx HTTP/1.1
    Host: 10.110.70.129
    Content-Type: text/xml; charset=utf-8
    Content-Length: length
    SOAPAction: "http://tempuri.org/ReceiveMessageFromMES"
    How do I fit this information in HTTP POST object?
    What should I fill in the URL field?
    What should I fill in the Document to Post field?
    What should I fill in the PostData field?
    how do I declare the soap action using http post?
    I did not find any example.
    Could you help me?
    Regards,
    Sérgio Salomã

    Hi,
    check the blogs..
    for recieving..
    [Receiving E-Mail and processing it with ABAP - Version 610 and Higher]
    for Sending
    [Sending E-Mail from ABAP - Version 610 and Higher - BCS Interface]
    Regards,
    Sathish Reddy.

  • How can i use facebook in ios 4.2.3

    i have iphone 4 running ios 4.2.3.I used to use facebook on it then i mistakely deleted it.Now when i  try to download it,it requires ios 5 But i cannot update to ios 5.1.. because it is not unlocked..How can i get facebook apps once againn??

    you should be able to update if you connect your phone to iTunes on the computer.
    Create a backup first and then update to iOS 6.1.3, Facebook is integrated in that version.
    For the steps: http://support.apple.com/kb/ht4623
    Good luck

  • How can I use HTTP authorization in my program?

    I'm writing full-featured proxy server in Java and want to require users to provide login and password and then use their login-name internally to provide different permissions, different quotas, etc... for different users. How can I do that with Java? I prefer to use standard HTTP method for this (classic pop-up login/password dialog in client browser). This is typical solution for all password-protected proxies.
    This question sounds so simple... How to popup a standard dialog asking for login/password in client browser and get its values for farther processing. But I googled for the solution and found nothing. In the Internet, there is a lot of information about how I can use password-protected proxy but none about how I can write one myself with Java.
    Thanks. I need at least some clues...

    I'm asking exactly what I'm asking for in the title :) . Maybe I need to give an example with additional explanation?
    I'm writing a proxy. It has different settings for each user so it must recognize user name and password. Of course, user want to use a browser or other program (possibly another proxy - for example Proxomitron or Privoxy to filter banners and ads) to make requests via my proxy. Browser (not my proxy) should pop-up a dialog asking for a login and password if my proxy server will require authorization. Of course not every program will pop-up a dialog: for example in case of Privoxy or Proxomitron user must provide login and password for parent proxy. In this example "parent proxy" is my proxy. Question is: how I can request HTTP authorization (by sending Proxy-Authenticate) and handle the input? Is there any standard API for that in Java?
    There is big difference between standard HTTP authorization and custom pop-up dialog or custom web-interface login page. In first case user can use standard settings in his/her program/browser to provide password automatically (in this case user just need to enter his/her password once). HTTP authorization is the standard. My proxy need to handle Proxy-Authorization request-header field.
    The Proxy-Authorization request-header field allows the client to identify itself (or its user) to my proxy which (should be able to) require authentication. The Proxy-Authorization field value consists of credentials containing the authentication information of the user agent for the proxy and/or realm of the resource being requested.
    So more complete question would be: is there standard API or third-party API in Java for requesting Proxy-Authorization field from a client and process its values (for example: if password and login is correct then user is allowed to use the proxy; if not user will be asked for login and password again).
    If someone knows proxy server (with source code in Java) which can use standard password protection this will be good answer to my question too.
    Unfortunately it seems that I will need to write account-management code for my proxy myself. Oh, this isn't too hard but for C/C++ there is a lot of examples and ready-to-use pieces of code which I can use immediately. This is why I'm asking here this question: before I will write HTTP authorization class in Java from scratch I want to make sure there is no "ready-to-use piece of code". I don't want to "reinvent the wheel".
    For now, I even cannot find a proxy server with Java source code with ability to use standard password protection to prevent access for non-authorized users. So I'm asking here if there is ready-to-use API (class) for doing HTTP authorization or I need to write one myself.
    Message was edited by:
    Dark_Dragon

  • Can't use WiFi since IOS 8 & 8.0.2 for apps downloads.

    Before IOS 8.0 I had no problems with anything. Since installing IOS 8.0 I have lost the ability to download any apps via my Wi-Fi. I installed IOS 8.0.2 hoping that would fix the problem but it did not. Cellular downloads just fine but not using Wi-Fi. I am using an IPhone 5 with IOS 8.0.2. My wife has the IPhone 5S and she had the same problem until I installed her phone with IOS 8.0.2 and now the Wi-Fi download works for apps. Need help or someone tell me how to report this directly to Apple.

    Well this is ridiculous, Apple releases a new ios and now my wifi wont work.  To add insult to injury after spending hours with support on the phone and then trying to go to the Apple store they offer to replace my iPhone for $269.  I tried to get to the Apple store and due to traffic I was 13 minutes late.  Come to find out that after 10 minutes they give your appointment away!  How very special.  Hey Apple how about fixing the problem you created with your new IOS - should change the name to POS because that is what it is.  My phone is practically useless and now I am blowing through my data plan just trying to get mail and browse the web.  100's of people can't be wrong.  I have restored my phone to factory settings which I really did not want to do and now I had to start from scratch with a clean install only to have NO improvement.  I have tried everything I can find online with no help from any of the suggestions out there.  When are they going to own up to this and finally do something to fix it??

  • I forgot my password for my iphone 4s and i cant plus it into itunes it says "itunes could not connect to the Natalie's iPhone because it is locked with a passcode you msut enter your passcode on the iPhone before it can be used with iTunes"

    i forgot my password for my iphone 4s and i cant plus it into itunes it says "itunes could not connect to the Natalie's iPhone because it is locked with a passcode you msut enter your passcode on the iPhone before it can be used with iTunes"

    iOS: Forgotten passcode or device disabled after entering wrong passcode - http://support.apple.com/kb/ht1212

  • Can I use HP all-in-one 200-5150t as a monitor?

    My 3-year-old 200-5150t all-in-one computer just died (motherboard failure).  Rather than spending $300 for a repair, I thought I'd just get a new computer.  However, since the screen is still fine, I'm wondering if there is any way I could use it as a monitor for my new computer.  I've seen some discussion about this about TouchSmarts, but this one does NOT have a touch screen.  I'd appreciate it if anyone has any thoughts on this.  It just seems a shame to chuck (ie recycle) the whole thing when everything but the motherboard works!

    Hi,
    Unfortunately no, I can't find any port which can be used:
       http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02250220&lang=en&cc=us&conte...
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Account access rights and role for XI-to-XI communication using https

    Hi,
    Can anyone please provide information regarding what is the minimum privileges to be awarded to a new account created in XI so that a customer can connect using https.
    Presently, for testing purposes we are using PISUPER and PIAFUSER.
    We are making use of XI adapter.
    Thank you
    Message was edited by:
            Vijay Pulugurta

    For configuring HTTPS communication in XI you need to setup both ABAP and Java part of XI.
    Follow the steps mentioned in the URL below.
    http://help.sap.com/saphelp_nw04s/helpdata/en/e8/1f1041a0f6f16fe10000000a1550b0/frameset.htm
    Satish

  • Can iCal use both English and French languages or does the System software need to be either French or English?

    Can iCal use both English and French languages or does the System software need to be either French or English?

    joanfromardon wrote:
    Can iCal use both English and French languages or does the System software need to be either French or English?
    The calendar language is determined by system prefs/language & text/formats.
    The app language is determined by system prefs/language & text/language, or you can probably use
    http://www.tj-hd.co.uk/en-gb/languageswitcher/

  • What apps can be used on the iPhone 3G?

    My son has my old 3G & I'd like to know what communication apps can be used with that iOS...

    Many apps now require iOS 5 and above.  Unfortunetaly iOS 4.2 is the highest for iPhone 3G.  I know there are a few apps like Pinger or Text Free or Text Plus that might be compatible.
    -Allen

Maybe you are looking for