Search results for

“Account Locked”

36,207 results found

Post

Replies

Boosts

Views

Activity

Apple Enterprise Developer was locked
I join the Apple Enterprise Developer Membership in 22nd Oct. And I received the e-mail in 5th Nov. ,which said the account was locked because of posting or updating My Internal Use Application in an unauthorized manner. I never distrubute any apps during this time. Apple have not expaining to me so far and they said they had no obligation to explain.
0
0
200
Dec ’15
Switching personal account to organizational
I submitted a request to change the name on my developer account to my business name on November 29th. I did this because I don't want my personal info to be shown in the EU trader contact info. I submitted all required documents and the duns number on December 4th and the page said I would hear a response in two days. I have put in over three dev support requests and have yet to hear back from Apple in over one month now. The only way I could get a hold of someone was to reply to a very old email thread and they said it's not their department and I'll have to continue to wait. This is absolutely bizarre and unprofessional from Apple. Will I be compensated extra time on my dev subscription for having my account locked for over a month? This has delayed my app development because I am not able to sign any app bundles and I can't even use the sim because my team id must be changed because Google sign in doesn't recognize the team id anymore. This is ridiculous.
0
0
73
Jan ’26
Lock screen programmatically
Hello,I have been asked to develop an iOS app that sits in the background and locks the screen programmatically. I have searched the documentation and struggled to find a solution.The app is for a retail store that has 60+ iPads displaying product information in safari using guided access. We have previously had a native iOS app that displays the web content in a wkwebview but we found the content heavy site performed better in safari.We require the lock screen functionality due to the fact that the retail parks power is switched off overnight which is causing the iPads battery to run flat.I have been tasked to build an app that sits in the background and locks the screen automatically depending on the devices batteryState. I have built the foundations for this by building a music application with AVAudioPlayer that uses the audioPlayerDidFinishPlaying as a hook to detect the devices battery state.Do you have any suggestions as to how I may be able to lock the screen progra
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
737
Nov ’16
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
329
Dec ’20
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
258
Jun ’25
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
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
496
Jan ’17
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
799
Nov ’23
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
960
Jan ’16
Apple Enterprise Developer was locked
I join the Apple Enterprise Developer Membership in 22nd Oct. And I received the e-mail in 5th Nov. ,which said the account was locked because of posting or updating My Internal Use Application in an unauthorized manner. I never distrubute any apps during this time. Apple have not expaining to me so far and they said they had no obligation to explain.
Replies
0
Boosts
0
Views
200
Activity
Dec ’15
Switching personal account to organizational
I submitted a request to change the name on my developer account to my business name on November 29th. I did this because I don't want my personal info to be shown in the EU trader contact info. I submitted all required documents and the duns number on December 4th and the page said I would hear a response in two days. I have put in over three dev support requests and have yet to hear back from Apple in over one month now. The only way I could get a hold of someone was to reply to a very old email thread and they said it's not their department and I'll have to continue to wait. This is absolutely bizarre and unprofessional from Apple. Will I be compensated extra time on my dev subscription for having my account locked for over a month? This has delayed my app development because I am not able to sign any app bundles and I can't even use the sim because my team id must be changed because Google sign in doesn't recognize the team id anymore. This is ridiculous.
Replies
0
Boosts
0
Views
73
Activity
Jan ’26
Lock screen programmatically
Hello,I have been asked to develop an iOS app that sits in the background and locks the screen programmatically. I have searched the documentation and struggled to find a solution.The app is for a retail store that has 60+ iPads displaying product information in safari using guided access. We have previously had a native iOS app that displays the web content in a wkwebview but we found the content heavy site performed better in safari.We require the lock screen functionality due to the fact that the retail parks power is switched off overnight which is causing the iPads battery to run flat.I have been tasked to build an app that sits in the background and locks the screen automatically depending on the devices batteryState. I have built the foundations for this by building a music application with AVAudioPlayer that uses the audioPlayerDidFinishPlaying as a hook to detect the devices battery state.Do you have any suggestions as to how I may be able to lock the screen progra
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
0
Boosts
0
Views
737
Activity
Nov ’16
Reply to How to prevent TwitterKit from accessing system accounts
Hi herrstypaYou should direct this question at the authors of TwitterKit. It sounds like they need to provide an option to bypass querying the system accounts database. The iOS SDK does not have an API that will allow you to lock your app out accessing Twitter accounts in the system accounts database.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’15
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
329
Activity
Dec ’20
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
258
Activity
Jun ’25
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
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
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
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
496
Activity
Jan ’17
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
724
Activity
Sep ’22
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
799
Activity
Nov ’23
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
960
Activity
Jan ’16
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
165
Activity
Aug ’15