Search results for

“Account Locked”

34,353 results found

Post

Replies

Boosts

Views

Activity

Can we access a "Locked in Place" value when a window has been locked without being snapped to a surface?
Starting in visionOS 26, users can snap windows to surfaces. These windows are locked in place and are later restored by visionOS. We can access the snapped data with surfaceSnappingInfo docs. Users can also lock a free-floating (unsnapped) window from a context menu in the window controls. Is there a way to tell when a window has been locked without being snapped to a surface?
7
0
242
Jun ’25
Activation lock
I sign out from iTunes and find my phone and update my iPad 6 th gen from 13.5 to 14.2 but it showed me activation lock and when I entered the same Id and password it says cannot use this is Id please help me. From computer I login to my I’d but there is no device in find my iphone
0
0
327
Dec ’20
Reply to UnlockUserAccount
Devices (MDM), requesting (access to) from a server (macOS, etc.).UnlockUserAccountThis command lets the server unlock a local user account that has been locked for too many failed password attempts. It requires the Device Lock and Passcode Removal Right and it may be sent only on the device channel.
Sep ’17
Reply to "click the lock to make changes" not working
Depending on your settings, updates can occur overnight automatically. Anyway, another diagnostic is to test the behaviour of the SysPref lock in a temporary new account. I.e. create a temporary new admin account from System Preferences > Users & Groups > Open Padlock > + button, log into the new account and test...
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’15
WigetKit does not hide sensitive information on lock screen when locked
Hi there, We've built a lock screen widget for our app, which displays sensitive information which we would love to hide when the device is locked. The widget contains a VStack with in there a Text with the subject name and another Text with the actual value of the subject. The last Text component with the value should be redacted. During development, we've tried already some things like fully hiding the content on locked (setting Data protection to Complete protection on the App ID), but that was not really the result we were looking for. We also tried to set .redacted(reason: .privacy) on the Text component, but that does not result in masking the value when locked. Same goes for setting the component with privacySensitive(). What can I do to make this behaviour work as expected? The view: VStack(alignment: .leading) { Text(Name of Subject) .font(.system(size: 15.0)) Text(entry.dataIsOutdated ? -.-- : entry.valueAsString!) .font(.system(size: 28.0)) .fontWeight(.bold) .mi
2
0
784
Nov ’23
Icloud locked
Hello apple i am facing issue with my iCloud i dont know why but apple disable it due to security reasons and that account contains important subscription contacts and photos i am not able to to recover it i wait two weeks but it shows error description not available sometimes it says code has been sent to my trusted number but I didn’t receive any code on my number several times please help me i am iCloud+ user help me gain my account access back i also have my recovery key of iCloud but dont know how to recover help me recover my account it contains too much data and dear apple kindly solve the two factor authentication not receiving problem and show me step by step how to recover it using recovery key
0
0
397
Jun ’24
Recovery Mode locked
Hi,have problem with enter to Recovery Mode ( press Cmd+R ) after run.When i'm enter, i'm see locked screen - http://imageshack.com/a/img538/1317/DFq124.jpgWhen i'm enter my iCloud password what i'm use for login, happen nothing.When i'm try enter all passwords what i'm rememeber, that doesnt help.What a lock? What a password need here?FileVault is off.I'm use last beta 7.
1
0
4.1k
Aug ’15
Restore locked iPad
I'm trying to restore iPad for associate I work with. She is here on a Visa and can't get in touch with the person who originally set up her iPad in her home country, so her iPad is locked. She doesn't know the address or password used to lock the iPad. Will Apple or another user here, be able to help at all? The iOS is 9.3.5. She asked me to see if I can help because I work in the IT department and use many Apple products. Thanks in advance.
2
0
494
Jan ’17
App Lock Updating
When App Lock / Single App mode is turned on, is it possible to update an enterprise app that is running without user intervention?I’ve tried two MDM services. Thus far, when I push an enterprise app update to a supervised device in App Lock / Single App mode, nothing happens. I have to change the profile to turn off App Lock and push that profile change, then push the app update, then springboard appears prompting the user to update or not.We want our iOS devices to be used in a way such that only our enterprise app is allowed to run, but also have the ability to update the enterprise app remotely without requiring someone with physical access to the devices to press OK to accept an app update.
2
0
955
Jan ’16
Initialize failure at Activation Lock
I’d like to initialize my mac which installed Catalina beta, but It is shown activation lock screen. I can’t continue, I tried some Apple IDs(I checked this account is coorrectly by Portal site). Please help me someone has knowledge.https://www.dropbox.com/s/13mzjww5i6shhlh/D9-A7DtUYAAkMMw.jpg-large.jpeg?dl=0
0
0
313
Jun ’19
Activation Lock ASM
I would love to see the school to be able to stop the Activation Lock if the device is in APPLE SCHOOL MANAGER.. it would be wonderful to be able to go to the device and release the activation lock. PLEASE. Usually the end of the year I have to work with multiple teachers because they can't remember their Apple ID's.. Thank you..
0
0
400
Mar ’23
Reply to How can we force update our Account Holder?
Hi, Were you able to transfer the account holder? I have a similar situation where we believe the developer entered the wrong password once and was locked out for good.
Replies
Boosts
Views
Activity
Oct ’25
Can we access a "Locked in Place" value when a window has been locked without being snapped to a surface?
Starting in visionOS 26, users can snap windows to surfaces. These windows are locked in place and are later restored by visionOS. We can access the snapped data with surfaceSnappingInfo docs. Users can also lock a free-floating (unsnapped) window from a context menu in the window controls. Is there a way to tell when a window has been locked without being snapped to a surface?
Replies
7
Boosts
0
Views
242
Activity
Jun ’25
Activation lock
I sign out from iTunes and find my phone and update my iPad 6 th gen from 13.5 to 14.2 but it showed me activation lock and when I entered the same Id and password it says cannot use this is Id please help me. From computer I login to my I’d but there is no device in find my iphone
Replies
0
Boosts
0
Views
327
Activity
Dec ’20
Reply to UnlockUserAccount
Devices (MDM), requesting (access to) from a server (macOS, etc.).UnlockUserAccountThis command lets the server unlock a local user account that has been locked for too many failed password attempts. It requires the Device Lock and Passcode Removal Right and it may be sent only on the device channel.
Replies
Boosts
Views
Activity
Sep ’17
Reply to "click the lock to make changes" not working
Depending on your settings, updates can occur overnight automatically. Anyway, another diagnostic is to test the behaviour of the SysPref lock in a temporary new account. I.e. create a temporary new admin account from System Preferences > Users & Groups > Open Padlock > + button, log into the new account and test...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’15
how programmaticaly lock&un-lock autorotation screen for few viewcontroller
Hello. when exist methids for lock-unlock autorotate screen for few viewcontroller? please view code for example.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
214
Activity
Mar ’16
WigetKit does not hide sensitive information on lock screen when locked
Hi there, We've built a lock screen widget for our app, which displays sensitive information which we would love to hide when the device is locked. The widget contains a VStack with in there a Text with the subject name and another Text with the actual value of the subject. The last Text component with the value should be redacted. During development, we've tried already some things like fully hiding the content on locked (setting Data protection to Complete protection on the App ID), but that was not really the result we were looking for. We also tried to set .redacted(reason: .privacy) on the Text component, but that does not result in masking the value when locked. Same goes for setting the component with privacySensitive(). What can I do to make this behaviour work as expected? The view: VStack(alignment: .leading) { Text(Name of Subject) .font(.system(size: 15.0)) Text(entry.dataIsOutdated ? -.-- : entry.valueAsString!) .font(.system(size: 28.0)) .fontWeight(.bold) .mi
Replies
2
Boosts
0
Views
784
Activity
Nov ’23
iTunes Locked ID
With the iOS 16 update has anyone come across an issue when downloading? Locked saying to connect to iTunes and then the update failing? TIA.
Replies
0
Boosts
0
Views
721
Activity
Sep ’22
Icloud locked
Hello apple i am facing issue with my iCloud i dont know why but apple disable it due to security reasons and that account contains important subscription contacts and photos i am not able to to recover it i wait two weeks but it shows error description not available sometimes it says code has been sent to my trusted number but I didn’t receive any code on my number several times please help me i am iCloud+ user help me gain my account access back i also have my recovery key of iCloud but dont know how to recover help me recover my account it contains too much data and dear apple kindly solve the two factor authentication not receiving problem and show me step by step how to recover it using recovery key
Replies
0
Boosts
0
Views
397
Activity
Jun ’24
Recovery Mode locked
Hi,have problem with enter to Recovery Mode ( press Cmd+R ) after run.When i'm enter, i'm see locked screen - http://imageshack.com/a/img538/1317/DFq124.jpgWhen i'm enter my iCloud password what i'm use for login, happen nothing.When i'm try enter all passwords what i'm rememeber, that doesnt help.What a lock? What a password need here?FileVault is off.I'm use last beta 7.
Replies
1
Boosts
0
Views
4.1k
Activity
Aug ’15
Restore locked iPad
I'm trying to restore iPad for associate I work with. She is here on a Visa and can't get in touch with the person who originally set up her iPad in her home country, so her iPad is locked. She doesn't know the address or password used to lock the iPad. Will Apple or another user here, be able to help at all? The iOS is 9.3.5. She asked me to see if I can help because I work in the IT department and use many Apple products. Thanks in advance.
Replies
2
Boosts
0
Views
494
Activity
Jan ’17
orientation lock button
Hi all,Is there a way to Get iPad Orientation Lock flag (enabled by side button) programmatically.Thanks in advance
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
164
Activity
Aug ’15
App Lock Updating
When App Lock / Single App mode is turned on, is it possible to update an enterprise app that is running without user intervention?I’ve tried two MDM services. Thus far, when I push an enterprise app update to a supervised device in App Lock / Single App mode, nothing happens. I have to change the profile to turn off App Lock and push that profile change, then push the app update, then springboard appears prompting the user to update or not.We want our iOS devices to be used in a way such that only our enterprise app is allowed to run, but also have the ability to update the enterprise app remotely without requiring someone with physical access to the devices to press OK to accept an app update.
Replies
2
Boosts
0
Views
955
Activity
Jan ’16
Initialize failure at Activation Lock
I’d like to initialize my mac which installed Catalina beta, but It is shown activation lock screen. I can’t continue, I tried some Apple IDs(I checked this account is coorrectly by Portal site). Please help me someone has knowledge.https://www.dropbox.com/s/13mzjww5i6shhlh/D9-A7DtUYAAkMMw.jpg-large.jpeg?dl=0
Replies
0
Boosts
0
Views
313
Activity
Jun ’19
Activation Lock ASM
I would love to see the school to be able to stop the Activation Lock if the device is in APPLE SCHOOL MANAGER.. it would be wonderful to be able to go to the device and release the activation lock. PLEASE. Usually the end of the year I have to work with multiple teachers because they can't remember their Apple ID's.. Thank you..
Replies
0
Boosts
0
Views
400
Activity
Mar ’23