Search results for

We are unable to process your request

69,589 results found

Post

Replies

Boosts

Views

Activity

7.0 beta : watchkit app won't launch in the simulator
I've been experiencing very random behavior when trying to launch my watchOS 1 app in the simulator. Sometimes it shows up, sometimes it doesn't even install and nothing happens, sometimes i got an activity indicator running forever. I reinstall, i reset content and settings the simulators, randomly, and most of the time i need to retry 10 combinations to get one success. Now, since i'm using on Apple's IDE and Apple's SDK, running Apple's simulator on Apple's hardware, i'm thinking maybe there's AT LEAST one procedure to have the thing work 50% of the time ?
1
0
194
Jun ’15
App in purchase help swift
i am using swift 2 and this is my AIP code can you help me because this isn't working:import UIKitimport iAdimport StoreKitclass ViewController4: UIViewController, ADBannerViewDelegate, SKProductsRequestDelegate, SKPaymentTransactionObserver { @IBOutlet var s3: UIButton! @IBOutlet var s6: UIButton! @IBOutlet var s13: UIButton! @IBOutlet var s22: UIButton! @IBOutlet var s30: UIButton! @IBOutlet var s45: UIButton! @IBOutlet var s60: UIButton! @IBOutlet var s100: UIButton! @IBOutlet var rf: UIButton! @IBOutlet var ise: UIButton! @IBOutlet var info: UIButton! @IBOutlet var home: UIButton! @IBOutlet var banner: ADBannerView! @IBOutlet var restore: UIButton! override func viewDidLoad() { super.viewDidLoad() s3.layer.cornerRadius = 10 s6.layer.cornerRadius = 10 s13.layer.cornerRadius = 10 s22.layer.cornerRadius = 10 s30.layer.cornerRadius = 10 s45.layer.cornerRadius = 10 s60.layer.cornerRadius = 10 s100.layer.cornerRadius = 10 rf.layer.cornerRadius = 10 ise.layer.cornerRadius = 10 info.layer.cornerRadius = 10 home.l
4
0
333
Jun ’15
NSURLSession Api for ftp request
Good Evening,After that I tried my application (work well with iOS8) with Xcode 7 beta (and iOS9.0 beta 1), I received this message:'CFReadStreamCreateWithFTPURL' is deprecated: first deprecated in iOS 9.0 - Use NSURLSessionAPI requests for ftpI tried to find any reference 'NSURLSession', but I did not find anything on this topic. Then I also watched the video number 711 of WWD15Can anyone help me?
8
0
8.7k
Jun ’15
Universal link in iOS 8?
I watched the WWDC videos related to the improvements to search and deep linking. In the Seamless Linking to your App video he talked about how to set up the app and related web server to to support Universal Links. What wasn't totally clear to me was whether or not Universal Links work with iOS 8 or only iOS 9. When he talked about signing the apple-app-site-association file, he stated that it only needed to be signed for use with iOS 8. Just to be clear, do Universal Links work with iOS 8, right now???Here is the use case I care about.- An email is opened on an iOS 8 device with a normal https url to the a web site (a web deep link).- The user taps on the link- The associated app is opened and handed the url to be processed via func application(application: UIApplication, continueUserActivity userActivity: NSUserActivity, restorationHandler: ([AnyObject]!) -> Void) -> BoolSpecifically: Email -> App - not Email -> Safari - nor Email -> Safari -> App Thanks!
1
0
2.1k
Jun ’15
Source code for streaming Heart Rate
I'm completely new to HealthKit. I've watched the whats new in HealthKit session several times, but so far have been unable to figure out streaming heart rate data.Does anyone have access to the source code they used in the session, or would be willing to share how they have figured out how to stream heart rate?Thanks
6
0
6.8k
Jun ’15
Reply to App in purchase help swift
Did you intend this:let productID:NSSet = NSSet(objects: wnp3skips, wnp6skips, wnp13skips, wnp22skips, wnp30skips, wnp45skips, wnp60skips, wnp100skips, wnpinfinite, wnpfailsafe)let request = SKProductsRequest(productIdentifiers: productID as, [NSObject])to be something like this:let productID: NSSet = NSSet(objects: wnp3skips, wnp6skips, wnp##skips..., wnpinfinite, wnpfailsafe) let request = SKProductsRequest(productIdentifiers: productID as [NSObject])
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Can't text-to-speech on the device
I can use AVSpeechSynthesizer API for text-to-speech on the simulator yet it's not working on the real devices producing log as below. Any advice?2015-06-19 13:50:00.521 AAC[555:73408] |AXSpeechAssetDownloader|error| ASAssetQuery error fetching results (for com.apple.MobileAsset.MacinTalkVoiceAssets) Error Domain=ASError Code=21 The operation couldn’t be completed. (ASError error 21 - Unable to copy asset information) UserInfo=0x155d96d70 {NSDescription=Unable to copy asset information}2015-06-19 13:50:00.522 AAC[555:73408] Building MacinTalk voice for asset: (null)2015-06-19 13:50:00.538 AAC[555:73408] |AXSpeechAssetDownloader|error| ASAssetQuery error fetching results (for com.apple.MobileAsset.MacinTalkVoiceAssets) Error Domain=ASError Code=21 The operation couldn’t be completed. (ASError error 21 - Unable to copy asset information) UserInfo=0x155e96d40 {NSDescription=Unable to copy asset information}
2
0
6.5k
Jun ’15
Reply to How stable is 10.11?
OK, here my experience:- I had several Kernel Panics in the beginning (twice or thrice)- CardDAV / Contacts is completely broken after Clean Install- Airport crashes from time to time- iCloud is hanging several times a day- some third-party stuff is not working due to the new system integrity protection- Upgrade will remove some files installed by third party apps ( mostly in /usr and other directories that are now supposed to be system-only )- some processes will crash - I had Spotlight, Locations, WindowServer e.g.But actually my overall experience says, it is far better on my systems than Yosemite DevPrev1 ever was.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Feature request: Add ability to mark closures as "Functional"
I filed this as rdar://21468140 but I would like to open this up for discussion. I'm probably not the first person to think of this too.[Swift] Add ability to mark closures as FunctionalSummary:It would be nice to be able to mark functions (and generally any closure) as functional. That is having no side effects outside of their scope. I believe Haskell has a similar language feature.Here's a first stab at how this feature would work:class foo { var bar = Hello @functional func baz() -> Int { bar = world return 42 } }Trying to compile the above code would result in a compile time error along the lines of baz() is a functional closure and cannot have side effects on the line where bar is reassigned to world
23
0
1.7k
Jun ’15
Reply to How stable is 10.11?
It's stable as long as you reboot it each day. Throws a lot of errors but the system seems to mush through and work. I've got a 2015 MBP 15 high-end model and it runs it fine. You'll have to watch out for run away processes and make sure you have a power cord nearby. Overall though, same as others, it is stable.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
FigReadWriteLockLockForRead and MTAudioProcessingTap crash
My users are experiencing crashes in CoreMedia's FigReadWriteLockLockForRead function and I am unable to reproduce the crash.The stack trace of the crashed thread contains MTAudioProcessingTap, which I am using to process audio coming from multiple video tracks in an AVMutableComposition:Thread: RemoteClientNotifyQueue 0 libsystem_pthread.dylib _pthread_mutex_lock1 CoreMedia FigReadWriteLockLockForRead2 MediaToolbox MTAudioProcessingTapCallbacksServer_NotificationIsPending3 MediaToolbox MTAudioProcessingTapCallbacks_serverHas anyone seen this issue before, or can point me in the right direction for debugging it?
1
0
584
Jun ’15