Search results for

We are unable to process your request

69,585 results found

Post

Replies

Boosts

Views

Activity

Reply to Mail.app keeps crashing
As as me. Here's the error log.Process: Mail [14455]Path: /Applications/Mail.app/Contents/MacOS/MailIdentifier: com.apple.mailVersion: ???Build Info: Mail-3054000000000000~1Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Mail [14455]User ID: 501Date/Time: 2015-06-09 15:49:27.381 +0800OS Version: Mac OS X 10.11 (15A178w)Report Version: 11Anonymous UUID: 37B38C53-1044-6C10-0E8C-BAD68E644D0ASleep/Wake UUID: 9CE95D61-7A1A-45BC-88E5-C0EEB367AE90Time Awake Since Boot: 7900 secondsTime Since Wake: 3600 secondsCrashed Thread: 0Exception Type: EXC_BREAKPOINT (SIGTRAP)Exception Codes: 0x0000000000000002, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:dyld: launch, loading dependent librariesDyld Error Message: Library not loaded: /System/Library/PrivateFrameworks/AccountsUI.framework/Versions/A/AccountsUI Referenced from: /Applications/Mail.app/Contents/MacOS/Mail Reason: image not foundBinary Images: 0x7fff62c3e000 - 0x7fff62c7476f dyld (360.3) <EC668FCE-9
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Crash - Kern_Invalid_address
Hey everyone. I wasn't sure which section to put this in but this was the most relevent i could find.Im new to all this and this is my first app so bare with me.I've created an app using Unity and then built it through xcode. When submitting to the app store i got 3 crash reports. I've tried to understand them but I cant seem to get my head around what they mean.All 3 crash reports are fairly simmilar with the following error: Exception Subtype: KERN_INVALID_ADDRESS at ... I will post one example below. If you want the other 2 reports then just ask!Thanks for your help!Incident Identifier: 938FFF53-56A2-4A1D-BF23-4E24567BA101CrashReporter Key: 3286a932eadfb6a4501de9b1e0044450b3f54fb3Hardware Model: xxxProcess: Box [1376]Path: /private/var/mobile/Containers/Bundle/Application/00E4561A-F30C-4C48-B2BD-355A71A4D971/Box.app/BoxIdentifier: Bob.BobVersion: 1 (1)Code Type: ARM (Native)Parent Process: launchd [1]Date/Time: 2015-06-02 17:16:47.033 -0700Launch Time: 2015-06-02 17:16:42.956 -0700OS Version: iOS
2
0
1.8k
Jun ’15
Reply to Will not let me enroll.
I had the same problem. Enter my personal and romanized information over and over again. Then I changed some of my personal information in my Apple ID and now I can confirm all my data but then get We are unable to process your request.An unknown error occurred.I then changed my country and address back in the Apple ID but still get the error.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to on demand resources in iOS7?
On-demand resources are predicated on the App Store serving up the initial portion of the application binary and then expecting the application to request the rest manually when it's likely to need it. NSBundleResourceRequest, a key part of the API for managing on demand resources, is new for iOS 9.Which means that applications running on earlier versions of iOS are going to need to given a compatibility behavior--everything gets downloaded--or they're just not going to work at all.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Implementing trial period for auto-renewing subscriptions
I need a guide for adding trial period option for iOS app auto-renewing subscription without using separate server.The thing is that different time period options inside one auto-renewing group of items have separate IDs, however there is no ID for trial period. How can I request it from out my app after user presses Trial period button.There are no descriptions on Developer Forums and on other websites, no examples as well, so I don't know how to implement this.P.S.: I use RMStore to cover transaction APIs.Here is how the code approximately looks:- (void)performRequestForProduct:(NSString *)productID completionBlock:(void(^)(BOOL success))func { NSSet *productIdentifiers = [NSSet setWithObjects:kInAppIDUltimate, kInAppIDPremium1Year, kInAppIDPremium1Month, kInAppDonationBundleID, nil]; [[UIApplication sharedApplication] setNetworkActivityIndicatorVisible:YES]; [[RMStore defaultStore] requestProducts:productIdentifiers success:^(NSArray *products, NSArray *invalidProducts) { if (invalidProducts.count
1
0
866
Jun ’15
Reply to Future of Newsstand?
Can you elaborate on what they said again. I watched it but missed that and I'm at work and can't watch it. Meanwhile my client is flipping her lid because we've just ran a huge launch campaign for our Newsstand app, we have a truck load of subscribers and the positive feedback has been overwhelming. Some kind of answer to give to her would be great.If I suddenly have to scrap the whole thing and start again I'm not going to be happy. Hopefully there's be an easy migration process or something, but whatever happens I need to maintain my current subscribers and format. My client rejected a flipboard style curation app due to the fact that market research showed that our customers actually want a like for like digitial copy of our paper publication (which has been running since 1969 and has a traditional and somewhat cult following). Our customers love our app.I feel Apple have dropped the ball on this a little. Even a notification in the Newsstand tab of my App in iTunes Connect that points to some he
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
BLE scan may freeze randomly
I'm currently working on an app that handle communication with a BLE device. One of my constraint is that i must connect to this device only when i have to send a command or read data. I must disconnect as soon as possible when it's done, to allow other potential users to do the same.One of the features of the app is the following :Users can enable an automatic command while the app is in the background. This automatic command triggers if the device hasn't been detected within 10 minutes.My app scans until it finds my BLE device.In order to keep it awake when i need it, i'm restarting the scan each time, because of the CBCentralManagerScanOptionAllowDuplicatesKey option ignorance.When it's detected, i'm checking if the last detection was more than 10 minutes ago. If that's the case, i connect to the device and then write into the characteristic corresponding to the service i need.The goal is to trigger this device when user come in range. It may happen a few minutes after being out of range such as a few hour
5
0
3.5k
Jun ’15
Adaptative layout problem when navigation from an adapted layout to another view
Hi,I developped a little application that represents points of interest on a map. When I turn the IPhone Landscape, I splitted the view in 2 parts, one with the map and one with the list of the points of interest, sorted by distance... When I click on an item on the list, there is a push navigation going to a WebPage for the point of interest... So far, so good, works fine... However, if I rotate back the IPhone to Portrait while on the WebPage, I only see half of the WebPage displayed, like if the underlying view was still Landscape...How can I avoid that? I have pictures to explain better the behavior, but it looks like I'm unable to upload...Regards,Rejean
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
151
Jun ’15