Search results for

“Account Locked”

36,223 results found

Post

Replies

Boosts

Views

Activity

Xcode locked because of developer agreement
Hi, I have a paid-up Apple dev program membership. I'm trying to debug an app on my iPad Pro. Xcode locks up when trying to generate the certificates, asked me to visit the membership site to sign the dev aagreement, I have done so and it still locks up. The dev center also locks up when I try to generate the certificates manually. What's my way out of this mess? Edmund
1
0
227
Dec ’15
Lock SceneKit to newest ARPlaneAnchor
Hi,I'm trying to get my SceneKit scene to lock to the floor, but if I move the phone to the table, the screen should be able to lock to the table too.I've been trying with the following code with no success, any tips?func renderer(_ renderer: SCNSceneRenderer, didAdd node: SCNNode, for anchor: ARAnchor) { guard let plane = anchor as? ARPlaneAnchor else { return } debugPrint(self.sceneView.scene.rootNode.position: (self.sceneView.scene.rootNode.position)) debugPrint(node.position: (node.position)) self.sceneView.scene.rootNode.transform = SCNMatrix4(plane.transform) }
0
0
514
Jul ’17
Access Keychain When iPhone Locked
I have implemented the following code to create a keychain item:let keychainQuery = NSMutableDictionary(dictionary: [ NSString(format: kSecClass) : kSecClassGenericPasswordValue, NSString(format: kSecAttrService) : my_service, NSString(format: kSecAttrAccount) : my.app.domain, NSString(format: kSecAttrAccessible) : NSString(format: kSecAttrAccessibleAfterFirstUnlock), NSString(format: kSecReturnData) : my_password) let status = SecItemAdd(keychainQuery as CFDictionary, nil) if status != errSecSuccess ( print(status not success: (status)) }Unfortunately, when the iPhone is locked (press the lock button), even though the accessible element has been set to after first unlock, I get an error (-25300) when my code tries to retrieve the information stored in the keychain. The app can access information in the keychain while the app is in the background, just not when the iPhone is locked.The code to retrieve:let keychainQuery: NSMutableDictionary = NSMutableDictionary(dictionary: [ kSecClassValue:
4
0
6.8k
May ’17
What are the locking rules for VFS and VNOP operations?
I'm observing all sorts of race conditions occurring in various VNOPs my custom filesystem implements. I'm inclined to attribute this to my implementation not following the locking rules expected by the system of a 3rd party filesystem as well as it should. I've looked at how locking is done in Apple's own implementation of Samba and NFS clients. The Samba client uses read/write locks to protect its node from data races. While the NFS client uses mutex locks for the same purpose. I realised that I don't have a clear model in my head of how locking should be done properly. Thus my question, what are the locking rules for VFS and VNOP operations? Thanks.
4
0
975
Sep ’24
VoIP on lock screen issues
Hi,currently I'm experimenting with VoIP. I've developed a simple VoIP app using the old keep alive timeout approach (not PushKit) includinga inputstream and outputstream. The VoIP communication between my iPad and the VoIP server seems to work properly, except on a locked device.My test case is as follows:1. I start the VoIP app (which connects to the VoIP server) and then lock the device (with or without a code).2. I simulate a VoIP-Call for the device, which will be noticed (local notification on lock screen).3. I ignore the VoIP call on the deviceThis all works fine. But if I do this again and again, something like stress testing, then it seems that iOS terminates the app after a while.I cannot figure out why exactly this will be done. My considerations go from a too high CPU usage or an exceeded number of received bytes.This kind of stress testing is a little bit weird, but actually, this should work.What I've found out:- the VoIP app works fine on an unlocked device- the VoIP
3
0
2.5k
Aug ’15
Cannot update ASCredentialIdentityStore while device locked
Our product includes a background sync process that synchronizes credentials between devices. We need to update ASCredentialIdentityStore when credentials are changed, we have noticed that the ASCredentialIdentityStore.shared.saveCredentialIdentities() fails to run when the device is locked. Is it possible to update ASCredentialIdentityStore when the device is locked?
0
0
165
Apr ’25
Locked mouse pointer and in-app purchases
We have an iOS app in Development with in-app purchases that works fine on iOS devices. When running the app on Apple Silicon Macs, the app locks the mouse pointer and renders its own (via GCMouse listener events). When the user selects an in-app item to purchase, the operating system displays the purchase confirmation dialog as expected, however because the pointer is still locked, users are unable to click elements on the dialog or see a pointer. I've tried running setNeedsUpdateOfPrefersPointerLocked and returning false prior to the purchase but the pointer remains locked. Is there a better way to immediately release the lock or ensure the in-app purchase dialog gets the mouse pointer? Thanks.
1
0
2.1k
Jun ’22
Not able to remove Activation Lock through MDM
I am not able to remove the Activation Lock through MDM. I enabled the activation lock via https://mdmenrollment.apple.com/device/activationlock My device is listed in the ABM portal and i used the provided snippet here to generate the bypass code. I am getting the SUCCESS response of the above API and the activation lock also got enabled. But while removing the above activation lock via https://deviceservices-external.apple.com/deviceservicesworkers/escrowKeyUnlock and using the same escrow key that I used in the above api while activating the lock. I got the following error everytime Though this API of clearing the activation lock works perfectly fine when I enable the user-initiated activation lock, by enabling the Find My in the device. And use the bypass code as escrow_key that we receive from the device via device querry command.
5
0
1.5k
Mar ’24
Clear Activation Lock on Unmanaged Apple Business Manager Devices
Hi, We have our devices listed in Apple Business Manager but they are not enrolled in MDM. Some of the devices are locked in Activation Lock screen as employees logged in with their personal account . Since devices are company owned and already available in ABM is there any way to remove activation lock easily without providing proof of purchase to apple? In order to prevent devices getting into activation lock in future the only way is to Enroll the device in a MDM? Are there anyways to bypass activation lock if we are not using MDM
1
0
1.2k
May ’24
NSFileCoordinator locks up
In my App I'm using the NSFileCoordinator to read and write files to the iCloud, so they sync between devices. This works fine in general. But under iOS 11 I've noticed on my iPad (but not on my iPhone), that some times the iCloud syncing stops competely. If this happens this issue won't go away until the device is rebooted. Then evertyhing works again for some time. Some time later (days, weeks) the problem is back, iCloud sync fails completely.So I used the debugger to find out what's going on. And I noticed, when the problem occurs, all attepmts to use the NSFiIeCoordinator will lock up. For example whan calling the method coordinateReadingItemAtURL:options:error:byAccessor: the block which is called when it is safe to do the read operation is never called. The same happens for coordinated write operations. Every call to the coordinated file operations will block forever. Even if there's only one single call, so there can not be a dead-lock within the App. Is this a known issue (the fact
Topic: UI Frameworks SubTopic: UIKit Tags:
3
0
2.1k
Dec ’17
Enterprise MDM Camera Lock Related
Hi, I'd like to know about Enterprise MDM. Currently, MDM camera lock is used, but in certain situations, the camera is available. However, if you go outside the application, the camera is locked, but the camera opens unless you lock the cell phone and unlock the cell phone password when the camera is released. If you unlock your phone password, the camera locks, has anyone fixed this phenomenon?
1
0
613
May ’23
iMessage reply from lock screen
Does anyone else have a problem responding to a message from the lock screen? My screen disappears while typing the reply. Thank youMatt
Replies
1
Boosts
0
Views
266
Activity
Jun ’16
Lock Screen showing apps.
Does Apple now allow us to have our apps show on the lock screen and have access to them?Stright forward..ThanksJZ
Replies
3
Boosts
0
Views
866
Activity
Apr ’18
Xcode locked because of developer agreement
Hi, I have a paid-up Apple dev program membership. I'm trying to debug an app on my iPad Pro. Xcode locks up when trying to generate the certificates, asked me to visit the membership site to sign the dev aagreement, I have done so and it still locks up. The dev center also locks up when I try to generate the certificates manually. What's my way out of this mess? Edmund
Replies
1
Boosts
0
Views
227
Activity
Dec ’15
Lock SceneKit to newest ARPlaneAnchor
Hi,I'm trying to get my SceneKit scene to lock to the floor, but if I move the phone to the table, the screen should be able to lock to the table too.I've been trying with the following code with no success, any tips?func renderer(_ renderer: SCNSceneRenderer, didAdd node: SCNNode, for anchor: ARAnchor) { guard let plane = anchor as? ARPlaneAnchor else { return } debugPrint(self.sceneView.scene.rootNode.position: (self.sceneView.scene.rootNode.position)) debugPrint(node.position: (node.position)) self.sceneView.scene.rootNode.transform = SCNMatrix4(plane.transform) }
Replies
0
Boosts
0
Views
514
Activity
Jul ’17
Access Keychain When iPhone Locked
I have implemented the following code to create a keychain item:let keychainQuery = NSMutableDictionary(dictionary: [ NSString(format: kSecClass) : kSecClassGenericPasswordValue, NSString(format: kSecAttrService) : my_service, NSString(format: kSecAttrAccount) : my.app.domain, NSString(format: kSecAttrAccessible) : NSString(format: kSecAttrAccessibleAfterFirstUnlock), NSString(format: kSecReturnData) : my_password) let status = SecItemAdd(keychainQuery as CFDictionary, nil) if status != errSecSuccess ( print(status not success: (status)) }Unfortunately, when the iPhone is locked (press the lock button), even though the accessible element has been set to after first unlock, I get an error (-25300) when my code tries to retrieve the information stored in the keychain. The app can access information in the keychain while the app is in the background, just not when the iPhone is locked.The code to retrieve:let keychainQuery: NSMutableDictionary = NSMutableDictionary(dictionary: [ kSecClassValue:
Replies
4
Boosts
0
Views
6.8k
Activity
May ’17
What are the locking rules for VFS and VNOP operations?
I'm observing all sorts of race conditions occurring in various VNOPs my custom filesystem implements. I'm inclined to attribute this to my implementation not following the locking rules expected by the system of a 3rd party filesystem as well as it should. I've looked at how locking is done in Apple's own implementation of Samba and NFS clients. The Samba client uses read/write locks to protect its node from data races. While the NFS client uses mutex locks for the same purpose. I realised that I don't have a clear model in my head of how locking should be done properly. Thus my question, what are the locking rules for VFS and VNOP operations? Thanks.
Replies
4
Boosts
0
Views
975
Activity
Sep ’24
VoIP on lock screen issues
Hi,currently I'm experimenting with VoIP. I've developed a simple VoIP app using the old keep alive timeout approach (not PushKit) includinga inputstream and outputstream. The VoIP communication between my iPad and the VoIP server seems to work properly, except on a locked device.My test case is as follows:1. I start the VoIP app (which connects to the VoIP server) and then lock the device (with or without a code).2. I simulate a VoIP-Call for the device, which will be noticed (local notification on lock screen).3. I ignore the VoIP call on the deviceThis all works fine. But if I do this again and again, something like stress testing, then it seems that iOS terminates the app after a while.I cannot figure out why exactly this will be done. My considerations go from a too high CPU usage or an exceeded number of received bytes.This kind of stress testing is a little bit weird, but actually, this should work.What I've found out:- the VoIP app works fine on an unlocked device- the VoIP
Replies
3
Boosts
0
Views
2.5k
Activity
Aug ’15
Cannot update ASCredentialIdentityStore while device locked
Our product includes a background sync process that synchronizes credentials between devices. We need to update ASCredentialIdentityStore when credentials are changed, we have noticed that the ASCredentialIdentityStore.shared.saveCredentialIdentities() fails to run when the device is locked. Is it possible to update ASCredentialIdentityStore when the device is locked?
Replies
0
Boosts
0
Views
165
Activity
Apr ’25
Locked mouse pointer and in-app purchases
We have an iOS app in Development with in-app purchases that works fine on iOS devices. When running the app on Apple Silicon Macs, the app locks the mouse pointer and renders its own (via GCMouse listener events). When the user selects an in-app item to purchase, the operating system displays the purchase confirmation dialog as expected, however because the pointer is still locked, users are unable to click elements on the dialog or see a pointer. I've tried running setNeedsUpdateOfPrefersPointerLocked and returning false prior to the purchase but the pointer remains locked. Is there a better way to immediately release the lock or ensure the in-app purchase dialog gets the mouse pointer? Thanks.
Replies
1
Boosts
0
Views
2.1k
Activity
Jun ’22
Not able to remove Activation Lock through MDM
I am not able to remove the Activation Lock through MDM. I enabled the activation lock via https://mdmenrollment.apple.com/device/activationlock My device is listed in the ABM portal and i used the provided snippet here to generate the bypass code. I am getting the SUCCESS response of the above API and the activation lock also got enabled. But while removing the above activation lock via https://deviceservices-external.apple.com/deviceservicesworkers/escrowKeyUnlock and using the same escrow key that I used in the above api while activating the lock. I got the following error everytime Though this API of clearing the activation lock works perfectly fine when I enable the user-initiated activation lock, by enabling the Find My in the device. And use the bypass code as escrow_key that we receive from the device via device querry command.
Replies
5
Boosts
0
Views
1.5k
Activity
Mar ’24
Mail Notifications - Lock Screen
Is anyone else seeing problems with these? They don't appear up?Screen seems to turn on but nothing is on the lock screen.I've been into notifications for mail and turned them on/off but still seems to be the same problem.This just me?iOS 11 b1.Thanks
Replies
5
Boosts
0
Views
725
Activity
Jun ’17
Clear Activation Lock on Unmanaged Apple Business Manager Devices
Hi, We have our devices listed in Apple Business Manager but they are not enrolled in MDM. Some of the devices are locked in Activation Lock screen as employees logged in with their personal account . Since devices are company owned and already available in ABM is there any way to remove activation lock easily without providing proof of purchase to apple? In order to prevent devices getting into activation lock in future the only way is to Enroll the device in a MDM? Are there anyways to bypass activation lock if we are not using MDM
Replies
1
Boosts
0
Views
1.2k
Activity
May ’24
NSFileCoordinator locks up
In my App I'm using the NSFileCoordinator to read and write files to the iCloud, so they sync between devices. This works fine in general. But under iOS 11 I've noticed on my iPad (but not on my iPhone), that some times the iCloud syncing stops competely. If this happens this issue won't go away until the device is rebooted. Then evertyhing works again for some time. Some time later (days, weeks) the problem is back, iCloud sync fails completely.So I used the debugger to find out what's going on. And I noticed, when the problem occurs, all attepmts to use the NSFiIeCoordinator will lock up. For example whan calling the method coordinateReadingItemAtURL:options:error:byAccessor: the block which is called when it is safe to do the read operation is never called. The same happens for coordinated write operations. Every call to the coordinated file operations will block forever. Even if there's only one single call, so there can not be a dead-lock within the App. Is this a known issue (the fact
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
3
Boosts
0
Views
2.1k
Activity
Dec ’17
access app on locked screen
Hi,I am developing an app which can be used in case of emergency. I want my app to be available on locked screen too. How can i do that?Thanks
Replies
2
Boosts
0
Views
689
Activity
Aug ’15
Enterprise MDM Camera Lock Related
Hi, I'd like to know about Enterprise MDM. Currently, MDM camera lock is used, but in certain situations, the camera is available. However, if you go outside the application, the camera is locked, but the camera opens unless you lock the cell phone and unlock the cell phone password when the camera is released. If you unlock your phone password, the camera locks, has anyone fixed this phenomenon?
Replies
1
Boosts
0
Views
613
Activity
May ’23