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
Search results for
Account Locked
31,832 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I had the watchOS 2 beta 5 on my Apple Watch with activation lock enabled. Is there a way for me to find it or display a message? Can they bypass this feature without my info?
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!
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.
Topic:
App & System Services
SubTopic:
Automation & Scripting
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
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!!!
I would like to make a suggestion: Please include an option to “lock the phone” after a call completes. This way you can hand your phone to a person To continue a phone conversation, and not have to worry about your privacy being compromised once the call ends (or better yet, during the call as well). Thanks,
I'm not able to add another team member to my MFi account. Isn't my MFi account also a Developer Account.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Accounts
Developer Program
my app is all video...my goal is to lock built-in videos before payment has been made, and of course i need to know to to unlock the video that has been purchases.pls help if you can 🙂
I need to detect if the screen il locked or unlocked when my app is running in background.I can't find documentation regarding this matter for swift programming.Some source reference ?
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
when there's an active callkit call and you want to lock your device, it automatically ends the call. Is there a way how to prevent this? I think it's pretty normal when using headphones to start the call, lock the device and put it in your pocket...
Is there any way to override the default setting where the lock screen player disappears after 1 min of being paused? How would I set that default timeout to be, say, 2 min instead?
Hello,I have investigated the MDM.I remember to setting of conditions were as follows.- When the device is locked, the configuration file device can not receive. (It can not be set the MDM.)- However, it is possible to remove the configuration from the device, possible even during the lock.Even iOS9, Will condition has not changed?Thank you.
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