Search results for

smb big sur

11,737 results found

Post

Replies

Boosts

Views

Activity

Reply to almost afraid to ask on new background modes.
I've begged them for this in bug reports 3 or 4 iOS versions ago, I've written Tim Cook, (and Steve Jobs) for this.I discussed ways I am using past and current Apple tech, UI and frameworks to work around trying to keep my apps at least usable, and instead of Apple helping, those work arounds disappear in the next update of iOS/OSX, this has happened 3 times... the last time, I didn't even think it was even close to something Apple didn't want apps to do, nor would any normal human, yet the next version of iOS/OSX, I could not, nor can anyone, any longer use this extremely useful method... that is just not right.... there just is no reason why it should have disappeared, not battery, not security, not any reason. (and why it was such a big surprise when an Apple employee said: you/your app should not be able to do such and such) I am going to leave that as vage as it sounds, for fear of losing something else.I've grown to use bug reports sparingly, and not at all, twice bitten three times shy, and I'
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
xcode crash unexpectidly
Hi All,I am facing an issue in uploading a new release of my app on ituneconnect.My Xcode is crashing when attempting to Submit new release on ituneconnect and giving one big error message which is not understandable.I agreed all the agreements which came recently on my developer account and refresh my xcode certificate and profiles but Still having the same issue.Please Help.Thanks,
3
0
610
Jun ’15
kAudioUnitSubType_AUiPodTime vs kAudioUnitSubType_AUiPodTimeOther
Hi,We recently learned about the kAudioUnitSubType_AUiPodTimeOther pitch algorithm on iOS and it's greatly helped us get away from the limitations of kAudioUnitSubType_AUiPodTime.These limitations were supported playback rates between 0 and 2x, as well as a great amount of echo in playback speeds below 1x. Our requirements are to support playback rates between 0x and 3x with negligble echo and high audio quality (we have voice content).Is it possible to share what the underlying algorithm is behind kAudioUnitSubType_AUiPodTime vs kAudioUnitSubType_AUiPodTimeOther and why does it make such a big difference?Why isn't kAudioUnitSubType_AUiPodTimeOther documented better to indicate these benefits?Thanks
2
0
1.3k
Jun ’15
Any available API for Lossless Compression for UIImage
I need to convert UIImages to NSData and convert back to still get the images lossless. Is there any available API that can do that?Does UIImagePNGRepresentation() preserves losslessness of the images? UIImagePNGRepresentation() size is still big. I'm thinking to use gzip the NSData from UIImagePNGRepresentation() before sending over the API. When I get back to NSData of the image from the API, gunzip it and convert it back to UIImage, would the image still be lossless?Thanks,
0
0
353
Jun ’15
OSX Captain crashed
Hello fellows,I am using a MacBook Pro, Core2Duo, 4 Gb. I had Maverick installed (I guess) and I've decided to try the new OSX Captain.My main goal right now was to get everything new right away and starting building Apps for iPhone and iPads.Now I am in a big trouble, and I am not sure, but I think I've created a big mess.So I've subscribed to the developer program and got the new OSX Captain installed. Lots of programas stopped working and Finder is crashed. Without finder I've decided to go backwards and install Yosemite. The system didn't let me do it and it crashed the system. Now nothing works!! I know now that I should have installed all the OSXs in between my old OSX and the OSX Captain, still in beta. But it is too late.The option left was to get connected to my external driver where I have a few TimeMachine snapshots of my old system. I've installed this 3Tb external driver back in 2011. At that time I've chosen a password to encrypt the external driver, but now I can't remember th
14
0
1.8k
Jun ’15
Reply to guarding on enum value
>> So, do if-case and switch effectively work off of optionality?I think that's a really good question, and the answer is no. 🙂In Swift 1:— 'switch' worked via pattern matching, with a big selection of patterns, including boolean and non-boolean values, optionality, enum cases, types, ranges, along with value binding where it made sense to do so— 'if' (also 'while', etc) worked via boolean values or optionality, with binding where appropriate— 'for…in' kinda did its own thing, with binding where appropriateIn Swift 2:— 'switch', 'if' (etc), 'guard' and 'for…in' all work with pattern matching, limited to patterns that make sense in context, along with appropriate binding. Make sense in context because 'switch' has multiple patterns and therefore multiple paths alternative paths of execution, but the others only have a single pattern — presumably because the syntax is complicated enough already — and so only a single alternative (apart from falling through to the next statement). IOW, in Swift 2
Topic: Programming Languages SubTopic: Swift Tags:
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
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
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 OSX Captain crashed
Hi Max,Thank you very much for your help!As I found no way to recover with my previous installation, I had to start all over again.But now I have a big concern, as I still can't access my external driver, as it is password protected and I can't remember the password. I set the password for the first time when I bought my macbook and never had to type it again, ever.I already got in touch with the company LaCie to try to find a way of doing it. At first they gave me an impression it was possible, but now they say it is only an Apple issue, as the encryption software used is built from Apple.Do you know if there any way I can get my data out of it? Change the password? Or anything else? If not its a huge loss for me.Thank you very much for your help.Gustavo
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to New iOS 9 beta 2
I don't know what device you are on, but this is the least buggy beta 1 I have been on. I think I started around iOS 5 or 6. I printed Saturday to a Cannon printer, mail has been no problem, don't have the watch. My big problems have been poor battery life, cannot purchase new apps through app store, and unlocking phone with Touchid brings up apple pay. Otherwise, it's very stable for a beta. Hopefully today things will get much betteriPhone 6, btw
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15