Search results for

Account Locked

31,832 results found

Post

Replies

Boosts

Views

Activity

Challenges with AVFoundation Not Honouring Locked Exposure Settings
For our application, we are aiming to have full control over setting and locking the camera exposure settings when taking a video. We’re working with Apple’s AVFoundation framework for a range of devices, but most of the development is focused on the iPad 8 front camera. The manual settings are specific to our use, so we aim to use the custom exposure mode with e.g ISO = 100, exposureDuration = 1/60, and a fixed white balance. The duration, ISO, and white balance are all set in advance of recording, but when we begin we can see that something is still adjusting and compensating for lighting changes. We then also tried locking the exposure mode after setting the custom values, but there appears to be a delay in this lock taking effect. While tracking the ISO during a recording, we see that the ISO values change in the first second of the recording, leading to oversaturated images, despite our efforts to keep it locked. This is our attempt to lock the settings using
1
0
684
Apr ’24
Locked out of watch in beta 3
I have a profile on my iPhone that requires an alphanumeric passcode, and in the latest verison Watch OS 1 I could unlock the watch by unlocking the phone in range of the watch... all good there.Now, I get the same Device Locked: Unlock iPhone to start using Apple Watch message on the phone, but when I unlock the phone (running iOS9 beta 3), it doesn't unlock! If I go to the Apple Watch app on my phone paired with the watch, and go into Passcode, all of the settings are greyed out, the top right of the screen has a loading spinner, and eventually I got an alert popup that says Unlock Apple Watch: Your Apple Watch is currently locked. Please unlock it to continue.HELP!
0
0
449
Jul ’15
App Intents vs. Lock Screen
I've been working on a project with App Intents and have hit a complete wall. The desire is to have an app that allows a person to place an order of something and have that order processed while in lock screen without any intervention. Is that workflow possible without having to unlock the screen? Under what circumstances can a task be handled without unlocking the device. Going over some of the documentation about older custom intents strongly implies that this was possible under certain circumstances.
1
0
934
May ’24
How to make notifications as like as uber on the lock screen
Hi,I'm creating the application such as Uber service platform, but i have a issue to create a notification on the lock screen as like as Uber.Uber shows the notification on the top of the lock screen in full screen. How I can achieve this in my application?I can't find the articles to do this in regular way. If someone know how to do this, please kindly advice about that.I could read many articles that's not possible and get the help from Apple.Please let me know details how to get help from Apple if someone know this.Thanks,Akira Murai
2
0
1.5k
Apr ’17
Simulator does no start or device is locked
It is very frustating.... it happens very often.... you start coding... launch the simulator.... at first, everything works rigth, but after several runs the simulator does not star at all.... or, if you are using an iphone, xcode says device is locked but it is not.You must restart Xcode.Any solution to this?Best!!!
7
0
1.8k
Dec ’19
Lock an App with FaceID/TouchID without asking passcode
With the update to iOS version 18.0, there was a significant improvement in information security and user privacy, allowing apps to be locked using FaceID (or TouchID), with no possibility of using the phone's unlock passcode to access the locked app (see reference: https://www.reddit.com/r/Wealthsimple/comments/1fr1nnj/psa_ios_18_require_face_id_feature_mitigates/). As a result, even if someone else knew your iPhone unlock passcode, they wouldn't be able to open the locked apps, as FaceID (or TouchID) would be required. However, after updating to iOS 18.1.1, someone who knows your iPhone unlock passcode and is using your iPhone (or has stolen your iPhone and requested the unlock passcode) can inadvertently open the locked apps, because after a few failed attempts to open the locked app without FaceID (or TouchID), the iPhone will prompt for the unlock passcode to open the locked app. Even if the user has moved the app to the hidden folder, the content of
3
0
1.1k
Dec ’24
Does `requestGeometryUpdate()` Override Orientation Lock by Design?
Hi everyone, I've been testing the requestGeometryUpdate() API in iOS, and I noticed something unexpected: it allows orientation changes even when the device’s orientation lock is enabled. Test Setup: Use requestGeometryUpdate() in a SwiftUI sample app to toggle between portrait and landscape (code below). Manually enable orientation lock in Control Center. Press a button to request an orientation change in sample app. Result: The orientation changes even when orientation lock is ON, which seems to override the expected system behavior. Questions: Is this intended behavior? Is there official documentation confirming whether this is expected? I haven’t found anything in Apple’s Human Interface Guidelines (HIG) or UIKit documentation that explicitly states this. Since this behavior affects a system-wide user setting, could using requestGeometryUpdate() in this way lead to App Store rejection? Since Apple has historically enforced respecting user settings, I want to clarify whether thi
1
0
346
Feb ’25