Search results for

DTiPhoneSimulatorErrorDomain Code 2

158,498 results found

Post

Replies

Boosts

Views

Activity

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
Reply to Mail and multiple exchange accounts
You aren't alone Scott. I had two exchange accounts active when I moved from 10.10.4 to 10.11 and now I have to follow the same steps as you do to get Mail to load without constantly crashing on startup with the same 'Root folder ID...' error you mentioned above. Sad that this functionality is problematic with their first beta. I'm sure a fix will be coming shortly.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Calendar events not syncing
Watch 2, iOS9 on an iPhone 6 - Everything seems to be syncing now except my calendar. Watch app shows that the calendard is set up, all the events are on my iPhone correctly, nothing shows up on the Watch in the calendar app or in the glances or on the watch face.
20
0
4.0k
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 server.So, when use
2
0
738
Jun ’15
Interface objects still write-only
According to the docs and some tests I just ran, interface objects in watchOS 2.0 are still write-only. I'm wondering what the reasoning behind this is now the code excutes on the watch, and therefore there's no longer a round trip to the phone. WatchKit developers have traditionally had to keep track of UI state manually due to this restriction imposed by the old architecture, but now the architecture has changed it seems a little strange to keep those restrictions in place. Could someone from Apple please comment on this?Also, it also seems a little strange that new watch app projects in Xcode still have seperate groups and targets for the interface and the code. Is this likely to change in a future beta?
0
0
187
Jun ’15
Using Xcode 7 for production apps
I want to take advantage of the new UI testing features in Xcode 7. However it's forcing me to upgrade my project to Swift 2. I'm guessing Swift 2 apps can't be submitted yet? How can I make use of Xcode 7 on a project which mixes Swift and Objective-C code while still keeping it able to submit.
13
0
2.3k
Jun ’15