Search results for

“Account Locked”

36,223 results found

Post

Replies

Boosts

Views

Activity

Phone App Locks Up
Through each beta one problem has remained constant:Phone app freezes/locks up at random times. No pattern to it, purely arbitrary. Closing phone app and reopening has no effect. Does not affect any other apps when this happens, can still use iPhone for all other functions/apps. Have to reboot in order to be able to use it again. Currently using GM, have had this issue since beta 1.
0
0
144
Sep ’16
Activation lock and Apple Business Manager
I have seen that in WWDC24 it is stated from Apple and I have seen examples in the video presentation of how to remove Activation Locks from computers from Apple Business Manager. Well I've tried and so far we can not do that, I need to do something to apply in my organization? there are some release dates?
0
0
617
Jun ’24
myApp Workspace" is locked for editing
Hello everyone,MacBook 15 end 2013, Sierra 10.12.1, Xcode 8.1(8B62)After a restauration of my app folder from my Time Machine, my project is bloqued, no more change can be make in Xcode.At opening it in Xcode, the following dialog appeared :myApp Workspace is locked for editing and you may not be able to save your change. Do you want to unlock it?I clicked on Unlock button and a next dialog appeared :The file myApp.xcuserdatad could not be unlocket. Unlocking failed for an unknown reason.Then I clicked on the OK button and the first dialog come on screen again and again...Thanks in advance for every suggestion, idea, help !Don
3
0
4.8k
Nov ’16
Volume property locks up on AVAudioPlayerNode
Hi,My app uses a custom subclass of AVAudioPlayerNode.Occasionally, when I read the volume property, the call to self.volume never returns. If it happens in the main thread, the app's UI freezes, but the app continues to play sound and the other threads appear to be running.If it happens while I'm debugging, I can pause the app and see the stack trace, which looks like this:0 __psynch_mutexwait 1 _pthread_mutex_lock_wait 2 _pthread_mutex_lock_slow 3 CAMutex::Lock() 4 -[AVAudioNode volume] 5 (the line of my code that refers to the volume property)So it looks like the call to self.volume is causing the thread to wait on a lock that never becomes free.Is this a bug in AVFoundation, or could something in my code be causing it?Thanks,Frank
0
0
565
Jan ’18
watchkit find iphone locked state
Is it possible to know the iphone locked state from the watch app?I would like to know if the iphone is unlockedI'm looking for either API in the watchkit (run the question in the watch app) or sending a message to the app to tell me (run the question on the iphone app)
0
0
312
Apr ’16
How to lock screen orientation for a specific view?
I have one view, that need to be locked in portrait only on the iPhone, but not on the iPad, but while it seems to be kinda easy on UIKit, I cannot find any solution for the SwiftUI. For UIKit it works through overriding supportedInterfaceOrientations in the controller, but I don't see any easy way to do so in the SwiftUI
2
0
11k
Feb ’20
Private key is not accessible when device is locked
We have implemented a Notification Service Extension in our app to handle remote notification and access keychain to get certificate and identity to refresh network relay configuration. Using SecItemCopyMatching to get SecIdentityRef works when device is unlocked. Whenever push notification arrives and device is locked, our notification service extension failed to access keychain to get identity reference with error code -25308 errSecInteractionNotAllowed. It looks like keychain is locked when device is locked. Is there a way to make keychain unlocked?
1
0
947
Jan ’24
Open a notification from the lock screen?
Does anyone know how to open a notification from the lock screen? On iOS 10 you could swipe right and then unlock with your fingerprint and it would go right to that app (say you got a text notification, swipe right and unlock and it would go into that conversation) Now I go to swipe right on anything and it opens the widget screen, swiping left brings up the camera, swiping up brings up the control panel and swiping down just refreshes the notifications.
5
0
2.1k
Jun ’17
UNNotifications and locked Apple Watch
Hey everyone! So recently I've been developing local notifications on watchOS 3.0 using the new UNNotification classes. I've been able to get through it no problem, but am now curious about something. If I schedule a notification for a point in time where the user does not have their watch on, or is locked, what should be the expected outcome? As of now, I am not receiving any notifications which is a bummer, but would hope that I can figure how to fix it. Thanks in advance for your time! - Alec
1
0
545
Oct ’16
Is anyone else experiencing lock sounds when locking your phone even when lock sounds are disabled?
This and is it just me or is iOS 10 very sluggish (on iPhone 6S+)
Replies
3
Boosts
0
Views
250
Activity
Jun ’16
Phone App Locks Up
Through each beta one problem has remained constant:Phone app freezes/locks up at random times. No pattern to it, purely arbitrary. Closing phone app and reopening has no effect. Does not affect any other apps when this happens, can still use iPhone for all other functions/apps. Have to reboot in order to be able to use it again. Currently using GM, have had this issue since beta 1.
Replies
0
Boosts
0
Views
144
Activity
Sep ’16
Detecting iPhone lock and unlock when app is in the background
Hi,Is there a way to detect iPhone lock and unlock events from an iOS application when the app itself is in the background.Currently it looks like we can only detect screen lock/unlock when the app is in the foreground.Please let us know if this is possible with the latest iOS version.
Replies
9
Boosts
0
Views
20k
Activity
Dec ’16
low screen lock and notification sound
the screen lock and whatsapp notification volume is quite low. i have tried turning attention aware on and off, and ringer volume +/-, but no luck. having this issue from a long time, even before 14.5 update, tried resetting device.
Replies
0
Boosts
0
Views
234
Activity
May ’21
Activation lock and Apple Business Manager
I have seen that in WWDC24 it is stated from Apple and I have seen examples in the video presentation of how to remove Activation Locks from computers from Apple Business Manager. Well I've tried and so far we can not do that, I need to do something to apply in my organization? there are some release dates?
Replies
0
Boosts
0
Views
617
Activity
Jun ’24
myApp Workspace" is locked for editing
Hello everyone,MacBook 15 end 2013, Sierra 10.12.1, Xcode 8.1(8B62)After a restauration of my app folder from my Time Machine, my project is bloqued, no more change can be make in Xcode.At opening it in Xcode, the following dialog appeared :myApp Workspace is locked for editing and you may not be able to save your change. Do you want to unlock it?I clicked on Unlock button and a next dialog appeared :The file myApp.xcuserdatad could not be unlocket. Unlocking failed for an unknown reason.Then I clicked on the OK button and the first dialog come on screen again and again...Thanks in advance for every suggestion, idea, help !Don
Replies
3
Boosts
0
Views
4.8k
Activity
Nov ’16
Volume property locks up on AVAudioPlayerNode
Hi,My app uses a custom subclass of AVAudioPlayerNode.Occasionally, when I read the volume property, the call to self.volume never returns. If it happens in the main thread, the app's UI freezes, but the app continues to play sound and the other threads appear to be running.If it happens while I'm debugging, I can pause the app and see the stack trace, which looks like this:0 __psynch_mutexwait 1 _pthread_mutex_lock_wait 2 _pthread_mutex_lock_slow 3 CAMutex::Lock() 4 -[AVAudioNode volume] 5 (the line of my code that refers to the volume property)So it looks like the call to self.volume is causing the thread to wait on a lock that never becomes free.Is this a bug in AVFoundation, or could something in my code be causing it?Thanks,Frank
Replies
0
Boosts
0
Views
565
Activity
Jan ’18
watchkit find iphone locked state
Is it possible to know the iphone locked state from the watch app?I would like to know if the iphone is unlockedI'm looking for either API in the watchkit (run the question in the watch app) or sending a message to the app to tell me (run the question on the iphone app)
Replies
0
Boosts
0
Views
312
Activity
Apr ’16
How to lock screen orientation for a specific view?
I have one view, that need to be locked in portrait only on the iPhone, but not on the iPad, but while it seems to be kinda easy on UIKit, I cannot find any solution for the SwiftUI. For UIKit it works through overriding supportedInterfaceOrientations in the controller, but I don't see any easy way to do so in the SwiftUI
Replies
2
Boosts
0
Views
11k
Activity
Feb ’20
Private key is not accessible when device is locked
We have implemented a Notification Service Extension in our app to handle remote notification and access keychain to get certificate and identity to refresh network relay configuration. Using SecItemCopyMatching to get SecIdentityRef works when device is unlocked. Whenever push notification arrives and device is locked, our notification service extension failed to access keychain to get identity reference with error code -25308 errSecInteractionNotAllowed. It looks like keychain is locked when device is locked. Is there a way to make keychain unlocked?
Replies
1
Boosts
0
Views
947
Activity
Jan ’24
Open a notification from the lock screen?
Does anyone know how to open a notification from the lock screen? On iOS 10 you could swipe right and then unlock with your fingerprint and it would go right to that app (say you got a text notification, swipe right and unlock and it would go into that conversation) Now I go to swipe right on anything and it opens the widget screen, swiping left brings up the camera, swiping up brings up the control panel and swiping down just refreshes the notifications.
Replies
5
Boosts
0
Views
2.1k
Activity
Jun ’17
Keep NetService connection alive when device is locked
I'm using NetService to discover and then connect their streams to transfer data between devices. But the connection terminates when the device is locked. I've looked around but haven't found any working solutions. Is there any way to keep NetSerivce(tcp connection) alive even when the device is locked ?
Replies
5
Boosts
0
Views
2.1k
Activity
Oct ’19
Time is overlapping with Images in Lock Screen
I am Using IPhone 14 Pro Max. I have updated a picture in wallpaper. In Lock Screen, Time is overlapping with the images that i used with wallpaper.
Replies
1
Boosts
0
Views
2.0k
Activity
Sep ’23
UNNotifications and locked Apple Watch
Hey everyone! So recently I've been developing local notifications on watchOS 3.0 using the new UNNotification classes. I've been able to get through it no problem, but am now curious about something. If I schedule a notification for a point in time where the user does not have their watch on, or is locked, what should be the expected outcome? As of now, I am not receiving any notifications which is a bummer, but would hope that I can figure how to fix it. Thanks in advance for your time! - Alec
Replies
1
Boosts
0
Views
545
Activity
Oct ’16
lock down apple developer portal
I would like to know whether it is possible to lock down the access to apple developer portal within our organization network. some third party services do provide dedicated URL with the company name on it and let us configure the firewall restriction. Is this something achievable?
Replies
0
Boosts
0
Views
335
Activity
Mar ’20