Search results for

We are unable to process your request

69,608 results found

Post

Replies

Boosts

Views

Activity

Reply to Using Keychain Services in Swift 2
Your code shown above contains a workaround needed till Swift 1.1. (Seems to work in Swift 1.2 or 2, but not recommended.)Here's a code I use in Swift 1.2 (works in Swift 2, I believe), though, I'm not sure you find this cleaner. let keychainQuery: [NSObject: AnyObject] = [ kSecClass : kSecClassGenericPassword, kSecAttrService : serviceName, kSecAttrAccount : userAccount, kSecReturnData : kCFBooleanTrue, kSecMatchLimit : kSecMatchLimitOne] var dataTypeRef: Unmanaged<AnyObject>? let status = SecItemCopyMatching(keychainQuery, &dataTypeRef) if status == errSecSuccess, let retrievedData = dataTypeRef?.takeRetainedValue() as! NSData? { //process retrivedData } else { //process error }UPDATE for Swift 2.2 (or update was needed for former versions...)I believe this compiles and works in Swift 2.2: let keychainQuery: [NSObject: AnyObject] = [ kSecClass : kSecClassGenericPassword, kSecAttrService : serviceName, kSecAttrAccount : userAccount, kSecReturnData : kCFBooleanTrue, kSecMatchLimit
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Reply to one to many relationship
Typically you have the rooms specified to contain a to-one relationship address which is the inverse of that to-many relationship rooms.That's the simplest way of differentiating the living room of addressX from the living room of address Y.And that lets you do all sorts of convenient things like select an address from your list of addresses; pass that reference to another table view controller, and have it specify a predicate for your fetch request so that it filters to just that address: // Given address as the user selected Address instance NSPredicate *predicate = [NSPredicate predicateWithFormat @address = %@, address];
Jun ’15
NOT ATS -- NSURLConnection 200 Response with no data - iOS 9 Beta 1
Hi,I am experiencing a successful network request (with 200 response) but no data. I am using NSURLConnection. So what happened is, one of my delegate callback is not getting called.Flow:- connection:didReceiveResponse:- connection:didReceiveData: (not being called)- connectionDidFinishLoading:So when the `didReceiveResponse:` is called, the response come back as 200. However, the `didReceiveData:` part is skipped and the `didFinishLoading:` is called straight away. This results in no data at all and this doesnt always happen but it happens intermittently.Any help would be appreciated. I put a NOT ATS above in the title as I am aware about the new security concept introduced and I am pretty sure that we are using TLS 1.2.---Cheers,Rendy
5
0
757
Jun ’15
Reply to Only a single iCloud account can be saved
I had pretty much the same issue, for me accountsd showed both my @me.com as well as my @mac.com addresses, which was probably causing the conflict. I resolved it like this:1. Delete ~/Library/Application Support/iCloud/Accounts/ competely (I actually just moved it, just to have a copy)2. Reboot3. System Preferences => Internet Accounts showed a second inactive iCloud account4. Delete that inactive account5. Another Reboot6. Sign in to the actual account in System Preferences => iCloudAfter this procedure, I could use iCloud properly again.
Jun ’15
Reply to ATS blocks https://www.apple.com/
Someone else noticed the same thing and opened a radar (21337673),See: https://forums.developer.apple.com/message/11677#11677But iOS 9 and OSX 10.11 require TLSv1.2 SSL for all hosts you plan to request data from. If it's 1.1 or lower, you need to specify exception domains in your app's Info.plist file.For futher info on how to do that:https://forums.developer.apple.com/message/7383#7383https://forums.developer.apple.com/message/9055#9055https://forums.developer.apple.com/message/5857%235857
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Mission Control Request
Is there a place to request a feature/change?10.11 Mission control is great. However, when you first go in to it, you just see labels at the top 'Desktop 1' 'Desktop 2''Desktop 3' 'Desktop 4'.....I can see why Apple did this. In small screens, such as the new Macbook 12, you have to use the screen realestate wisely. I, my self, and I am sure there are other 'Power Spaces Users' that apreciate seeing the desktop previews immediately upon going in to Mission Control, instead of moving the mouse up to expand the preview, revealing the live preview tiles as a second step.
7
0
676
Jun ’15
App review times unacceptable
Lot's of great things coming out of WWDC, but here we are in 2015 and I feel like little has changed since the launch of iTunes connect. What's the deal apple? We both know there are plenty solutions to this problem. I'm trying to understand the resistance, because it definitely has nothing to do with security, and keeping the ecosystem safe. I've had apps that crashed on launch get pushed through, so we're definitely not talking about quality control here.The only reason I can come up with is that Apple knows/thinks that update velocity is detrimental to the end user, and app reviews are politically easier to implement. Did your app reviewers join some powerful union? Or maybe the internal team is overselling the value of app reviews up the chain of command? It doesn't even make sense. You're telling me if a developer who has had >5 submissions to the app store without prior problems has to wait 12 days to improve their software? You tell us “write quality code” yet you don’t even allow us to test against
11
0
3.6k
Jun ’15
Reply to telephony
Hi EskimoThanks for the help.I reported the feature request as you suggested.You can find this at the bug number: 21480046 - Reject an incoming telephony call (with a busy tone) if the user is already talking on a VoIP callBest regardsDomenico
Jun ’15
ip_output_list: can't update route after IPsec processing
Hi,Since installing latest 10.10.4 seed, my L2TP over IPsec tunnel won't stay connected for more than 4-6 minutes at a time.Hvae tried the usual : restarting, clearing PRAM and so on.I have another Mac on the same network (running 10.10.3) connecting to same VPN without any issues.The only thing I can see in console while connected is lots and lots of :22/06/15 09:23:05,000 kernel[0]: ip_output_list: can't update route after IPsec processingUntil I get disconnected:22/06/15 09:23:46,332 com.apple.geod[20805]: Connection error while checking Apple Internalness. Error: Error Domain=NSCocoaErrorDomain Code=4099 Couldn’t communicate with a helper application. (The connection to service named com.apple.CrashReporterSupportHelper was invalidated.) UserInfo=0x7fddf0503ff0 {NSDebugDescription=The connection to service named com.apple.CrashReporterSupportHelper was invalidated.}22/06/15 09:23:46,904 sandboxd[20806]: ([20805]) com.apple.geod(20805) deny mach-lookup com.apple.CrashReporterSupportHelper22/06/15 09:24:37,
1
0
362
Jun ’15
Reply to Packet Tunnel Provider for custom VPN Protocol
As you might imagine there's been a /lot/ of interest in developing Network Extension providers. There's also been a bit of an administrative delay at our end coming up to speed on this. We hope to deal with the request backlog soon, but I don't have any specific timeline to share with you right now.> Should I just wait for a reply?Yes. The fact that you got the auto ACK means you're definitely in our system and we will get back to you eventually.Sorry about the delay.Share and Enjoy--Quinn The Eskimo!Apple Developer Relations, Developer Technical Support, Core OS/Hardware
Jun ’15
Reply to Swift memory security
> Does Swift/OSX/iOS make any guarantees about what happens to the> password bytes?No.> How about the buffer that was used to return results by the Keychain> API?No.As HyperNovaSoftware mentioned, this protection is enforced by the OS at process boundaries.Share and Enjoy--Quinn The Eskimo!Apple Developer Relations, Developer Technical Support, Core OS/Hardware
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15