Search results for

“Account Locked”

36,222 results found

Post

Replies

Boosts

Views

Activity

Autofocus Lock Problem for AVCaptureMultiCamSession
Hi, I seem to have run into a problem with the focus modes while trying to capture synchronized videos in an AVCaptureMultiCamSession from the device .builtInDualWideCamera on iPhone 11 Pro Max.Basically, setting up synchronized recording seems to be working ok with the wide and ultra-wide camera (capturing to AVCaptureMovieFileOutput for each consituent strream). However, I am trying to set the focusMode in order to lock the wide camera's focus point, and it does not really behave in a way that I'd expect. The .autoFocus mode doesn't appear to ever stop adjusting (it never locks), and transitioning to .locked mode from either .autoFocus or .continuousAutoFocus does not seem to have any effect.When I start up the camera, I first set it to .locked mode. This seems to put it in a state where the lens position for the wide camera appears to be at a position of 1.0.// Try to set the focus. do { try dualWideCamera.lockForConfiguration() dualWideCamera.autoFocusRangeRestriction =
2
0
2.1k
May ’20
BGContinuedProcessingTask code pauses when device is locked
I have been experimenting with the BGContinuedProcessingTask API recently (and published sample code for it https://github.com/infinitepower18/BGContinuedProcessingTaskDemo) I have noticed that if I lock the phone, the code that runs as part of the task stops executing. My sample code simply updates the progress each second until it gets to 100, so it should be completed in 1 minute 40 seconds. However, after locking the phone and checking the lock screen a few seconds later the progress indicator was in the same position as before I locked it. If I leave the phone locked for several minutes and check the lock screen the live activity says Task failed. I haven't seen anything in the documentation regarding execution of tasks while the phone is locked. So I'm a bit confused if I encountered an iOS bug here?
9
0
903
Aug ’25
Reply to Individual enrollment stuck for weeks — ID verification fails repeatedly, no active Enroll button, payment made with no activation
I'm there now. I figured out my problem, I think -- my account name was Mike but legal name is Michael -- but now I'm locked out. I did get my email response and it was profoundly unhelpful, saying they cannot provide any support for this account. No explanation, no recourse. Why is this considered acceptable?
2w
How to make Lock Screen custom app
I am trying to make Lock Screen Custom app for iOS(iPhone, iPad), Can anyone help me providing useful material, like as coding, or guiding me which liberaries to include in my app for this purpose? ? ? or any other useful links in this regards?Actually I am making a lock screen app with a locker front page, when user enter his/her specified lock numbers or colors scheme locker open ups the lock and user will be able to use his/her iOS device.
1
0
1.9k
Aug ’15
Screen Not Locking with authenticate in Screensaver
I modified the system.login.screensaver rule in the authorization database to use authenticate instead of use-login-window-ui to display a custom authentication plugin view when the screensaver starts or the screen locks. However, I noticed an issue when the Require Password after Display is Turned Off setting is set to 5 minutes in lock screen settings: If I close my Mac’s lid and reopen it within 5 minutes, my authentication plugin view is displayed as expected. However, the screen is not in a locked state—the desktop remains accessible, and the black background that typically appears behind the lock screen is missing. This behavior differs from the default lock screen behavior, where the screen remains fully locked, and the desktop is hidden. Has anyone encountered this issue before? Is there a way to ensure the screen properly locks when using authenticate in the screensaver rule?
1
0
345
Apr ’25
TestFlight - lock ipad
Hello, I login to TestFlight with someone's apple id and pw but after that, that person locked my ipad and factory reset remotely. Luckly he unlock my ipad and all good now. How can I prevent this in the future if I use someone's testflight? Thank you
Replies
0
Boosts
0
Views
350
Activity
May ’23
How do I know if the lock screen widget is installed?
I added a lock screen widget on iOS 16 and then removed it, and I got the widget info and the lock screen widget from getCurrentConfigurations and the desktop widget works fine in this case. Is getCurrentConfigurations() buggy for lock screen widget? How do I know if the lock screen widget is installed?
Replies
0
Boosts
0
Views
274
Activity
Sep ’22
Autofocus Lock Problem for AVCaptureMultiCamSession
Hi, I seem to have run into a problem with the focus modes while trying to capture synchronized videos in an AVCaptureMultiCamSession from the device .builtInDualWideCamera on iPhone 11 Pro Max.Basically, setting up synchronized recording seems to be working ok with the wide and ultra-wide camera (capturing to AVCaptureMovieFileOutput for each consituent strream). However, I am trying to set the focusMode in order to lock the wide camera's focus point, and it does not really behave in a way that I'd expect. The .autoFocus mode doesn't appear to ever stop adjusting (it never locks), and transitioning to .locked mode from either .autoFocus or .continuousAutoFocus does not seem to have any effect.When I start up the camera, I first set it to .locked mode. This seems to put it in a state where the lens position for the wide camera appears to be at a position of 1.0.// Try to set the focus. do { try dualWideCamera.lockForConfiguration() dualWideCamera.autoFocusRangeRestriction =
Replies
2
Boosts
0
Views
2.1k
Activity
May ’20
BGContinuedProcessingTask code pauses when device is locked
I have been experimenting with the BGContinuedProcessingTask API recently (and published sample code for it https://github.com/infinitepower18/BGContinuedProcessingTaskDemo) I have noticed that if I lock the phone, the code that runs as part of the task stops executing. My sample code simply updates the progress each second until it gets to 100, so it should be completed in 1 minute 40 seconds. However, after locking the phone and checking the lock screen a few seconds later the progress indicator was in the same position as before I locked it. If I leave the phone locked for several minutes and check the lock screen the live activity says Task failed. I haven't seen anything in the documentation regarding execution of tasks while the phone is locked. So I'm a bit confused if I encountered an iOS bug here?
Replies
9
Boosts
0
Views
903
Activity
Aug ’25
updating locked deffault button
updating locked deffault button how to unlocked
Replies
0
Boosts
0
Views
337
Activity
Dec ’15
Rotation lock - button state
Hi,there is a way to detect status of rotation lock button at iOS ? I need to check if it's enabled or not 🙂thanks
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
392
Activity
Jun ’16
Reply to Individual enrollment stuck for weeks — ID verification fails repeatedly, no active Enroll button, payment made with no activation
I'm there now. I figured out my problem, I think -- my account name was Mike but legal name is Michael -- but now I'm locked out. I did get my email response and it was profoundly unhelpful, saying they cannot provide any support for this account. No explanation, no recourse. Why is this considered acceptable?
Replies
Boosts
Views
Activity
2w
Check Activation Lock Status
Is there any API access of iCloud to Check Activation Lock Status with IME .. like I want to do it programetically from my own site what is possible in https://www.icloud.com/activationlock/
Replies
1
Boosts
0
Views
8.7k
Activity
Mar ’16
How to make Lock Screen custom app
I am trying to make Lock Screen Custom app for iOS(iPhone, iPad), Can anyone help me providing useful material, like as coding, or guiding me which liberaries to include in my app for this purpose? ? ? or any other useful links in this regards?Actually I am making a lock screen app with a locker front page, when user enter his/her specified lock numbers or colors scheme locker open ups the lock and user will be able to use his/her iOS device.
Replies
1
Boosts
0
Views
1.9k
Activity
Aug ’15
Screen Not Locking with authenticate in Screensaver
I modified the system.login.screensaver rule in the authorization database to use authenticate instead of use-login-window-ui to display a custom authentication plugin view when the screensaver starts or the screen locks. However, I noticed an issue when the Require Password after Display is Turned Off setting is set to 5 minutes in lock screen settings: If I close my Mac’s lid and reopen it within 5 minutes, my authentication plugin view is displayed as expected. However, the screen is not in a locked state—the desktop remains accessible, and the black background that typically appears behind the lock screen is missing. This behavior differs from the default lock screen behavior, where the screen remains fully locked, and the desktop is hidden. Has anyone encountered this issue before? Is there a way to ensure the screen properly locks when using authenticate in the screensaver rule?
Replies
1
Boosts
0
Views
345
Activity
Apr ’25
Reply to Persistent Tokens for Keychain Unlock in Platform SSO
Thanks again for the clarification. With Platform SSO enabled, is it possible to support a fully passwordless experience at the macOS login window and lock screen, without requiring a local account password fallback ?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’26
keychain access status - menu lock
Can no longer add keychain lock status to the menu bar:https://support.apple.com/kb/PH20121?locale=en_US&viewlocale=en_USI used this all the time to lock my macbook while leaving apps running, unlike locking the screen which pauses the apps.
Replies
7
Boosts
0
Views
7.6k
Activity
Jun ’17
Click the lock to make changes
How do I find this click the lock to make changes with the new update?
Replies
1
Boosts
0
Views
510
Activity
Feb ’23
Reply to Impossible to reply to some thread even not marked locked
I think I found a hint to the issue. It seems that I can't reply on any thread with the WWDC20 tag. Maybe threads with this tag are locked for non Apple-person accounts, since WWDC20 ended...
Replies
Boosts
Views
Activity
Apr ’23
App available on lock screen ?
Hello everyone, I want to make an ICE app and wanted to know if and how is possible to make it available on the lock screen ?Any Thoughts or insight is much appreciated.RegardsJZ
Replies
4
Boosts
0
Views
505
Activity
Apr ’16