Search results for

We are unable to process your request

69,584 results found

Post

Replies

Boosts

Views

Activity

iOS 9 Safari full site request
Using the iOS 9 beta I've noticed the 'request full site' feature is missing from safari, does anyone know if it's just because of the beta or if it's been removed? There's still a lot of documentation I've not looked at yet. Aside from that I'm having a lot more trouble with it he 9.0 beta than I did from 8.0, - battery life - networking ( cell & wifi ) - crashing - slow It's very hard to test apps on such an unfinished operating system, can't tell if the app or the OS is the problem half the time.
1
0
134
Jun ’15
Reply to Open-Sourcing Plan
In some ways, porting to BSD would be simpler than porting to Linux, given Darwin's heritage. Having said that, they are most probably targeting the most popular *nix for their initial port, leaving the porting back to BSD up to the community. I doubt it will be a hard process, with Linux needing probably a little more #ifdefs than the other way around.. Once Swift open sources, it will in fact be the first thing I'll do with it: trying to port it to FreeBSD 😉
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Can't retrieve CKRecords to resolve conflicts on CKErrorCodeServerRecordChanged in CKModifyRecordsOperation
I ran into some problem when trying to handle errors when doing batch operations on records in CloudKit.I am successfully extracting the dictionary containing the partial errors, which I can iterate over. However, I am not able to get the records needed to resolve the conflict for CKErrorCodeServerRecordChanged. According to the docs and the WWDC sessions I watched I should be able to get 3 records out of the dictionary:CKRecordChangedErrorServerRecordKeyCKRecordChangedErrorAncestorRecordKeyCKRecordChangedErrorClientRecordKeyThank you for any hints on what I am doing wrong here:func pushRecordChangesForZoneID(recordZoneID: CKRecordZoneID) { // ... modifyRecordsOperation.modifyRecordsCompletionBlock = { (savedRecords, deletedRecordIDs, error) -> Void in if (error != nil) { if error.code == CKErrorCode.PartialFailure.rawValue { if let errorDict = error.userInfo?[CKPartialErrorsByItemIDKey] as? [CKRecordID : NSError] { for (recordID, partialError) in errorDict { if partialError.code == CKErrorCode.ServerRecor
3
0
1.2k
Jun ’15
Xcode Server Sigining Product
I am not being able to sign my Product. It stucks in step 6 when running my continuous integration. Actually there is also another weird thing happenning.In OS X Server Xcode preferences pane I added my developer account to enable Xcode Server sign my .ipa file. But in OS X Server Logs I saw something like thisJun 15 10:26:05 blabla.com.tr xcscontrol[961]: DeveloperPortal: Completed request 8331BF8B-EA0B-4C99-987F-8F3E9ECCED62 (failure): { DTDK_Platform = ios; creationTimestamp = 2015-06-15T07:23:44Z; httpCode = 200; protocolVersion = QH65B2; requestId = 8331BF8B-EA0B-4C99-987F-8F3E9ECCED62; requestUrl = https://developerservices1.apple.com/services/QH65B2/ios/downloadTeamProvisioningProfile.action; responseId = 5544ef83-0af3-441f-acf7-ea931331f3a5; resultCode = 3170; resultString = No team member found for teamId 'TEAMID_XXXX' and teamClientUid 'CLIENTUID_XXX'; teamId = TEAMID_XXXX; userLocale = en_US; userString = Unable to find a team with the given Team ID 'XXX.XXX.XXX' to which you belo
9
0
3.2k
Jun ’15
Reply to Can't submit app - "Invalid Signature - Code object is not signed at all"
Thank you for your reply.The problem really appeared to be in the 3rd party SDK I used in my project. I was using the HockeyApp SDK, and included all the files coming with the SDK into my project. There were some redundant files after removing which the Apple validation process stopped complaining about Invalid Binary.But the strange thing is that the app submitted on May 30 with previous configurations (with redundant files) didn't produce the error, but the app with same configurations submitted after Jun 9 produces the Invalid Binary error. So there is definitely something changed in the Apple validation procedure during that period.
Jun ’15
Reply to Location tracking in background
Hey Hanno,iOS 9 Has made a few changes to the way Location Services run in the background. Most prominent - you now have to request further access. Set `allowsBackgroundLocationUpdates` when you want to recieve background updates. if([self.locationManager respondsToSelector:@selector(allowsBackgroundLocationUpdates)]){ [self.locationManager setAllowsBackgroundLocationUpdates:YES]; }Discover more: https://developer.apple.com/videos/wwdc/2015/?id=714W
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
NSURLSession upload in background file size limit
Hello,I am having problems managing large files with NSURLSession. My app upload to the server photos and videos from the photo library and I have problems with large files (2Gb more or less).For upload the files to the server I'm using NSURLSession with background session configuration. If I upload videos with a size minor than 2GB the file is uploaded properly in all of my test devices. With video files of 2G the upload process does not works in all of the devices.It's working in iPad air with 8.1.2, in iPad air with 7.2, in iPhone 5S with 8.3 and in iPhone 6 plus with 8.2It's not working in iPhone 5 with 8.1.2Are there a limitation for that?*I have checked that my test devices have at least 5GB of memory free.
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
1.4k
Jun ’15
Reply to Can't Install Cisco AnyConnect
Yes, I'm having the same problem. One of the temporary installation directories (/var/folders/zz/zyxv.../C/PKIInstallSandboxManager-SystemSoftware) has the restricted flag associated with it. I have been unable to remove or change it even in single user mode. Does anyone know how to clear this flag?--Rick
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Changed from Individual to Company. How to change app display page on AppStore?
Upon my request Apple recently changed my Developer account from Individual to Company, after I got the DUNS #. However, in the AppStore, on my app display, it still shows my individual name. How can I make my company name appear here? I searched to send an email to support on this issue but there appears no way I can send a support question on Company Name Display topic. Thanks for your help!RajFounder, Riffiti, Inc.
0
0
324
Jun ’15
Reply to Can't archive app: "Command failed due to signal: Abort trap: 6"
If possible, please file a bug for this issue and attach the project which is causing the crash.If you are unable to attach the full project, please look at the build log and try to determine exactly what command is crashing with the Abort 6 message. If it is the compiler, you should be able to open the source file which is crashing, then use Product > Perform Action > Preprocess ... to generate a preprocessed source file which can be attached to the bug and used by us to isolate the crash.
Jun ’15
AVPlayerViewController not behaving in Container View
When embedding the AVPlayerViewController in a container view in iOS9 beta 1 and start playing an audio track, I get this with latest beta. Anyone else able to reproduce?:2015-06-15 22:11:56.266 SampleRadio[860:521233] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)( <NSLayoutConstraint:0x15cd8eb20 UIView:0x15cf58fc0.centerY == AVPictureInPictureIndicatorView:0x15cf58a10.centerY + 10>, <NSLayoutConstraint:0x15cd8ed50 V:[UIView:0x15cf58fc0]-(>=10)-| (Names: '|':AVPictureInPictureIndicatorView:0x15cf58a10 )>, <NSLayoutConstraint:0x15cd8efa0 V:|-(0)-[UIImageView:0x
0
0
962
Jun ’15
XCUIElement in new testing framework. Button element is cannon be tapped
I have a UI test that is going after a UI by interrogating its elements.I am able to get the buttongs on the page and determine if they exist and if they are enabled: bool buttonExists = [fooButtonName exists]; bool buttonEnabled [fooButtonName isEnabled];but neither of these conditions tell me if the button is able to be tapped. for when both these variables are true, I still encounter:test failure: -[XXXX_UI_Tests testExample] failed: UI Testing Failure - Unable to find hit point for element Button 0x7a787240: traits: 1, {{20.0, 52.0}, {48.0, 30.0}}, title: 'Cancel', label: 'Cancel'
3
0
1.8k
Jun ’15