Search results for

We are unable to process your request

69,626 results found

Post

Replies

Boosts

Views

Activity

Unable to Profile as *.tracetemplate "could not be opened."
I'm trying to profile an iOS app in Xcode 6.3, but I'm stopped by the error message:The document Activity Monitor.tracetemplate could not be opened.Repro Steps:1. In the menu bar, click Xcode, Open Developer Tool, Instruments2. The Choose Profiling Template window appears. Select Activity Monitor,3. Import Trace open dialog appears. Select Activity Monitor.tracetemplate4. The document “Activity Monitor.tracetemplate” could not be opened. popup appears.This occurs no matter what instrument I select.Alternatively if I go to the Instruments Preferences and select Supress template chooser I can open up instruments but when I try to drag on Activity Monitor I get a crash with the following error in the crash log:Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: Assertion failed: (_coreSpace != nil), function -[XRTrace coreSpace], file /SourceCache/Instruments/Instruments-57536/XRTrace
3
0
2.1k
Jun ’15
Change screenshots after approved
Hello, today my application was finally accepted, i remember to upload just a single pic the day i submited the app and now seems like i need to upload a new version (??) just to change or add new screenshots?Is there any chance to upload new pics without upload a new app? I have some MFI licenses attached to my current (1.0) version, and just change the version number causes me a big prejudice, i need to talk again with the MFI accesories manufacturers, request a new MFI form, wait for a new revision... omg i can't handle this delay again Thanks!
3
0
5.2k
Jun ’15
Determine if Touch Id requires passcode
Is there a way to determine if the device Touch Id has failed 4 times and requires the passcode? In my app in this scenario I would like to not use Touch Id and instead our app's standard login process. The canEvaluatePolicy:LAPolicyDeviceOwnerAuthenticationWithBiometrics returns the same value as if Touch Id does not require the passcode.
4
0
1.3k
Jun ’15
Reply to iPhone 6 Plus would not turn on
This sounds like an issue with the EFI (or similar low level OS). This likely is updated along with other base code with each firmware release. Assuming that this, like most other Apple systems, uses NVRAM to store it's settings might get reset by both holding down the power and home button for a minute or so and then plugging the power adapter into it.The long delay between plugging the cable in and seeing any charging activity is basically just a severely depleted battery.Some things can also kick stard the rechard process (using a 10 or 12 watt power adapter). If you have an iPad charger laying around, try that. Charging from your Mac will generally be slower than the iPad charger.And while this may likely be due to the awful powermanagement in iOS 9 Beta 1, I've seen the same thing happen to brand new devices directly from the factory. (Rarely)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
How to construct a NSAppTransportSecurity exception for error -9806
I support an SDK that connects to api.sailthru.com. When I started testing with iOS9, it failed:Error Domain=NSURLErrorDomain Code=-1200 An SSL error has occurred and a secure connection to the server cannot be made. UserInfo=0x12e26d90 {NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made., NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _kCFStreamErrorCodeKey=-9806, NSErrorFailingURLStringKey=https://api.sailthru.com/job, _kCFStreamErrorDomainKey=3, NSUnderlyingError=0xb01d990 The operation couldn’t be completed. (kCFErrorDomainCFNetwork error -1200.), NSErrorFailingURLKey=https://api.sailthru.com/jobI knew about the new entitlements, so I tried to construct one:<key>NSAppTransportSecurity</key><dict> <key>NSExceptionDomains</key> <dict> <key>api.sailthru.com</key> <dict> <!--Include to allow subdomains--> <key>NSIncludesSubdomains</key> <true/> </d
10
0
12k
Jun ’15
Possible iOS 9 Beta Bugs
Hi. This may be an iOS 9 beta bug (Requesting for Apple to have an iOS beta app both on OS X and on the iPhone itself so that iOS betas are easier to report):1) there's seems to be a render issue mixing landscape for the text box area and portrait for the keyboard. Sometimes it would get stuck on portrait and need to be restarted2) it seems to say not delivered when I used sms but the one I texted was able to receive and reply appropriately (below in in the gray text balloon)3) no photo, it would sometime send using iMessage even if the wifi is off and I have to touch to send it as text every time coz' it won't stop sending in iMessage even though there's no way to send it (not even via the cell's internet coz' cellular data is switched off)Thank you. God bless. Rev. 21:4
1
0
499
Jun ’15
Reply to NSURLSession Api for ftp request
After I've read a bit of NSURLSession theory, I tried to write a small example.#import “ExampleViewController.h @interface ExampleViewController () <NSURLSessionDelegate, NSURLSessionDownloadDelegate,NSURLSessionDataDelegate,NSURLSessionTaskDelegate> @end @implementation ExampleViewController #pragma mark - #pragma mark View Life Cycle - (void)viewDidLoad { [super viewDidLoad]; NSURL *url = [NSURL URLWithString:@ftp://ftp.test.it/filedati.zip]; NSString * utente = @mickey; NSString * codice = @mouse; NSURLProtectionSpace * protectionSpace = [[NSURLProtectionSpace alloc] initWithHost:url.host port:[url.port integerValue] protocol:url.scheme realm:nil authenticationMethod:nil]; NSURLCredential *cred = [NSURLCredential credentialWithUser:utente password:codice persistence:NSURLCredentialPersistenceForSession]; NSURLCredentialStorage * cred_storage ; [cred_storage setCredential:cred forProtectionSpace:protectionSpace]; NSURLSessionConfiguration *sessionConfiguration = [NSURLSessionConfiguration defaultSessi
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Can't upload in-app purchase hosted content
I'm having issues setting up hosted content for in-app purchases.In Xcode, I create an IAP target, add content, and archive the target. When I try to validate the archive, I receive the following error:Unable to validate your application. The package does not contain an Info.plist.However, IAPs aren't supposed to have an Info.plist – they have a ContentInfo.plist.If I try to Submit to App Store, I get a different error:ditto: Couldn't read PKZip signature Unable to extract archive. Please make sure /var/folders/3y/gg_xcqy16kz1d3s80zt_9jrr0000gn/T/XCodeDistPipeline.EKz/essentials.pkg is a valid zip or ipa archive.Again, this doesn't make sense since as far as I can tell, IAP content is supposed to be delivered as a pkg file, whereas ipa is for apps.I also tried to use Application Loader. To do this, I took the archive created above and exported it to disk as essentials.pkg. In Application Loader, I created a New In-App purchases template, selected my app, and added the essentials.pkg to the hosted con
5
0
1.8k
Jun ’15
i can't test my app on my iphone
First of all I apologize for my bad English, I'm from Latin America, if you can help me i really appreciate.Few weeks ago i was working on my app i can test to my iphone and the simulator, when i update my Apple Developer Program, after i change this xcode don't want run app on my iphone, i have this a this error:codesign_allocate: error: unable to find utility codesign_allocate, not a developer tool or in PATH /Users/ElvinGomez/Documents/app ios/new apps/EventoIC/DerivedData/EventoIC/Build/Products/Debug-iphoneos/EventoIC.app/Frameworks/libswiftCore.dylib: the codesign_allocate helper tool cannot be found or used *** error: Couldn't codesign /Users/ElvinGomez/Documents/app ios/new apps/EventoIC/DerivedData/EventoIC/Build/Products/Debug-iphoneos/EventoIC.app/Frameworks/libswiftCore.dylib: codesign failed with exit code 1 Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-stdlib-tool failed with exit code 1i try to delete certification, change my apple
2
0
1.3k
Jun ’15
Reply to App review times unacceptable
Quality is relative. Compare the statistical distribution of the quality of apps on iTunes versus all those on Google Play before Google started reviewing apps. There was (and probably still is) a big difference. I assume that iOS users appreciate the difference, and that that is at least one reason why iOS app customers typically pay more, on average, for (our) apps.As an app customer, I would prefer not to see any speed up in review if it were to allow any significantly higher percentage of developers to slip or sneak sub-standard apps into the store.Maybe I'm less annoyed because I come from the world of chip design, where the various review processes can be one to two orders of magnitude longer.
Jun ’15
Reply to i need to see my newest app on my ipad2 not on a mac simulator using Xcode.
Its the same process as for an iPhone. Attach the iPad to your Mac, open xCode and yourproject, select the iPad from the device drop down and click the run icon. If your iPad isn'tlisted, make sure it is using a version of iOS that is equal to or above your lowest targetiOS version. If it hasn't yet been provisioned, you'll need to trust the computer from theiPad, usually an alert will appear on the iPad screen asking that.
Jun ’15
Reply to Users charged even though we get an error back
No unfortunately I don't know of any documentation and more importantly, I don't know of any way to actually test that scenario. It did happen to me once when purchasing my IAP on the live app with a real account and real money. I was a little surprised to see my purchase failed UI immediately followed by the purchase succeeded once I got back to the app, but luckily my code did happen to work (enabled the feature after the second transaction) in that situation. I say luckily because as you've noted, it doesn't seem to be mentioned in the docs or IAP testing suggested procedures.
Topic: App & System Services SubTopic: StoreKit Tags:
Jun ’15