Search results for

“Account Locked”

36,238 results found

Post

Replies

Boosts

Views

Activity

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
368
Jan ’17
Reply to No longer can load or test application on iPhone via XCode 11
Thanks for the reply Claude !After 3 hours of searching/reading I was able to find a Google posting which had the right answer for me:I solved my issue with these steps:Open keychain access.Right-click the 'login' keychain and request to Lock itRight-click the 'login' keychain and request to Unlock it (enter your PC account password)In XCode, clean the project by selecting Product/Clean Build Folder optionSelect your attached iPhone in Xcode and Build the projectEnter your PC account password everytime you are prompted (I was prompted 5 separate times)
Mar ’20
App store connect and testflight completely locked
My App store connect and testflight completely locked up shortly after pushing a new build to connect. Testflight says unavailable try again later, connect is blank with Sorry, something went wrong. Try your request again. If the problem continues, contact us. Does anyone have a clue what is going on, the timing is weird. Shortly after pushing out a new build to internal testers.
0
0
64
Jul ’26
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
319
Jun ’25
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.4k
Oct ’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
483
Mar ’26
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
420
Apr ’24
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
549
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
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
368
Activity
Jan ’17
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
843
Activity
Jun ’19
Reply to No longer can load or test application on iPhone via XCode 11
Thanks for the reply Claude !After 3 hours of searching/reading I was able to find a Google posting which had the right answer for me:I solved my issue with these steps:Open keychain access.Right-click the 'login' keychain and request to Lock itRight-click the 'login' keychain and request to Unlock it (enter your PC account password)In XCode, clean the project by selecting Product/Clean Build Folder optionSelect your attached iPhone in Xcode and Build the projectEnter your PC account password everytime you are prompted (I was prompted 5 separate times)
Replies
Boosts
Views
Activity
Mar ’20
App store connect and testflight completely locked
My App store connect and testflight completely locked up shortly after pushing a new build to connect. Testflight says unavailable try again later, connect is blank with Sorry, something went wrong. Try your request again. If the problem continues, contact us. Does anyone have a clue what is going on, the timing is weird. Shortly after pushing out a new build to internal testers.
Replies
0
Boosts
0
Views
64
Activity
Jul ’26
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
319
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
769
Activity
Aug ’15
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.4k
Activity
Oct ’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.
Replies
1
Boosts
0
Views
483
Activity
Mar ’26
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
420
Activity
Apr ’24
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
549
Activity
May ’20
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
327
Activity
Apr ’20
Beta 3 - auto lock display not working?
Wondering if anyone else has seen this issue. My phone just keeps the display on forever no matter what I select for Auto Lock time-out. iOS 11 beta 3
Replies
1
Boosts
0
Views
364
Activity
Jul ’17
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