Search results for

We are unable to process your request

69,586 results found

Post

Replies

Boosts

Views

Activity

Asynchronous Design Patterns with Blocks GCD
I'm a newbie . Is there an example code base I can look at that shows how to 1 ) fire up JSON queries/reposes to/from multiple websites in parallel,2) have each taks/thread process info and write it to a central (shared) array of objects3) then wait for a parallel tasks to finish3) process the info collected on shared array data.I'm assuming this is about correct usage of asynchronous queues, and some tricks with a synchronous/wait for completion method. need to see the handling of hte dance. Also how to ensure the common global data object being written to safely from multiple parallel tasks.pointers to example code much appreciated
3
0
985
Jun ’15
Download trouble IOS 9 - unauthorized -
First, I could successfully download and install IOS 9 Beta on my iPhone 5 (Model A1429). It works fine.Second, I also could successfully download and install Mac OS 10.11 on my iMac Mid 2009. It also works fine.Third and here my trouble starts:Then I tried to download IOS 9 Beta for my iPad Air (Model A1474). The download starts, butafter two, three seconds instead of the download file I get a text file named unauthorized with the following content:Sorry, you cannot view this page.This page no longer exists or the Apple ID you signed in with does not have permission to view this page. If you’re currently a member of the Apple Developer Program, you or your Team Agent may need to update your account by agreeing to the latest license agreement in order to access this page.To view your current membership status and benefits, visitMember Center.Copyright © 2015 Apple Inc. All rights reserved.How can I negotiate the loop of unsuccessfulness?
1
0
1.5k
Jun ’15
CoreMotion and iBeacons in background mode
Hello All,I’ve created application which logs motion activity of user with CoreMotion framework and M7-chip functionality (I’m using CMMotionActivityManager).Application works fine in foreground. But I need to check that event occurred in 3-7 seconds frame in background mode.And I need to range iBeacons - check entering to specified zone in background mode and activate my test for the motion event.According following review http://developer.radiusnetworks.com/2013/11/13/ibeacon-monitoring-in-the-background-and-foreground.htmlthe time for detection is about 4 minutes (in average and up to 15 minutes) in background mode.Does exist any method or workaround to grab data for motion activity and ranging iBeacon in the background with better accuracy?- I need to check that event occurred in 3-7 seconds frame and notify user.My concept application works in the following way:1. I’ve activated background mode flags for CoreLocation and Audio (it plays audio signal on event detection).2. At start it requests au
2
0
5.6k
Jun ’15
Reply to iBooks won't open a book
I'm unable to even open iBooks. It crashes immediately and will not open.Crashed Thread: 4 Dispatch queue: com.apple.iBooksX.SampleBooksException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'data parameter is nil'terminating with uncaught exception of type NSExceptionabort() called
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Unable to log into Developer Account
Beginning yesterday and still continuing when I go to log into my developer account (both iOS and OS X) I am presented with a new Terms and Agreement page. The agreement is not displayed, I am unable to download the PDF and when I check the Agree box then Submit it returns me to the same page. I am unable to contact support as all of the links are invalid or I get kept being sent back tot eh Terms & Agreement page.How do I get out of this black hole?
3
0
627
Jun ’15
NSURLConnection times out after reopening app
Hello,In my app I use a NSURLConnection to upload some content. Everything works fine except when I reopen the app after like one hour.On my personal wifi, everything is fine, but when I connect using my operator data plan (I never observed any issue like this on other apps), the first NSURLConnection times out. If I try again, the operation succeeds.I use a standard NSURLConnection.NSURLConnection *connection = [[NSURLConnection alloc] initWithRequest:request delegate:delegate];Using[NSURLConnection sendAsynchronousRequest:request...]also leads to a timeout.On another thread on the Apple developer forum somebody suggested to run a packet trace, which I did. The request does not seem to be sent.I'm a bit out of ideas, do you have one ?Thanks a lot!
Topic: UI Frameworks SubTopic: AppKit Tags:
4
0
583
Jun ’15
Reply to Arrays of tuples
Hi Erica, thanks for the reply. In keeping my original post short, I neglected to mention that the way I ran into this is that I opened a project that worked fine with XCode 6.3.2 but that did not compile with XCode 7. So for me, this did not happen with pre-2, or at least not with the current released version of XCode.Paste the following into a new iOS Playground in both XCode 6.3.2 and 7. It works in the former but not in the latter.import UIKit var errors = [(Int, String)]() errors.append((400, Bad Request))Would like to hear from someone from Apple if this is a bug or a language change.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
App rejected: Abandoned batch. IAP restore functionality.
Hello,I'm working on application, that works with user financial data.User should create account, log in, scan his personal card with social ID and get information from financial service.Requests to financial service are not free of charge.This service is provided by Local Authoritires and data could be retrieved after payment.I used IAP to buy Interrogations.For example - if user buys 10 interrogations - he can perform 10 requests to service.Every successful request decreases interrogation count by 1.Application was rejected with few reasons and i don't know exactly what they mean1) Abandoned BatchWe found that while you have submitted In App Purchase products for your app, the In App Purchase functionality is not present in your binary.But i can't add consumable abstract number of requests to binary - it's just stored at server side for every user.2) Missing restore mechanismYes, actually, app don't have special Restore button, but number of purchased interrogations is stored at s
2
0
728
Jun ’15
Can anyone help, reboot loop
Tue Jun 9 10:16:45 2015*** Panic Report ***panic(cpu 1 caller 0xffffff80079df68a): Kernel trap at 0xffffff7f8849bc44, type 14=page fault, registers:CR0: 0x000000008001003b, CR2: 0x0000000000000028, CR3: 0x000000000a7f9000, CR4: 0x00000000001627e0RAX: 0x0000000000000000, RBX: 0x0000000000000000, RCX: 0xffffffffffd258bc, RDX: 0x0000000000000000RSP: 0xffffff9112e2be80, RBP: 0xffffff9112e2bec0, RSI: 0x0000000000000001, RDI: 0xffffff8018956a18R8: 0xffffff801892a000, R9: 0x0000000000000001, R10: 0x0000000000000000, R11: 0x0000000000000006R12: 0xffffff80d8b7b000, R13: 0xffffff801aa4f700, R14: 0xffffff80d8b7b000, R15: 0xffffff801abe7840RFL: 0x0000000000010282, RIP: 0xffffff7f8849bc44, CS: 0x0000000000000008, SS: 0x0000000000000000Fault CR2: 0x0000000000000028, Error code: 0x0000000000000002, Fault CPU: 0x1, PL: 0Backtrace (CPU 1), Frame : Return Address0xffffff9112e2bb10 : 0xffffff80078f16e10xffffff9112e2bb90 : 0xffffff80079df68a0xffffff9112e2bd70 : 0xffffff80079fcb830xffffff9112e2bd90 : 0xffffff7f8849bc440xffffff911
12
0
9.2k
Jun ’15