Search results for

“Account Locked”

36,223 results found

Post

Replies

Boosts

Views

Activity

Reply to WatchOS 6.2.6 - Can not test sanbox In-app purchase with independent app
I've seen testflight working now on the latest watchos 8 beta but if your apple account is outside of the US you might see this: your account is not valid for use in the U.S. store. You must switch to the U.K. store before purchasing. It seems for some reason the watch is locked against the U.S. store even though my apple account, sandbox and testflight are all set to UK. I had to create a sandbox account set to the US, sign in with that on the phone, app store and app store sandbox then the purchase completed ok.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’21
SecItemCopyMatching return -25308 when device is locked
We generate key pair and import cert with access flag kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly in our application. We then have notification extension that access shared keychain to retrieve the identity when device is locked. We use SecItemCopyMatching to get all SecIdentity with its attributes as below: let queryDict: [String: Any] = [ kSecClass as String: kSecClassIdentity, kSecReturnAttributes as String: true, kSecReturnRef as String: true, kSecMatchLimit as String: kSecMatchLimitAll ] var oss = SecItemCopyMatching(queryDict as CFDictionary, &attrs) When the code runs on notification extension with locked device, it failed on some devices (not on all devices) with error -25308. The sysdiagnose shows: default securityd 2024-03-14 10:49:13.844996 -0400 129 0x110115 SecDbKeychainItemV7: cannot decrypt metadata key because the keychain is locked (-25308) default securityd 2024-03-14 10:49:13.845036 -0400 129 0x110091 NSExtension[2222]/1#7 LF=0 copy_matching Error Domain=
5
0
2.0k
Mar ’24
When a device is locked, is it possible to hide content in a widget?
Hi! A widget can be shown in a lock screen where Today Extensions are. When a device is locked, is it possible to hide content in such a widget? Or is it possible to replace content in such a widget with a placeholder? In a use case such as a widget shows content that is related to privacy, we would like to hide the content when a device is locked while we would like to show the content when the device is not locked.
2
0
1.5k
Jun ’20
Memory being reduced when iPhone screen is locked
I have an XCode application that I'm debugging, and I'm wondering how my memory usage via Inspector is acting like this:http://i.stack.imgur.com/Xsr2Y.pngFlat portions - music playing in the background'Steps up' - music is changed and album art is being changed in the MPNowPlayingInfoCenterDrastic reduction in heap memory - application got focus, and then the lock button on the device activatedWhat is causing the memory to be allocated when the applciation gains focus and then gets put to sleep? What notifications/messages get called to reduce the memory footprint when the phone is going into locked mode? I've been trying to debug this to no success. Thank you!
1
0
198
Jul ’15
Activation Lock not restrict Device reset
In DEP enrolled devices, even activation lock enabled, device reset cannot be restricted, After reset only it asking Managed Apple Id credentials. In our case even activation lock enabled, if device is in 30 days provisional period of ABM, it can reset and removed from MDM, It is better to ask Managed Apple ID or Bypass activation lock code before reset the device.
0
0
618
May ’23
Music won't play when screen locks
Hi, I had my app developed and have found that when the iPhone locks screensaver it stops playing the track and doesn't recognise it has a sound track playing. Is there something my developer needs to put in or is it an IOS security issues? Love any recommendations please.
1
0
544
Jul ’21
"click the lock to make changes" not working
Since I upgraded from 10.10 to 10.11 Beta (currently on 15A279b), I can't change any system preferences anymore, as the lock does not unlock despite the input of the correct password.If I click on the closes lock symbol, then the text next to it changes from click the lock to make changes to Authenticating and I am asked to input my password. If I input an invalid password and click the Unlock button, the the password input field just vibrates and stays open, like it used too in previous OS X versions. However if I input the correct one, then the password input box closes, showing successful authentication (the console also logs a successful authentication), but the lock symbol stays closed and the text next to it just changes back to click the lock to make changes.Closing open locks works, just opening closed ones does not.With previous OS X versions I would have run a repair permissions in disk utility in case the update somehow set some wrong permission
29
0
14k
Sep ’15
SwiftUI Locking View Rotation
Apple needs to support locking a SwiftUI View into a particular orientation like .portrait or .landscape. The work arounds to support this feature are complicated and keep getting deprecated by Apple. You need this feature to support the Camera at least which is another sore topic since it's poorly supported in SwiftUI presently. All that is needed is an orientation var like UIDevice.current.orientation, but excluding .faceUp and .faceDown so it only returns .portrait or .landscape orientations. If the device goes into .faceUp it should just return the previous orientation. Then a View extension like detectOrientation(_ orientation: Binding) to detect the current views orientation so this can be used like : if orientation.isLandscape { //SwiftUI landscape elements } else { //SwiftUI portrait elements } Then another method .lockOrientation(_ orientation:UIDeviceOrienation) Now a SwiftUI can get the current orientation with : .detectionOriention($orientation) And lock a SwiftUI view : .lockOri
1
0
2.9k
Nov ’23
Hi, i locked my ipad air 2
Hi, i locked my ipad air 2 and now it's deactivated. I tried to connect to i tunes but my computer didn't let me connect i tunes with my ipad so i can not connect to i tunes next i tried with i cloud but i didn't found settings wich would let me reset passcode and if i tried to delete device from i cloud it didn't let me because it is locked. I tried more than 1 times and it still didn't let me in. What can i do?
0
0
304
Nov ’16
programmically lock system mac OS
I am recreating screen saver type functionality in my mac OS app. My app requirements are to run on 10.11 and up.I am looking for a good way to call the lock screen. I have tried 5 or 6 different ways and the best I can do it sleeping the computer which, if the user has require password in system prefs it will lock. my only current solution is a shell call to pmset sleepnow, even pmset displaysleepnow fails.
Topic: UI Frameworks SubTopic: AppKit Tags:
4
0
1.3k
Mar ’17
Restricted While Locked Shortcut issues in iOS 13
On all iOS 13 versions, I'm able to execute a Restricted While Locked Siri Shortcut even while the device is locked. Is this a known issue in iOS 13? I added a sample project to FB7381961 to demonstrate this issue.
Replies
1
Boosts
0
Views
674
Activity
Oct ’19
Reply to WatchOS 6.2.6 - Can not test sanbox In-app purchase with independent app
I've seen testflight working now on the latest watchos 8 beta but if your apple account is outside of the US you might see this: your account is not valid for use in the U.S. store. You must switch to the U.K. store before purchasing. It seems for some reason the watch is locked against the U.S. store even though my apple account, sandbox and testflight are all set to UK. I had to create a sandbox account set to the US, sign in with that on the phone, app store and app store sandbox then the purchase completed ok.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21
Can Widget send a network request when phone is locked?
Hello, I am working with widgetKit to make widget and I want to make a network request once a hour. So I make it in Timeline Provider, but it seems not working when the device is locked. Is it possible to send a network request when device is locked?
Replies
2
Boosts
0
Views
1.3k
Activity
Mar ’21
SecItemCopyMatching return -25308 when device is locked
We generate key pair and import cert with access flag kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly in our application. We then have notification extension that access shared keychain to retrieve the identity when device is locked. We use SecItemCopyMatching to get all SecIdentity with its attributes as below: let queryDict: [String: Any] = [ kSecClass as String: kSecClassIdentity, kSecReturnAttributes as String: true, kSecReturnRef as String: true, kSecMatchLimit as String: kSecMatchLimitAll ] var oss = SecItemCopyMatching(queryDict as CFDictionary, &attrs) When the code runs on notification extension with locked device, it failed on some devices (not on all devices) with error -25308. The sysdiagnose shows: default securityd 2024-03-14 10:49:13.844996 -0400 129 0x110115 SecDbKeychainItemV7: cannot decrypt metadata key because the keychain is locked (-25308) default securityd 2024-03-14 10:49:13.845036 -0400 129 0x110091 NSExtension[2222]/1#7 LF=0 copy_matching Error Domain=
Replies
5
Boosts
0
Views
2.0k
Activity
Mar ’24
When a device is locked, is it possible to hide content in a widget?
Hi! A widget can be shown in a lock screen where Today Extensions are. When a device is locked, is it possible to hide content in such a widget? Or is it possible to replace content in such a widget with a placeholder? In a use case such as a widget shows content that is related to privacy, we would like to hide the content when a device is locked while we would like to show the content when the device is not locked.
Replies
2
Boosts
0
Views
1.5k
Activity
Jun ’20
Memory being reduced when iPhone screen is locked
I have an XCode application that I'm debugging, and I'm wondering how my memory usage via Inspector is acting like this:http://i.stack.imgur.com/Xsr2Y.pngFlat portions - music playing in the background'Steps up' - music is changed and album art is being changed in the MPNowPlayingInfoCenterDrastic reduction in heap memory - application got focus, and then the lock button on the device activatedWhat is causing the memory to be allocated when the applciation gains focus and then gets put to sleep? What notifications/messages get called to reduce the memory footprint when the phone is going into locked mode? I've been trying to debug this to no success. Thank you!
Replies
1
Boosts
0
Views
198
Activity
Jul ’15
Activation Lock not restrict Device reset
In DEP enrolled devices, even activation lock enabled, device reset cannot be restricted, After reset only it asking Managed Apple Id credentials. In our case even activation lock enabled, if device is in 30 days provisional period of ABM, it can reset and removed from MDM, It is better to ask Managed Apple ID or Bypass activation lock code before reset the device.
Replies
0
Boosts
0
Views
618
Activity
May ’23
Personalization in Locked screen in MacOs Sonoma
I think it would be ok to add some features, there are present in other OS, in personalization of the locked screen for MacOS SONOMA
Replies
0
Boosts
0
Views
272
Activity
Sep ’23
Why will it not let me quick reply on lock screen?
When I receive a text or message on the Facebook messenger app through my lock screen, it will not let me quick reply when my phone is locked. It just comes up with 'clear' reply does not appear. I have an iPhone 6s and my phone is all up to date.
Replies
1
Boosts
0
Views
387
Activity
Jan ’17
Music won't play when screen locks
Hi, I had my app developed and have found that when the iPhone locks screensaver it stops playing the track and doesn't recognise it has a sound track playing. Is there something my developer needs to put in or is it an IOS security issues? Love any recommendations please.
Replies
1
Boosts
0
Views
544
Activity
Jul ’21
screen is flickering after i lock the iphone.
screen is flickering after i lock the iphone.i am working on location based application so i enabled location update in background is this might be the reason for screen flickering.I dont see this issue in IOS 8 devices, only in IOS9.
Replies
0
Boosts
0
Views
265
Activity
Aug ’16
"click the lock to make changes" not working
Since I upgraded from 10.10 to 10.11 Beta (currently on 15A279b), I can't change any system preferences anymore, as the lock does not unlock despite the input of the correct password.If I click on the closes lock symbol, then the text next to it changes from click the lock to make changes to Authenticating and I am asked to input my password. If I input an invalid password and click the Unlock button, the the password input field just vibrates and stays open, like it used too in previous OS X versions. However if I input the correct one, then the password input box closes, showing successful authentication (the console also logs a successful authentication), but the lock symbol stays closed and the text next to it just changes back to click the lock to make changes.Closing open locks works, just opening closed ones does not.With previous OS X versions I would have run a repair permissions in disk utility in case the update somehow set some wrong permission
Replies
29
Boosts
0
Views
14k
Activity
Sep ’15
SwiftUI Locking View Rotation
Apple needs to support locking a SwiftUI View into a particular orientation like .portrait or .landscape. The work arounds to support this feature are complicated and keep getting deprecated by Apple. You need this feature to support the Camera at least which is another sore topic since it's poorly supported in SwiftUI presently. All that is needed is an orientation var like UIDevice.current.orientation, but excluding .faceUp and .faceDown so it only returns .portrait or .landscape orientations. If the device goes into .faceUp it should just return the previous orientation. Then a View extension like detectOrientation(_ orientation: Binding) to detect the current views orientation so this can be used like : if orientation.isLandscape { //SwiftUI landscape elements } else { //SwiftUI portrait elements } Then another method .lockOrientation(_ orientation:UIDeviceOrienation) Now a SwiftUI can get the current orientation with : .detectionOriention($orientation) And lock a SwiftUI view : .lockOri
Replies
1
Boosts
0
Views
2.9k
Activity
Nov ’23
Hi, i locked my ipad air 2
Hi, i locked my ipad air 2 and now it's deactivated. I tried to connect to i tunes but my computer didn't let me connect i tunes with my ipad so i can not connect to i tunes next i tried with i cloud but i didn't found settings wich would let me reset passcode and if i tried to delete device from i cloud it didn't let me because it is locked. I tried more than 1 times and it still didn't let me in. What can i do?
Replies
0
Boosts
0
Views
304
Activity
Nov ’16
programmically lock system mac OS
I am recreating screen saver type functionality in my mac OS app. My app requirements are to run on 10.11 and up.I am looking for a good way to call the lock screen. I have tried 5 or 6 different ways and the best I can do it sleeping the computer which, if the user has require password in system prefs it will lock. my only current solution is a shell call to pmset sleepnow, even pmset displaysleepnow fails.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
4
Boosts
0
Views
1.3k
Activity
Mar ’17