Search results for

“Account Locked”

34,365 results found

Post

Replies

Boosts

Views

Activity

10.13b2 Constantly Locking
I've had to force restart at least 30x today - this is insane.10.13b1 was really solid. I really had no problems other than typical battery life issues, some random memory leaks, and mail.app acting a little wonky, but overall for an initial beta, I was impressed.Then I installed 10.13b2 and nothing is the same. My fans continue to run. There are constant lockups at no particular time. The machine itself is warm to the touch.Is anyone else experiencing these issues? I can't reproduce for any specific reason as it seems sporadic. Initially, I thought it was locking up while connecting to my iMac as a secondary display. However, I continued using the machine by itself and I'm experiencing the same struggles.This is becoming entirely unusable. I might have to do a full wipe and restore back to 10.12 (not even sure I can with APFS).*spare me the lecture on installing beta's on a primary machine - it's not.
8
0
1.1k
Jun ’17
ios 11.4 lock screen issues
I found that the time immediately hides to the background when you wake your device. Multiple notifactions on the lock screen are also messed up when you try expanding one of them. The closed notification will appear on top of the expanded notifaction. The opened notification may also appear behind another notification (just partly). Anyone else experiencing time / notification issues on the lock screen?
0
0
970
Apr ’18
AVAudioSession modes, categories and lock screen controls
Hi,In our application we are using Spotify Audio Playback frame work (SpotifyAudioPlayback.framework) to play songs from that provider. Everything seems ok and when user lock his screen he can change music volume using device sound control buttons.Sometimes we need to switch our AVAudioSessionMode to AVAudioSessionModeVideoChat because user need to record video and voice. And if in this mode user lock his screen he can't control sound volume anymore. Did mode changing affects lock screen sound controls? Can we have AVAudioSessionModeVideoChat mode on and ability to controlls sound volume during locked device?Our AVAudioSession settings are :Category : AVAudioSessionCategoryPlayAndRecordMode : AVAudioSessionModeVideoChatOptions : AVAudioSessionCategoryOptionDefaultToSpeaker, AVAudioSessionCategoryOptionAllowBluetoothA2DPThanks.
1
0
1.1k
Jun ’17
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
1.9k
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
195
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
604
May ’23
10.13b2 Constantly Locking
I've had to force restart at least 30x today - this is insane.10.13b1 was really solid. I really had no problems other than typical battery life issues, some random memory leaks, and mail.app acting a little wonky, but overall for an initial beta, I was impressed.Then I installed 10.13b2 and nothing is the same. My fans continue to run. There are constant lockups at no particular time. The machine itself is warm to the touch.Is anyone else experiencing these issues? I can't reproduce for any specific reason as it seems sporadic. Initially, I thought it was locking up while connecting to my iMac as a secondary display. However, I continued using the machine by itself and I'm experiencing the same struggles.This is becoming entirely unusable. I might have to do a full wipe and restore back to 10.12 (not even sure I can with APFS).*spare me the lecture on installing beta's on a primary machine - it's not.
Replies
8
Boosts
0
Views
1.1k
Activity
Jun ’17
ios 11.4 lock screen issues
I found that the time immediately hides to the background when you wake your device. Multiple notifactions on the lock screen are also messed up when you try expanding one of them. The closed notification will appear on top of the expanded notifaction. The opened notification may also appear behind another notification (just partly). Anyone else experiencing time / notification issues on the lock screen?
Replies
0
Boosts
0
Views
970
Activity
Apr ’18
Vision pro stuck in lock view
My Vision Pro running 2.1 is stuck and continuously telling me “lock view.” On reboot the password keypad appears. It seems to take entries but does not function. Any advice?
Replies
1
Boosts
0
Views
346
Activity
Sep ’24
Lock Screen and Badge Notification not working
Why are Lock Screen Notification and Badge Notification not working ? Settings are switch on. Notifications do appear in notifications section of app...but no badge/lock screen notification appear.
Replies
0
Boosts
0
Views
279
Activity
May ’17
how to identify if an iPhone is locked?.Can i use the api "com.apple.springboard.lockstate"?
Hi,I have an iwatch app which communicates to my iOS app.I want to perform some logic based on the device-lock status.How do i find through an api if the device is locked?can i use com.apple.springboard.lockstate
Replies
0
Boosts
0
Views
1.1k
Activity
Dec ’18
AVAudioSession modes, categories and lock screen controls
Hi,In our application we are using Spotify Audio Playback frame work (SpotifyAudioPlayback.framework) to play songs from that provider. Everything seems ok and when user lock his screen he can change music volume using device sound control buttons.Sometimes we need to switch our AVAudioSessionMode to AVAudioSessionModeVideoChat because user need to record video and voice. And if in this mode user lock his screen he can't control sound volume anymore. Did mode changing affects lock screen sound controls? Can we have AVAudioSessionModeVideoChat mode on and ability to controlls sound volume during locked device?Our AVAudioSession settings are :Category : AVAudioSessionCategoryPlayAndRecordMode : AVAudioSessionModeVideoChatOptions : AVAudioSessionCategoryOptionDefaultToSpeaker, AVAudioSessionCategoryOptionAllowBluetoothA2DPThanks.
Replies
1
Boosts
0
Views
1.1k
Activity
Jun ’17
Start screen Home lock for a museum app
Hi does anyone know the code for locking an museum app To lock it to the home screen, so when people enter the museum the only thing they can access on a iPad Pro is the app and just use it like a normal iPad..
Replies
1
Boosts
0
Views
370
Activity
Jun ’20
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
672
Activity
Oct ’19
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
1.9k
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
195
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
604
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
269
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
386
Activity
Jan ’17