Search results for

İOS 26 beta battery %1

250,961 results found

Post

Replies

Boosts

Views

Activity

Reply to Is developing extensions for Safari free?
I guess you have never built a Safar Extension or tried to load one from source? You need a developer certificate to load any extension code into Safari, which means people will now be required to pay 99 USD to load some bits of JavaScript into the browser. So no, you can’t “develop all the Safari extensions you want for free.”
Topic: Safari & Web SubTopic: General Tags:
Jun ’15
nsurlsessiond issue using 100% CPU iOS 8.3
We have an application which downloads large amounts of data (10 files with a total of 5.8GB) using NSURLSession in the background. On iOS 8.3 and iOS 8.4 beta 3 we observed the following- The download sometimes suddenly stalls at around 1.2GB. Seems to happen on fat internet conenction with an iPad Air 2.- If we force terminate the App in this situation it can't be launched again. We have found that the nsurlsessiond is using 100% CPU and that the watchdog ist killing the App just after the launch as it is not responding. Looking at the crash report the creation of the NSURLSession [NSURLSession sessionWithConfiguration:delegate:delegateQueue:] seems to be waiting on a semaphore.This might be related to this post https://devforums.apple.com/message/1128072#1128072.I've attached the crash report below.Any ideas? We have filed this as Bug rdar://21300082Jakob------------------------------------------------------------------------Incident Identifier: 32D98114-3D3C-4C26-BFB5-F2984F6084
0
0
1.3k
Jun ’15
Rejection policy and patent
Hello!My question is about Apple patents, especially iPod.I wonder, if I make an App which would partly replicate click-wheel mechanism and other iPod functions as well as design, would it be a recognized as breakin of law? Or would such app be banned in AppStore? (I wasn't confused untill Apple has stopped distribution of iPod) I don't want to do such App, but have to know if it possible or not to do one project.I've tried to write to Apple Law and Legal support, but can't get an anwser for a month.Thanks a lot!Mikhail
0
0
172
Jun ’15
Reply to SIP (System Integrity Protection)
I can 'sudo touch file' in /Library/Desktop Pictures/homeadmins-Mac:~ homeadmin$ cd /Library/Desktop Pictures/ homeadmins-Mac:Desktop Pictures homeadmin$ touch file touch: file: Permission denied homeadmins-Mac:Desktop Pictures homeadmin$ sudo touch file Password: homeadmins-Mac:Desktop Pictures homeadmin$ ls -l file -rw-r--r-- 1 root wheel 0 Jun 9 14:01 file
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
http connections - App Transport Security
In yesterday's Platforms State of the Union session, they mentioned that http connections are no longer allowed with iOS 9 compiled apps. This will probably be covered in Thursday morning's networking/NSURLSession session. But that session will not be live streamed, because it is not in the Presidio.I've looked around for docs on this, but I can't seem to find anything. That usually means I'm not doing it right...Help?Goal: I write an app where the user enters URL's into the app, which then are used to download content. I need to be able to support servers that only use http or use self-signed certificates. Obviously I can't prefill a user's URL into my Info.plist.
8
0
4.4k
Jun ’15
Reply to Metal - Support for geometry and domain shaders?
Based on the fact that they switched all their UI rendering to Metal and the state of OpenGL and OpenCL support getting worse with every update, I am quite certain that ;etal is meant to become the graphics and compute shader framework of choice for high performance graphics on all things Apple.I really hope that at least tessellation shaders will make it in a not so distant update. I also wouldn't mind geometry shaders, but while there are some nice use cases on desktop hardware, they have quite a bad reputation and perform poorly on my macbook, so using metal compute features as a replacement might be a good way to go. Although making instances of the same geometry render in different frame buffers in one draw is a really nice geometry shader feature for shadow mapping. Something like that might already be possible in different ways with metal though!?To summerize: I'd be really interested in an answer to this question too! 🙂Edit: LAYERED RENDERING is supported in Metal!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to http connections - App Transport Security
Not sure on this but I'm finding issues in the beta with NSURLSession and HTTPS connections. Our app supports both self-signed and valid certificates but both are failing with:-CFNetwork SSLHandshake failed (-9824)NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)From what I can tell, the SessionDidReceiveAuthenticationChallengeBlock is never called.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Renaming Kexts?
Thanks for replying. b) provide rootless=0 boot argumentsThat sound promising. So does that mean I can type 'sudo nvram boot-args=rootless=0' any time to turn it off, delete the file, then set it back to 1 again to turn it back on again? Or does sudo not even work with rootless? c) ... Utilities - SecurityThat sounds even easier - like I can go there, turn it off, delete the file and turn it back on.Or am I missing a trick(!)Sorry if these questions sound a bit basic...
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15