Search results for

Account Locked

31,787 results found

Post

Replies

Boosts

Views

Activity

Will Lock Screen Widgets be Configurable?
Will there be a user interface to configure lock screen widgets like home screen widgets? This seems to be implied as possible based on the stock apps, such as the Clock app lock screen widget saying Add a clock for a city to check the time at that location. I could not figure out how to bring up the configuration GUI: long press various places has no effect.
5
0
2.0k
Jun ’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 =
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?
4
0
170
Aug ’25
Reply to Your session has expired, please login
Xcode 11.7 didn't solve the problem. Be carful not to try too many times. My AppleID just got locked out and I have to wait 24 hours for it to recover. Apparently, after failing to connect to Authentication Servers, it signals a fault on your Apple ID and causes your account to be locked down. Hoping a new Update for Big Sur solves this problem ASAP.
Sep ’20
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
152
Apr ’25
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
Reply to StoreKit 2 - Issue
First of all app should read receipt data, validate it by Apple certificate, decode data to get purchases and another info to configure/lock/unlock some functionality, by getting receipt data during debug your app will be promted to enter login and pwd of sandbox account. You should try to purchase with sandbox account.
Topic: App & System Services SubTopic: StoreKit Tags:
Oct ’22