Search results for

“Account Locked”

34,361 results found

Post

Replies

Boosts

Views

Activity

Phone unlock/lock detection
Hi, I'll explain my question through how whatsapp does it. When the phone is locked then whatsapp routes call through apple's native callkit When unlocked, pressing accept essentially redirects to whatsapp and then whatsapp handles the call from there. However, this component of unlock detection is what I'm not able to find any info about. Essentially, how i do it is: let isPhoneLocked = !UIApplication.shared.isProtectedDataAvailable isProtectedDataAvailable == true → device is unlocked isProtectedDataAvailable == false → device is locked The problem is that if the phone has been recently unlocked, then protected data is still available on the phone even after the lock for the next 10-40 seconds. So theres a false positive. I want there to be a foolproof and robust way to do this. And I'm not entirely sure how
3
0
317
Nov ’25
Reply to StoreKit 2 - Issue
First of all app should read receipt data, validate it by Apple certificate, decode data to get purchases and another info to configure/lock/unlock some functionality, by getting receipt data during debug your app will be promted to enter login and pwd of sandbox account. You should try to purchase with sandbox account.
Topic: App & System Services SubTopic: StoreKit Tags:
Oct ’22
Live Photo and lock screen
HiWill there be some ways to activate the live photo when we use the raise to wake up feature or simply press the home button on lock screen ?An option to auto play the live photo on the lock screen could be a nice and fancy feature to add to the options and could definitly have a harry potter feeling when raising the phone just to look up at the kids picture 🙂
0
0
266
Jul ’16
Calendar events show on Lock Screen
I have the iPhone 14 pro max. I DO NOT want my calendar events showing on my Lock Screen. Went to settings and turned Lock Screen notifications off etc. Does absolutely nothing. And every time I listen to music in car through Apple play the music widget stays on Lock Screen. Will not go away. I have turned off notifications. I have restarted phone. It is completely ridiculous
0
0
468
Jan ’23
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
2k
Jun ’22
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
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
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
107
Apr ’25
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
iOS 18 Locked/Hidden apps
Is there a way for an app to interact with the new iOS 18 feature Locked/Hidden Apps? In our apps we prompt our users for biometric authentication ourselves and found that locking an app seems to interfere with that.
Replies
2
Boosts
0
Views
1.2k
Activity
Jul ’24
how to bypass icloud activation lock?
I recently bought an iPhone 6 plus off an app called 5 mile, the phone has an icloud activation lock on it i would like to is the a simple way to unlock the phone without the icloud password?
Replies
3
Boosts
0
Views
3.6k
Activity
Sep ’15
Phone unlock/lock detection
Hi, I'll explain my question through how whatsapp does it. When the phone is locked then whatsapp routes call through apple's native callkit When unlocked, pressing accept essentially redirects to whatsapp and then whatsapp handles the call from there. However, this component of unlock detection is what I'm not able to find any info about. Essentially, how i do it is: let isPhoneLocked = !UIApplication.shared.isProtectedDataAvailable isProtectedDataAvailable == true → device is unlocked isProtectedDataAvailable == false → device is locked The problem is that if the phone has been recently unlocked, then protected data is still available on the phone even after the lock for the next 10-40 seconds. So theres a false positive. I want there to be a foolproof and robust way to do this. And I'm not entirely sure how
Replies
3
Boosts
0
Views
317
Activity
Nov ’25
Reply to StoreKit 2 - Issue
First of all app should read receipt data, validate it by Apple certificate, decode data to get purchases and another info to configure/lock/unlock some functionality, by getting receipt data during debug your app will be promted to enter login and pwd of sandbox account. You should try to purchase with sandbox account.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Oct ’22
FaceTime disconnects when iPhone is locked
Every time I'm on FaceTime and I lock my phone or hit the power button the FaceTime ends.
Replies
2
Boosts
0
Views
498
Activity
Oct ’15
Changing Lock Current State
Hi guys,I am a beginner of Home Kit APIs. I am trying to work a locker througout home kit APIs. I would like to know how can I switch the current state of the locker (from lock to unlock)I am very appreciated your helps.Thanks
Replies
1
Boosts
0
Views
503
Activity
Jun ’17
Live Photo and lock screen
HiWill there be some ways to activate the live photo when we use the raise to wake up feature or simply press the home button on lock screen ?An option to auto play the live photo on the lock screen could be a nice and fancy feature to add to the options and could definitly have a harry potter feeling when raising the phone just to look up at the kids picture 🙂
Replies
0
Boosts
0
Views
266
Activity
Jul ’16
Calendar events show on Lock Screen
I have the iPhone 14 pro max. I DO NOT want my calendar events showing on my Lock Screen. Went to settings and turned Lock Screen notifications off etc. Does absolutely nothing. And every time I listen to music in car through Apple play the music widget stays on Lock Screen. Will not go away. I have turned off notifications. I have restarted phone. It is completely ridiculous
Replies
0
Boosts
0
Views
468
Activity
Jan ’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
265
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
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
2k
Activity
Jun ’22
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
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
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
107
Activity
Apr ’25
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