Request failed with http status code 503

159,013 results found

Post not yet marked as solved
5 Replies
2.2k Views
I am working on a project with Swift and Storyboards. It's a conversion project from a traditional IB and Objective-C project. I am having an issue with a UITableView instantiating when the view is loaded. Let me explain.The project is a navigation project. Here is an overview of the Storyboard.The Storyboard's first viewController is HomeViewController and is a landing page that displays general info. The next VC is called FeedViewController shows a number of RSS feeds. You can see an expanded screen shot of the NavigationController, HomeViewController and FeedViewController in the picture below.My problem is that I can't get the tableView to Instantiate. I first checked to make sure that my tableView was connected as an outlet and that the dataSource and delegate properties were connected. You can see this in the pic below.In my FeedViewController class I have an Outler property called feedsTableView. You can see the declaration in the code below.class FeedViewController: UIViewController, UITableV
Posted
by
Post not yet marked as solved
6 Replies
The old forums are still at https://devforums.apple.com
Post not yet marked as solved
2 Replies
539 Views
Seems iOS9 wants to rewrite all of our URL's that were HTTP to HTTPS.Can't see any docs on how to allow HTTP for certain domain names, can anyone assist?
Posted
by
Post not yet marked as solved
3 Replies
Developer betas are what I was referring to, but I failed to make that clear in my question.
Post not yet marked as solved
5 Replies
866 Views
I am unable to download the 10.11 seed - when I click on the download link I get taken to the App Store but get given the message that This code has already been removed
Posted
by
Post not yet marked as solved
0 Replies
1.6k Views
Hello,Downloading the iOS 9 beta seems to have broken all of our NSURLConnection callsthis is the error we get CFNetwork SSLHandshake failed (-9824)NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)this is working fine with IOS 8.3We also have a test site that is not HTTPS simply HTTP for internal testing and it gives the error:Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.can the developers comment on these? Anyone else seeing this?
Posted
by
Post not yet marked as solved
5 Replies
I'm receiving a message that shows the redemption code has already been used, but no download occured. any help?
Post not yet marked as solved
5 Replies
The code redemption won't work on 10.10.4 betas. Make sure you do it on stable OS X releases.
Post not yet marked as solved
5 Replies
4.3k Views
This is odd something wrong now trying to connect to my servers. They use SSL did something change there with NSURLSession?NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9801)I'm trying to run my IOS App under the simulator..
Posted
by
Post marked as solved
14 Replies
13k Views
Recompiled my App with Xcode 7 Beta1:I am using AFNetworking and every connection seems to fail (device and simulator):CFNetwork SSLHandshake failed (-9824)NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)… any suggestions?Steven
Posted
by
Post not yet marked as solved
5 Replies
A few more details..Error Domain=NSURLErrorDomain Code=-1200 An SSL error has occurred and a secure connection to the server cannot be made. UserInfo=0x7ffe8a4b4040 {_kCFStreamErrorCodeKey=-9801, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?,
Post not yet marked as solved
3 Replies
582 Views
Developers interested in creating tile-based games and perhaps unsatisfied with existing solutions should try TilemapKitHexagonal, staggered and regular isometric, and of course orthogonal tilemaps are all supported. Including all stagger variations. Cool features like pathfinding are added as requested. Over 20 example tilemaps in TMX format are included for free. For a full list of features and roadmap please visit the TilemapKit website.If you want to see what you'll get, watch this video:https://www.youtube.com/watch?v=yAgGX1zc-1AEnjoy TilemapKit and please leave me feedback in the above forum thread or here.
Posted
by
Post not yet marked as solved
14 Replies
Ok they just have changed something... keep me posted if you find any documentation on it. I'm going to try connection over http just for the fun of it and see if it works..