Search results for

“Account Locked”

34,377 results found

Post

Replies

Boosts

Views

Activity

Seeking help for MDM activation lock issue
We have encountered an issue while developing our own Apple MDM solution. The issue occurs in the activation lock scenario. We have implemented the activation and deactivation of the activation lock feature in accordance with the following documentation. 1:https://developer.apple.com/documentation/devicemanagement/activation_lock_a_device 2:https://developer.apple.com/documentation/devicemanagement/device_assignment/activation_lock_a_device/creating_and_using_bypass_codes#3734453 Activationlock Request URI : https://mdmenrollment.apple.com/device/activationlock Request Method : POST Request Headers : [Accept:text/plain, application/json, application/*+json, /, X-ADM-Auth-Session:1723449441118O1O649496FAD285FDC77565EC075E770547O90695212BB76419F8E43B2F68BE7A6C6O67033512O11Op1OA0EA85747E70D2D6941C4F6662166CAF22C2193COC298C61ECC7B9E9C14EB2A20305F7E41, X-Server-Protocol-Version:3, Content-Type:application/json, Content-Length:133] Request Body : {device:K2LP4HQXJ4,escrow_key:QRV7D-JPPMQ-Z90N-1VN8
1
0
781
Aug ’24
determine if an account is a mobile account or Active directory account or local user account (non-mobile)
Is there a way to figure out from code if a user account is actually a mobile account or active directory account or local user account (non-mobile) on Mojave?Through following code i can distinguish between local user and AD user via attribute // 'dsAttrTypeStandard:AppleMetaNodeLocation': '/Local/Default' for Local user // 'dsAttrTypeStandard:AppleMetaNodeLocation': '/Active Directory/ABCD/abcd.in' for Domain userfunc checkForLocalUser(name: String) -> Bool { var records = [ODRecord]() let odsession = ODSession.default() do { let node = try ODNode.init(session: odsession, type: ODNodeType(kODNodeTypeAuthentication)) let query = try ODQuery.init(node: node, forRecordTypes: kODRecordTypeUsers, attribute: kODAttributeTypeRecordName, matchType: ODMatchType(kODMatchEqualTo), queryValues: name, returnAttributes: kODAttributeTypeAllAttributes, maximumResults: 0) records = try query.resultsAllowingPartial(false) as! [ODRecord] } catch { let errorText = error.localizedDescripti
2
0
1.6k
Nov ’19
Account
Hello, I have a ready-made developer account, there are published applications, now I go in to publish a new application and it says that I need to accept the agreementI click on this and go to the developro account and there it says Sorry, you are already a member of the development team, what should I do?
0
0
414
Apr ’24
Locked out beta / no upgrade found, ...
Hello!I think I still had beta2 or 3 running on my ipad ng (1st retina version with 30pin port).I got some popup warnings regards old ios version. but eveytime I went to the softwareupgrade menu it told me I had the most recent version. (refering to KB HT1808)I had even flied a feedback report for that, ...Now the ipad locked itself with the info the version is expired. When I connect it to itunes it says:and then a check for an update tells me iOS 9.0 - is the current version.And sure, I did a restart of the ipad as well, .... it goes in the activation mode which then fails.Any idea how to fix this?
8
0
794
Aug ’15
Enabling Caps Lock key to toggle input source
HI,I am an Chinese input method developer. I noticed that Sierra has a new feature that allows user to toggle inputing various languages by pressing on the Caps Lock key. Once a user adds a built-in input method, such as Apple's Zhuyin and so on, there will be a check box appearing in the Keyboard perference pane which says Use Caps Lock key to switch from....However, if we use only the US keybaord layout and our own custom Input Method, there will not be such a checkbox.I guess tthere msut be some difference between Apple's and our input methods. At first I guess I need to add additional keys into Info.plist file, but I did not see anything special in the Info.plist files of built-in input methods. I don't have any clue to make our product to support the function yet.Any idea? Screenshots are attached.Thanks!
0
0
365
Jan ’17
How to update the lock icon and text on the initial unlock Screen with SFAutorizationPluginView.
Step1. Update system.login.screensaver authorizationdb rule to use “authenticate-session-owner-or-admin”( to get old SFAutorizationPluginView at Lock Screen ). Here I will use my custom authorization plugin. Step 2. Once the rule is in place, logout and login, now click on Apple icon and select “Lock Screen”. Is there a way programmatically to update the Lock Icon and the test getting displayed on the first Unlock screen? When I write a custom authorisation plug-in, I am getting control of the text fields and any consecutive screen I add from there on. But all I want is to update the lock icon and text fields on 1st unlock display itself. Can you please suggest how I can achieve this? Here is the screenshot with marked areas I am looking control for.
1
0
232
Jun ’25
Incoming calls thrue Jisti Meet and locked screen
Problem: When the screen is locked, an incoming call does not initiate the launch of the Flutter application required for audio and video communication through Jitsi Meet. In the unlocked state, the application functions correctly. The current implementation does not have a mechanism for activating the Flutter engine when receiving a call via CallKit while the screen is locked. Although CallKit UI displays the call acceptance interface and the audio session is configured, the Flutter application remains in a suspended state, making it impossible to connect to the media server. Audio session activated using didActivateAudioSession method.
1
0
231
Mar ’26
Account deletion requirements for non-personal accounts
The new account deletion requirements stated in the app review guidelines (5.1.1(v)) state that: If your app supports account creation, you must also offer account deletion within the app. But what about if the account is owned by a different entity than the user itself, such as for someone using a work account that is owned by their employer? Are we still obligated to offer the employee a way to delete their account within the app?
1
0
879
Dec ’21
iOS 26 devices in Single App Mode stuck on lock screen
On iOS 26, if in Single App Mode, the device gets stuck on the lock screen. Devices are configured in SAM (kiosk mode), without a PIN requirement. Since updating to iPadOS 26, every single device that locks (goes to sleep) becomes completely unresponsive at the lock screen. Touch input does not work. The only way to regain access is to reboot the device, which will boot to the SAM app, but then lock again if it goes to sleep. Related discussion in the public forums.
1
0
1.3k
Oct ’25
Airplay lock screen closed captions button
I have Airplay implemented in an app and the streams I'm airplaying have closed captions embedded in them. The captions show when airplaying and in the app normally so I know there aren't any issues there. During Airplay when the device is on the lock screen there's a closed captions button on the right side but it's always disabled. Has anyone been able to figure out how to add functionality for that button?Under the MPRemoteCommandCenter the only relevant options seem to be enableLanguageOptionCommand and disableLanguageOptionCommand but neither of those seem to do anything.
0
0
539
May ’20
Reply to How to get Enterprise Features without an Enterprise account
Those companies should purchase their own Enterprise Program accounts and hire your company as internal consultant to configure, deploy etc. Put an appropriate MDM solution in place that will lock them down as needed, while allowing you to perform remote updates, etc.If that doesn't work for you, be aware there is no solution outside Apple's sphere you can seek help for here in the forums, etc. Good luck,
Feb ’18
Seeking help for MDM activation lock issue
We have encountered an issue while developing our own Apple MDM solution. The issue occurs in the activation lock scenario. We have implemented the activation and deactivation of the activation lock feature in accordance with the following documentation. 1:https://developer.apple.com/documentation/devicemanagement/activation_lock_a_device 2:https://developer.apple.com/documentation/devicemanagement/device_assignment/activation_lock_a_device/creating_and_using_bypass_codes#3734453 Activationlock Request URI : https://mdmenrollment.apple.com/device/activationlock Request Method : POST Request Headers : [Accept:text/plain, application/json, application/*+json, /, X-ADM-Auth-Session:1723449441118O1O649496FAD285FDC77565EC075E770547O90695212BB76419F8E43B2F68BE7A6C6O67033512O11Op1OA0EA85747E70D2D6941C4F6662166CAF22C2193COC298C61ECC7B9E9C14EB2A20305F7E41, X-Server-Protocol-Version:3, Content-Type:application/json, Content-Length:133] Request Body : {device:K2LP4HQXJ4,escrow_key:QRV7D-JPPMQ-Z90N-1VN8
Replies
1
Boosts
0
Views
781
Activity
Aug ’24
determine if an account is a mobile account or Active directory account or local user account (non-mobile)
Is there a way to figure out from code if a user account is actually a mobile account or active directory account or local user account (non-mobile) on Mojave?Through following code i can distinguish between local user and AD user via attribute // 'dsAttrTypeStandard:AppleMetaNodeLocation': '/Local/Default' for Local user // 'dsAttrTypeStandard:AppleMetaNodeLocation': '/Active Directory/ABCD/abcd.in' for Domain userfunc checkForLocalUser(name: String) -> Bool { var records = [ODRecord]() let odsession = ODSession.default() do { let node = try ODNode.init(session: odsession, type: ODNodeType(kODNodeTypeAuthentication)) let query = try ODQuery.init(node: node, forRecordTypes: kODRecordTypeUsers, attribute: kODAttributeTypeRecordName, matchType: ODMatchType(kODMatchEqualTo), queryValues: name, returnAttributes: kODAttributeTypeAllAttributes, maximumResults: 0) records = try query.resultsAllowingPartial(false) as! [ODRecord] } catch { let errorText = error.localizedDescripti
Replies
2
Boosts
0
Views
1.6k
Activity
Nov ’19
Account
Hello, I have a ready-made developer account, there are published applications, now I go in to publish a new application and it says that I need to accept the agreementI click on this and go to the developro account and there it says Sorry, you are already a member of the development team, what should I do?
Replies
0
Boosts
0
Views
414
Activity
Apr ’24
Bedtime Weather not showing up on lock screen
Anyone here had any idea on why the bedtime weather is not working after the alarm? I can only see Good Morning but not the weather on the lock screen? Is it because weather is not running always on location service (iOS 13 do not have this option to let weather running always)?
Replies
1
Boosts
0
Views
841
Activity
Jun ’19
Locked out beta / no upgrade found, ...
Hello!I think I still had beta2 or 3 running on my ipad ng (1st retina version with 30pin port).I got some popup warnings regards old ios version. but eveytime I went to the softwareupgrade menu it told me I had the most recent version. (refering to KB HT1808)I had even flied a feedback report for that, ...Now the ipad locked itself with the info the version is expired. When I connect it to itunes it says:and then a check for an update tells me iOS 9.0 - is the current version.And sure, I did a restart of the ipad as well, .... it goes in the activation mode which then fails.Any idea how to fix this?
Replies
8
Boosts
0
Views
794
Activity
Aug ’15
Enabling Caps Lock key to toggle input source
HI,I am an Chinese input method developer. I noticed that Sierra has a new feature that allows user to toggle inputing various languages by pressing on the Caps Lock key. Once a user adds a built-in input method, such as Apple's Zhuyin and so on, there will be a check box appearing in the Keyboard perference pane which says Use Caps Lock key to switch from....However, if we use only the US keybaord layout and our own custom Input Method, there will not be such a checkbox.I guess tthere msut be some difference between Apple's and our input methods. At first I guess I need to add additional keys into Info.plist file, but I did not see anything special in the Info.plist files of built-in input methods. I don't have any clue to make our product to support the function yet.Any idea? Screenshots are attached.Thanks!
Replies
0
Boosts
0
Views
365
Activity
Jan ’17
How to update the lock icon and text on the initial unlock Screen with SFAutorizationPluginView.
Step1. Update system.login.screensaver authorizationdb rule to use “authenticate-session-owner-or-admin”( to get old SFAutorizationPluginView at Lock Screen ). Here I will use my custom authorization plugin. Step 2. Once the rule is in place, logout and login, now click on Apple icon and select “Lock Screen”. Is there a way programmatically to update the Lock Icon and the test getting displayed on the first Unlock screen? When I write a custom authorisation plug-in, I am getting control of the text fields and any consecutive screen I add from there on. But all I want is to update the lock icon and text fields on 1st unlock display itself. Can you please suggest how I can achieve this? Here is the screenshot with marked areas I am looking control for.
Replies
1
Boosts
0
Views
232
Activity
Jun ’25
HKWorkoutSession not getting HeartRate samples when screen locked.
I am starting a HKWorkoutSession and querying for heart rate samples. I attach an updateHandler but I stop receiving heart rate when the screen locks (I lower my wrist).Is this expected behaviour or a bug?
Replies
3
Boosts
0
Views
767
Activity
Aug ’15
Incoming calls thrue Jisti Meet and locked screen
Problem: When the screen is locked, an incoming call does not initiate the launch of the Flutter application required for audio and video communication through Jitsi Meet. In the unlocked state, the application functions correctly. The current implementation does not have a mechanism for activating the Flutter engine when receiving a call via CallKit while the screen is locked. Although CallKit UI displays the call acceptance interface and the audio session is configured, the Flutter application remains in a suspended state, making it impossible to connect to the media server. Audio session activated using didActivateAudioSession method.
Replies
1
Boosts
0
Views
231
Activity
Mar ’26
Account deletion requirements for non-personal accounts
The new account deletion requirements stated in the app review guidelines (5.1.1(v)) state that: If your app supports account creation, you must also offer account deletion within the app. But what about if the account is owned by a different entity than the user itself, such as for someone using a work account that is owned by their employer? Are we still obligated to offer the employee a way to delete their account within the app?
Replies
1
Boosts
0
Views
879
Activity
Dec ’21
iOS 26 devices in Single App Mode stuck on lock screen
On iOS 26, if in Single App Mode, the device gets stuck on the lock screen. Devices are configured in SAM (kiosk mode), without a PIN requirement. Since updating to iPadOS 26, every single device that locks (goes to sleep) becomes completely unresponsive at the lock screen. Touch input does not work. The only way to regain access is to reboot the device, which will boot to the SAM app, but then lock again if it goes to sleep. Related discussion in the public forums.
Replies
1
Boosts
0
Views
1.3k
Activity
Oct ’25
Mac Purchase-In App give the tips of "AppleID is Locked"?
I developed on Mac. Testing Puchrase-in App by sandbox,then it give me the tips AppleID is Locked.Your appleid is locked for security reasons. To unlock, you must verify your identity.of course,the first step is that it showing an alert for sanbox.The second step is above phenomenon;I want to know the reason and how to solve it?
Replies
0
Boosts
0
Views
322
Activity
Apr ’20
Airplay lock screen closed captions button
I have Airplay implemented in an app and the streams I'm airplaying have closed captions embedded in them. The captions show when airplaying and in the app normally so I know there aren't any issues there. During Airplay when the device is on the lock screen there's a closed captions button on the right side but it's always disabled. Has anyone been able to figure out how to add functionality for that button?Under the MPRemoteCommandCenter the only relevant options seem to be enableLanguageOptionCommand and disableLanguageOptionCommand but neither of those seem to do anything.
Replies
0
Boosts
0
Views
539
Activity
May ’20
Reply to How to get Enterprise Features without an Enterprise account
Those companies should purchase their own Enterprise Program accounts and hire your company as internal consultant to configure, deploy etc. Put an appropriate MDM solution in place that will lock them down as needed, while allowing you to perform remote updates, etc.If that doesn't work for you, be aware there is no solution outside Apple's sphere you can seek help for here in the forums, etc. Good luck,
Replies
Boosts
Views
Activity
Feb ’18
My Account
Why did not you authorize my account?
Replies
0
Boosts
0
Views
316
Activity
Jul ’17