Search results for

“Account Locked”

33,550 results found

Post

Replies

Boosts

Views

Activity

MacOS Big Sur Activation Lock
Anybody having issues getting past activation lock installing Big Sur? I am getting - Activation Lock status could not be determined because the activation lock server cannot be reached. I know it is connected to the servers as I can ping the Macbook Pro from my iphone Find My
16
0
15k
Jun ’20
iOS 18.0.1 automatic locking bug
Locked phone -> Face ID unlocking (without swapping up to home page) -> The phone stays unlocked and wait for swapping up endlessly (don’t locking after the setted aut. locking period). Sorry for the bad english - I hope you will understand what is the bug.
0
0
398
Oct ’24
locked out of Teminal
Hi im pretty new to the beta side of Mac , im coming up against being locked out of Terminal, after entering sudo code , password is asked for only to be blocked with a small grey cursor with a key sign inside it, after that appears the window becomes unresponsive. Any help would be great ,,, im running Big Sir 14, but have had this problem thro out the beta updates possibly even before. terminal - https://developer.apple.com/forums/content/attachment/2a62c14e-5d10-45c3-ab07-c5e1fde33480
0
0
479
Aug ’20
MDM Device Lock behavior
Can anyone help me explain this behavior. This is related to the MDM Lock Device API and Lost Mode API. https://developer.apple.com/documentation/devicemanagement/lock_a_device https://developer.apple.com/documentation/devicemanagement/enable_lost_mode There seems to be a similarity on how the 2 APIs behave when the message/ph parameters exist If we send an empty message parameter with the lock_a_device command I think it behaves differently than sending a lock_a_device command w/o any parameters. plist version=1.0 dict keyCommandUUID/key stringB74A442B59BD46ECB6C2BC4D777EE56C/string keyCommand/key dict keyRequestType/key stringDeviceLock/string keyMessage/key string / keyPhoneNumber/key string / /dict /dict /plist As Opposed to plist version=1.0 dict keyCommandUUID/key stringB74A442B59BD46ECB6C2BC4D777EE56C/string keyCommand/key dict keyRequestType/key stringDeviceLock/string /dict /dict /plist When sending an empty message or including an empty phone number parameter, the phone not only gets locked
0
0
648
Mar ’21
Lock/Unlock iPhone from within the app
We are workig on a concept for creating an app for kids. The basic objective of this app is to motivate kids for learning while using mobile.Our app will activate or run after some interval of time forcefully lock phone and show a puzzle game on lock screen. Kids have to solve the puzzle to unlock the phone.So this way kids will learn while playing with mobile.We know Apple don’t allow to lock or unlock iPhone from within the app or background service.We need to know if apple shows some flexibility to create such kind of app?We need your suggestions in either case. Thanks
Topic: UI Frameworks SubTopic: UIKit Tags:
1
0
418
Feb ’17
Activation locked out of device
I recently downloaded the iOS 9 public beta and when I realized that some of the functionalties of certain apps did not work I tried to restore back to iOS 8.4.1. In doing so my device became Activation Locked. The thing is, my device is not recognizing my Apple iD and saying that this is not the correct email. The sensored email that is provided on the Activation Lock screen also matches that to my Apple iD. This being the only email that I would've used makes me question whether this is a bug. I am just looking for any information on what the problem is and how I can access my phone once again.Thanks,Matt
2
0
1.6k
Aug ’15
Has this lock screen issue been addressed?
I saw this on the twitters today..On iOS 9, enter bad PIN four times. On the fifth try, enter 3 digits (iOS locks for a minute after 5) then hold down the home button. Profithttps://twitter.com/presentservices/status/646730290790969344Didn't see anything in here about it. Figured it was worth posting
0
0
133
Sep ’15
errSecInteractionNotAllowed with -25308 and device lock
Hi all,Im doing a device passcode check using the keychain kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly, this way I can check if the device has a passcode or not by trying to add an item to the keychain and look at the status response.The only issue I have is that this option is only valid for check if the device is unlocked at the time of checking. At this time I receive the 25308 error.My question is: can I trust that this 25308 error will be received only when the device is locked and with passcode? Are there any options to receive this error when the device is not locked with passcode?This way I can use both statuses: errSecSuccess or errSecInteractionNotAllowed in order to decide that the device is passlocked.Thanks.
0
0
1.2k
Mar ’16
I can not resize images for the lock screen
I can not resize images for the lock screen
Replies
0
Boosts
0
Views
831
Activity
Jul ’18
MacOS Big Sur Activation Lock
Anybody having issues getting past activation lock installing Big Sur? I am getting - Activation Lock status could not be determined because the activation lock server cannot be reached. I know it is connected to the servers as I can ping the Macbook Pro from my iphone Find My
Replies
16
Boosts
0
Views
15k
Activity
Jun ’20
iOS 18.0.1 automatic locking bug
Locked phone -> Face ID unlocking (without swapping up to home page) -> The phone stays unlocked and wait for swapping up endlessly (don’t locking after the setted aut. locking period). Sorry for the bad english - I hope you will understand what is the bug.
Replies
0
Boosts
0
Views
398
Activity
Oct ’24
locked out of Teminal
Hi im pretty new to the beta side of Mac , im coming up against being locked out of Terminal, after entering sudo code , password is asked for only to be blocked with a small grey cursor with a key sign inside it, after that appears the window becomes unresponsive. Any help would be great ,,, im running Big Sir 14, but have had this problem thro out the beta updates possibly even before. terminal - https://developer.apple.com/forums/content/attachment/2a62c14e-5d10-45c3-ab07-c5e1fde33480
Replies
0
Boosts
0
Views
479
Activity
Aug ’20
MDM Device Lock behavior
Can anyone help me explain this behavior. This is related to the MDM Lock Device API and Lost Mode API. https://developer.apple.com/documentation/devicemanagement/lock_a_device https://developer.apple.com/documentation/devicemanagement/enable_lost_mode There seems to be a similarity on how the 2 APIs behave when the message/ph parameters exist If we send an empty message parameter with the lock_a_device command I think it behaves differently than sending a lock_a_device command w/o any parameters. plist version=1.0 dict keyCommandUUID/key stringB74A442B59BD46ECB6C2BC4D777EE56C/string keyCommand/key dict keyRequestType/key stringDeviceLock/string keyMessage/key string / keyPhoneNumber/key string / /dict /dict /plist As Opposed to plist version=1.0 dict keyCommandUUID/key stringB74A442B59BD46ECB6C2BC4D777EE56C/string keyCommand/key dict keyRequestType/key stringDeviceLock/string /dict /dict /plist When sending an empty message or including an empty phone number parameter, the phone not only gets locked
Replies
0
Boosts
0
Views
648
Activity
Mar ’21
Detect iPhone is locked for esim provisioning.
I have to check if the device is locked prior to Esim provisioning. I have tried supportsCellularPlan() supportsEmbeddedSIM but even if the device is carrier locked it returns true Can anyone guide what can be the workaround?
Replies
2
Boosts
0
Views
836
Activity
Mar ’23
Lock/Unlock iPhone from within the app
We are workig on a concept for creating an app for kids. The basic objective of this app is to motivate kids for learning while using mobile.Our app will activate or run after some interval of time forcefully lock phone and show a puzzle game on lock screen. Kids have to solve the puzzle to unlock the phone.So this way kids will learn while playing with mobile.We know Apple don’t allow to lock or unlock iPhone from within the app or background service.We need to know if apple shows some flexibility to create such kind of app?We need your suggestions in either case. Thanks
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
418
Activity
Feb ’17
Activation locked out of device
I recently downloaded the iOS 9 public beta and when I realized that some of the functionalties of certain apps did not work I tried to restore back to iOS 8.4.1. In doing so my device became Activation Locked. The thing is, my device is not recognizing my Apple iD and saying that this is not the correct email. The sensored email that is provided on the Activation Lock screen also matches that to my Apple iD. This being the only email that I would've used makes me question whether this is a bug. I am just looking for any information on what the problem is and how I can access my phone once again.Thanks,Matt
Replies
2
Boosts
0
Views
1.6k
Activity
Aug ’15
Has this lock screen issue been addressed?
I saw this on the twitters today..On iOS 9, enter bad PIN four times. On the fifth try, enter 3 digits (iOS locks for a minute after 5) then hold down the home button. Profithttps://twitter.com/presentservices/status/646730290790969344Didn't see anything in here about it. Figured it was worth posting
Replies
0
Boosts
0
Views
133
Activity
Sep ’15
how to lock screen on clicking the app icon?
i would like to know how to lock the screen when we click the app icon
Replies
1
Boosts
0
Views
233
Activity
Jul ’17
Lock screen widget's getTimeline function
Can lock screen widget's getTimeline function be called according to its scheduled timeline even in a lock screen off state (backlight off) without any runtime limit or delay?
Replies
0
Boosts
0
Views
419
Activity
Jun ’23
ios 16 lock screen music
Is there a way to diable the new currently playing view that is on the lock screen (pic)?
Replies
1
Boosts
0
Views
621
Activity
Aug ’22
Lock Screen Camera Shortcut Missing
Lock screen camera shortcut icon is missing. Any one with a fix?
Replies
1
Boosts
0
Views
946
Activity
Jul ’15
Update Lock Screen wallpaper ?
iOS 16 apparently included the ability for the Lock Screen wallpaper to shuffle through a dedicated folder. Is there a way to update the wallpaper from an app in the background on any version of iOS before iOS 16 ?
Replies
0
Boosts
0
Views
399
Activity
Dec ’23
errSecInteractionNotAllowed with -25308 and device lock
Hi all,Im doing a device passcode check using the keychain kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly, this way I can check if the device has a passcode or not by trying to add an item to the keychain and look at the status response.The only issue I have is that this option is only valid for check if the device is unlocked at the time of checking. At this time I receive the 25308 error.My question is: can I trust that this 25308 error will be received only when the device is locked and with passcode? Are there any options to receive this error when the device is not locked with passcode?This way I can use both statuses: errSecSuccess or errSecInteractionNotAllowed in order to decide that the device is passlocked.Thanks.
Replies
0
Boosts
0
Views
1.2k
Activity
Mar ’16