Search results for

“Account Locked”

34,376 results found

Post

Replies

Boosts

Views

Activity

iOS 26.4 lock screen shortcuts not able to change
The Lock Screen customization menu fails to replace the default Camera shortcut with a selected third-party or system control. Despite the UI appearing to save the new selection, the Lock Screen reverts to the Camera icon immediately upon exiting customization mode.
Topic: UI Frameworks SubTopic: General
0
0
158
Apr ’26
Lock Screen on Token Removal Does Not Work on MacOS14
Issue: The screen saver is not shown, and the user is not locked after removing a smart card with a logged in user. I have tried setting tokenRemovalAction to 1, along with various other com.apple.security.smartcard defaults, and I have also tried setting turn on screen saver when login token removed. None of this makes the screen locked on card removal. Is this an issue with MacOS14 or is there a different setting/value that has to be set for this to work correctly?
2
0
1k
Mar ’24
Reply to unable to make payment to enroll in aple developers program
This seems to be a common issue especially for people outside of the US, I'm from the UK and had problems with enrolment. It took 2-3 weeks for it to be resolved for me. At first the Developer app wasn't recognising my ID and would present errors but after a few days my account was locked from enrolling. The impression I got from Apple Support was because I was attempting to enrol from my Mac, iPhone and through the website, my account was flagged as potentially fraudulent. If this happens your only solution is to contact Apple Support and try to speak on the phone to a more senior person, in my case a Senior Advisor and politely request their operations team to send you an email which contains a website link where you can securely upload your ID such as your passport. If you haven't been locked out from enrolling yet, my advice is to use the website. I think it's more reliable than enrolling through the Developer apps. Hope this helps.
Dec ’23
Upgrading security a step to be able to lock individual app.
Hellow Sir/ Mam from last some years am using apple products. I think this company provide most stable product and in mater of over all device security this brand never compromise but I still think that in mater of individual app security this brand had not think till date. This brand have everything its own and don't recommend to use other's product for example it have Siri for personal assistan, Apple Map for navigation, Apple Music for music lover, iBook for reader etc, which I think are the key features of the brand, but after having everything still if I question Apple that is it possible to lock individual app including all third app the answer I will get that I have to go for third party app. So is possible to develop a app, like Siri which have direct control from device settings, to lock individual app Including all app from Apple and other third party app or else we can say upgrading restrictions option to be able to lock individual apps.THANK YOU
1
0
444
Aug ’17
Cannot lock focus with flash, iPhone 10
Hi,I'm having some issues locking the focus and taking a flash photo on iPhone 10 (iOS 12.0). I've made the simplest camera app I can that turns Flash on using a AVCapturePhotoSettings object, locks focus on the AVCaptureDevice using [device setFocusMode:AVCaptureFocusModeLocked]; and then takes a picture using capturePhotoWithSettings.Regardless of the focus lock, auto focus still often happens, particularly when the preview is out of focus. Am I missing a settings, or a new way to lock focus? I have no issues on the iPhone 6 with this code.This is essentially the full app (i have dropped most the error checking in this example, but no errors pop up):// ViewController.h //#import //@interface ViewController : UIViewController //@end #import #import ViewController.h @interface ViewController () @property (nonatomic) AVCaptureSession *session; @property (nonatomic) AVCapturePhotoOutput *stillImageOutput; @property (nonatomic) AVCaptureVideoPreviewLayer *videoPreviewLayer; @p
0
0
1.1k
Jan ’19
MPMusicPlayerController ApplicationMusicPlayer stops playing when the screen locks
I'm using MPMusicPlayerController - ApplicationMusicPlayer with the play audio background mode enabled under Capabilities. When I load and play an iTunes Music track with the applictionMusicPlayer the audio stops when the screen locks or the app goes into the background. My test app also plays bundled audio simultaneously, and that audio continues playing when the screen locks but not the Apple/iTunes music. The issue is in all the betas I've tested.Has anyone else encountered this? Is there a new option that would affect this or is this just an iOS 13 Beta bug? For any interested Apple devs there is a sample app submitted through Feedback Assistant demonstrating this bug. (FB6946855)
3
0
1.6k
Aug ’19
App running in background or when the screen is locked
Hi,My app start to count the seconds when oppened. Follow the code:import UIKitclass ViewController: UIViewController { @IBOutlet weak var label1: UILabel! //Display showing the seconds var i = 0 //Counter override func viewDidLoad() { super.viewDidLoad() // After loading the view. Timer.scheduledTimer(timeInterval: 1, target: self, selector: #selector(Estouro), userInfo: nil, repeats: true) } @objc func Estouro(){ i = i + 1 label1.text = String(i) //Display seconds }}What can I do to keep counting the secounds in background or after lock the screen?Thank you,
4
0
1.6k
Jun ’20
Saving to Core Data during device locking & unlocking
The following error message SIGABRT: This NSPersistentStoreCoordinator has no persistent stores (device locked). It cannot perform a save operation has indicated need to provide for sequencing of the Core Data context saving operation. We want to avoid .save() if locking is in flight, also postpone .save() until unlocking has completed. Currently our .save() is bracket by do-catch block but this is notably not helping in the case of SIGABR signal Given that our saving operations must take place synchronously, what is the recommended practice to implement such sequencing with respect to locking / unlocking
0
0
544
Sep ’23
Lock-screen image & radio name
Hi,Hope I'm posting to the right place.Made a small UIWebView-based app which opens a site of mine. The site streams an internet radio using <audio> tags - pretty simple and works fine. I then set the audio session category to Playback, so it would work when the phones is locked or other apps are being used. Now when I lock the screen, it looks like this:https://www.upload.ee/image/6704904/IMG_0086.PNGThe pause/play works fine etc, but how could I hide the URL? Even better, replace it with my own text or something? And how could I add my own picture instead of the note?I'd really appreciate if anyone could help me out here 🙂Greetings and thanks in advance!
1
0
238
Feb ’17
Clearing activation lock returns 404 Not Found
For the past 2+ years I have been using the same process/code to disabling/clearing activation lock from a device and since December 2 trying to clear the code is returning a 404 error response: 404 Not Found 404 Not Found Apple we could not close the activation lock on the iPhone under supervision from our platform. We follow Apple's specifications https://developer.apple.com/documentation/devicemanagement/device_assignment/activation_lock_a_device/creating_and_using_bypass_codes The request link for closing the activation lock is https://deviceservices-external.apple.com/deviceservicesworkers/escrowKeyUnlock
4
0
1.5k
Dec ’22
Locking files with FileProvider on Sonoma has different behaviour than Ventura.
We're trying to implement a file locking mechanism to prevent multiple users from editing the same file at the same time causing conflicts. Our previous implementation worked well on Ventura, but on Sonoma, even when just previewing a file in Finder in Column View, as opposed to editing, it locks. This is the same behaviour we experienced with Apple's FruitBasket sample code. There is a isFileViewerRequest flag inside the NSFileProviderRequest object provided with the NSFileProviderReplicatedExtension enumerator function. We thought this would indicate a file being edited. After further investigation, we were told that the isFileViewerRequest flag just indicates if a file is being presented, not just edited. We find the intended behaviour a bit strange, why would anyone want an icon next to a file to indicate presented? Why is the behaviour working fine on Ventura as a locking mechanism but on Sonoma it can only be considered a presented mechanism? If the intended behaviour is to in
0
0
594
Mar ’24
iOS 26.4 lock screen shortcuts not able to change
The Lock Screen customization menu fails to replace the default Camera shortcut with a selected third-party or system control. Despite the UI appearing to save the new selection, the Lock Screen reverts to the Camera icon immediately upon exiting customization mode.
Topic: UI Frameworks SubTopic: General
Replies
0
Boosts
0
Views
158
Activity
Apr ’26
Lock Screen on Token Removal Does Not Work on MacOS14
Issue: The screen saver is not shown, and the user is not locked after removing a smart card with a logged in user. I have tried setting tokenRemovalAction to 1, along with various other com.apple.security.smartcard defaults, and I have also tried setting turn on screen saver when login token removed. None of this makes the screen locked on card removal. Is this an issue with MacOS14 or is there a different setting/value that has to be set for this to work correctly?
Replies
2
Boosts
0
Views
1k
Activity
Mar ’24
Reply to unable to make payment to enroll in aple developers program
This seems to be a common issue especially for people outside of the US, I'm from the UK and had problems with enrolment. It took 2-3 weeks for it to be resolved for me. At first the Developer app wasn't recognising my ID and would present errors but after a few days my account was locked from enrolling. The impression I got from Apple Support was because I was attempting to enrol from my Mac, iPhone and through the website, my account was flagged as potentially fraudulent. If this happens your only solution is to contact Apple Support and try to speak on the phone to a more senior person, in my case a Senior Advisor and politely request their operations team to send you an email which contains a website link where you can securely upload your ID such as your passport. If you haven't been locked out from enrolling yet, my advice is to use the website. I think it's more reliable than enrolling through the Developer apps. Hope this helps.
Replies
Boosts
Views
Activity
Dec ’23
Upgrading security a step to be able to lock individual app.
Hellow Sir/ Mam from last some years am using apple products. I think this company provide most stable product and in mater of over all device security this brand never compromise but I still think that in mater of individual app security this brand had not think till date. This brand have everything its own and don't recommend to use other's product for example it have Siri for personal assistan, Apple Map for navigation, Apple Music for music lover, iBook for reader etc, which I think are the key features of the brand, but after having everything still if I question Apple that is it possible to lock individual app including all third app the answer I will get that I have to go for third party app. So is possible to develop a app, like Siri which have direct control from device settings, to lock individual app Including all app from Apple and other third party app or else we can say upgrading restrictions option to be able to lock individual apps.THANK YOU
Replies
1
Boosts
0
Views
444
Activity
Aug ’17
Cannot lock focus with flash, iPhone 10
Hi,I'm having some issues locking the focus and taking a flash photo on iPhone 10 (iOS 12.0). I've made the simplest camera app I can that turns Flash on using a AVCapturePhotoSettings object, locks focus on the AVCaptureDevice using [device setFocusMode:AVCaptureFocusModeLocked]; and then takes a picture using capturePhotoWithSettings.Regardless of the focus lock, auto focus still often happens, particularly when the preview is out of focus. Am I missing a settings, or a new way to lock focus? I have no issues on the iPhone 6 with this code.This is essentially the full app (i have dropped most the error checking in this example, but no errors pop up):// ViewController.h //#import //@interface ViewController : UIViewController //@end #import #import ViewController.h @interface ViewController () @property (nonatomic) AVCaptureSession *session; @property (nonatomic) AVCapturePhotoOutput *stillImageOutput; @property (nonatomic) AVCaptureVideoPreviewLayer *videoPreviewLayer; @p
Replies
0
Boosts
0
Views
1.1k
Activity
Jan ’19
MPMusicPlayerController ApplicationMusicPlayer stops playing when the screen locks
I'm using MPMusicPlayerController - ApplicationMusicPlayer with the play audio background mode enabled under Capabilities. When I load and play an iTunes Music track with the applictionMusicPlayer the audio stops when the screen locks or the app goes into the background. My test app also plays bundled audio simultaneously, and that audio continues playing when the screen locks but not the Apple/iTunes music. The issue is in all the betas I've tested.Has anyone else encountered this? Is there a new option that would affect this or is this just an iOS 13 Beta bug? For any interested Apple devs there is a sample app submitted through Feedback Assistant demonstrating this bug. (FB6946855)
Replies
3
Boosts
0
Views
1.6k
Activity
Aug ’19
App running in background or when the screen is locked
Hi,My app start to count the seconds when oppened. Follow the code:import UIKitclass ViewController: UIViewController { @IBOutlet weak var label1: UILabel! //Display showing the seconds var i = 0 //Counter override func viewDidLoad() { super.viewDidLoad() // After loading the view. Timer.scheduledTimer(timeInterval: 1, target: self, selector: #selector(Estouro), userInfo: nil, repeats: true) } @objc func Estouro(){ i = i + 1 label1.text = String(i) //Display seconds }}What can I do to keep counting the secounds in background or after lock the screen?Thank you,
Replies
4
Boosts
0
Views
1.6k
Activity
Jun ’20
Saving to Core Data during device locking & unlocking
The following error message SIGABRT: This NSPersistentStoreCoordinator has no persistent stores (device locked). It cannot perform a save operation has indicated need to provide for sequencing of the Core Data context saving operation. We want to avoid .save() if locking is in flight, also postpone .save() until unlocking has completed. Currently our .save() is bracket by do-catch block but this is notably not helping in the case of SIGABR signal Given that our saving operations must take place synchronously, what is the recommended practice to implement such sequencing with respect to locking / unlocking
Replies
0
Boosts
0
Views
544
Activity
Sep ’23
Lock-screen image & radio name
Hi,Hope I'm posting to the right place.Made a small UIWebView-based app which opens a site of mine. The site streams an internet radio using <audio> tags - pretty simple and works fine. I then set the audio session category to Playback, so it would work when the phones is locked or other apps are being used. Now when I lock the screen, it looks like this:https://www.upload.ee/image/6704904/IMG_0086.PNGThe pause/play works fine etc, but how could I hide the URL? Even better, replace it with my own text or something? And how could I add my own picture instead of the note?I'd really appreciate if anyone could help me out here 🙂Greetings and thanks in advance!
Replies
1
Boosts
0
Views
238
Activity
Feb ’17
How to get info if apple watch is locked... from ios app
Is it possibly to get info on ios app if apple watch is in locked state(user needs to enter passcode in apple watch screen)
Replies
2
Boosts
0
Views
505
Activity
Sep ’16
Clearing activation lock returns 404 Not Found
For the past 2+ years I have been using the same process/code to disabling/clearing activation lock from a device and since December 2 trying to clear the code is returning a 404 error response: 404 Not Found 404 Not Found Apple we could not close the activation lock on the iPhone under supervision from our platform. We follow Apple's specifications https://developer.apple.com/documentation/devicemanagement/device_assignment/activation_lock_a_device/creating_and_using_bypass_codes The request link for closing the activation lock is https://deviceservices-external.apple.com/deviceservicesworkers/escrowKeyUnlock
Replies
4
Boosts
0
Views
1.5k
Activity
Dec ’22
ios how to change lock screen and home screen pragramly
ios how to change lock screen and home screen pragramly
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
6
Boosts
0
Views
3.1k
Activity
Jul ’15
Locking files with FileProvider on Sonoma has different behaviour than Ventura.
We're trying to implement a file locking mechanism to prevent multiple users from editing the same file at the same time causing conflicts. Our previous implementation worked well on Ventura, but on Sonoma, even when just previewing a file in Finder in Column View, as opposed to editing, it locks. This is the same behaviour we experienced with Apple's FruitBasket sample code. There is a isFileViewerRequest flag inside the NSFileProviderRequest object provided with the NSFileProviderReplicatedExtension enumerator function. We thought this would indicate a file being edited. After further investigation, we were told that the isFileViewerRequest flag just indicates if a file is being presented, not just edited. We find the intended behaviour a bit strange, why would anyone want an icon next to a file to indicate presented? Why is the behaviour working fine on Ventura as a locking mechanism but on Sonoma it can only be considered a presented mechanism? If the intended behaviour is to in
Replies
0
Boosts
0
Views
594
Activity
Mar ’24
Lock Portrait Orientation in Swift Playgrounds App Project
Hi, I was wondering if there is a way I can lock the orientation of a Swift Playgrounds App Project (.swiftpm) to portrait. As there is no info.plist that I can edit the setting in. Thanks!
Replies
1
Boosts
0
Views
2.2k
Activity
Apr ’22
Phone won't lock within specified time
My phone won't lock after 30 seconds it is supposed to, as set in settings, while in contacts or favorites. This is the two area I've noticed this. Is anyone else experiencing this behavior? Currently running the latest iOS, 17.2, and on iPhone 11 Pro.
Replies
0
Boosts
0
Views
248
Activity
Dec ’23