Search results for

“Account Locked”

32,726 results found

Post

Replies

Boosts

Views

Activity

Is bluetooth available in a "locked screen" camera capture extension?
I created a locked camera capture extension as explained in Apple's documentation. I'm trying to explore the possibilities of using a bluetooth peripheral from that extension - anybody knows if this is possible? The CBCentralManagerDelegate reports .unsupported in func centralManagerDidUpdateState, even if I have provided all the permissions in Info.plist.
1
0
562
Nov ’24
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
740
Aug ’24
How do I keep an app "on top" even when the lock screen is on?
When iOS 12 first came out, I saw a tip in my iPhone tell me that it is possible to cause an app to stay on top. I take it the app would be active even when the lock screen is on. This is useful to me, but I can't find documentation for this feature. I'm not even able to find the Setting in iOS that enables it, which the tip I saw showed. Anybody know what this feature is called and where I can find documentation on it?
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
1.5k
Nov ’18
Image brightness adapts despite exposure lock
Short summary When setting exposureMode to .locked or .custom the brightness of a video stream still changes depending on the composition and contrast of the visible scene. These changes seem to come from contrast enhancements or dynamic range optimizations and totally break any analysis of the image that requires to assess absolute luminance. While exposure lock seems to indeed lock the physical exposure parameters of the camera (shutter speed and ISO), I cannot find any way to control these soft modifiers. Details Background I am the developer of the app phyphox, an educational app that makes the phone's sensors accessible to students as measurement tools in science experiments. Currently I am working on implementing photometric measurements through the camera and one very important aspect of it is luminance measurements. This is particularly relevant since the light sensor of the phone has no publicly accessible API and the camera could to some extend make experiments available t
1
0
181
Apr ’25
Subscription on different in-app account with the same account
A user has multiple in-app accounts and an Apple account. He purchase the subscription on one in-app account and then cancels it immediately, at which point the payment is deducted once and the subscription stays in effect. Then he logs into a second in-app account and initiates a subscription with the same Apple account, at this point can he get the subscription service on the second in-app account without paying for it? If so, how to deal with it?
1
0
535
Apr ’24
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
396
Apr ’24
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
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.5k
Nov ’19
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
856
Dec ’21
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
777
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
358
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
190
Jun ’25
Is bluetooth available in a "locked screen" camera capture extension?
I created a locked camera capture extension as explained in Apple's documentation. I'm trying to explore the possibilities of using a bluetooth peripheral from that extension - anybody knows if this is possible? The CBCentralManagerDelegate reports .unsupported in func centralManagerDidUpdateState, even if I have provided all the permissions in Info.plist.
Replies
1
Boosts
0
Views
562
Activity
Nov ’24
My Account
Why did not you authorize my account?
Replies
0
Boosts
0
Views
307
Activity
Jul ’17
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
740
Activity
Aug ’24
How do I keep an app "on top" even when the lock screen is on?
When iOS 12 first came out, I saw a tip in my iPhone tell me that it is possible to cause an app to stay on top. I take it the app would be active even when the lock screen is on. This is useful to me, but I can't find documentation for this feature. I'm not even able to find the Setting in iOS that enables it, which the tip I saw showed. Anybody know what this feature is called and where I can find documentation on it?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
1.5k
Activity
Nov ’18
Image brightness adapts despite exposure lock
Short summary When setting exposureMode to .locked or .custom the brightness of a video stream still changes depending on the composition and contrast of the visible scene. These changes seem to come from contrast enhancements or dynamic range optimizations and totally break any analysis of the image that requires to assess absolute luminance. While exposure lock seems to indeed lock the physical exposure parameters of the camera (shutter speed and ISO), I cannot find any way to control these soft modifiers. Details Background I am the developer of the app phyphox, an educational app that makes the phone's sensors accessible to students as measurement tools in science experiments. Currently I am working on implementing photometric measurements through the camera and one very important aspect of it is luminance measurements. This is particularly relevant since the light sensor of the phone has no publicly accessible API and the camera could to some extend make experiments available t
Replies
1
Boosts
0
Views
181
Activity
Apr ’25
Subscription on different in-app account with the same account
A user has multiple in-app accounts and an Apple account. He purchase the subscription on one in-app account and then cancels it immediately, at which point the payment is deducted once and the subscription stays in effect. Then he logs into a second in-app account and initiates a subscription with the same Apple account, at this point can he get the subscription service on the second in-app account without paying for it? If so, how to deal with it?
Replies
1
Boosts
0
Views
535
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
829
Activity
Jun ’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
396
Activity
Apr ’24
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
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.5k
Activity
Nov ’19
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
856
Activity
Dec ’21
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
777
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
358
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
190
Activity
Jun ’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
311
Activity
Apr ’20