Search results for

“Account Locked”

34,368 results found

Post

Replies

Boosts

Views

Activity

Battery indicator flashes on lock screen
On my iPad pro with iOS 10 beta 2 the battery indicator sometimes flashes and makes the charging sound on the lock screen when the Smart Keyboard is attached and it's folded up. This has happened to me twice now but it's also new hardware so I'm not sure if it's the hardware or the iOS beta. When I disconnect the Smart Keyboard it stops flashing the indicator and making the sound. Anybody else seen this?
2
0
3.3k
Jul ’16
When is HealKit data accessible given that the phone is locked?
I have a strange problem I can't understand. In the documentation for HealKit the following is said: As a result, you may not be able to read data from the store when your app is launched in the background... I have some trouble understanding to when it will work and when it will not (given that is says may not be able). I am using this feature and it seems to be working sometimes for some phones, and sometimes not on other phones. Is there anything that talks about this in more detail? Given that is seems to work sometimes, even if the phone is locked. There has to be some requirements or something similar that decides if you are allowed to read even if the phone is locked.
2
0
726
Nov ’20
iOS 16.1 beta 3 and Lock Screen/Home Screens
In iOS 16 it seems that to get the custom Lock Screen features you have to commit to a specific static Home Screen wallpaper. You cannot have revolving custom lock screen backgrounds and also automatically rotate your Home Screen backgrounds. You can rotate screens both via shortcuts but cannot do this if you also want customized lock screens with widgets, fonts, etc. Does 16.1 untether the Lock Screen and Home Screen? In other words, can I create multiple home screens (either by revolving photos in the Home Screen customization or via a shortcut) without losing a custom Lock Screen?
0
0
575
Oct ’22
Terminal Command for Lock Screen Settings?
I want to change the Lock Screen settings to a customized time like 7 minutes, but the drop off menu only gave me a series of presets. I remember before the Ventura update, you can have a customized wait time for display turn off and screen saver start, so would anyone provide me with the terminal command so I can change these settings to a customized time? I suffer severely from OCD with number obsessions, I feel tormented by this for over a week now so please help :(
1
0
845
Feb ’23
Lock app for authentication with TouchID
Hey everyone,I have a problem which I can't solve.My app consists of a tab bar controller and in one tab bar I have an Table View Controller, in which can get to other View Controllers.Everything working fine so far.Now I want to give the user the ability to lock the app with TouchID, so not everyone can open the app.TouchID authentication is also working well.I have an extra View Controller, which I have set as the initial View Controller, in which the authentication should happen.If the authentication was successful, I am performing a segue to the Tab Bar Controller.This also works fine.But if the user then clicks on the tab bar item for presenting the Table View Controller, and the on a row to get to another View Controller, I am facing the problem that the View Controller for authentication shows up and not the expected View Controller.And I can't explain myself why this error occurs, maybe someone has an answer for me or a better solution for protecting the app through TouchID/Password. 🙂My pro
1
0
596
Dec ’17
iMac 5K 3TB Fusion drive - locking on reboot
Install works fine, but locks up rebooting(circle with slash comes up)....I'm using Command-R to reinstall. Tried from Time-Machine(same issue - works on install then locks on restart), now trying from new install....Anyone having luck on iMac/fusion drives? I did select AFS, maybe I can turn that off after reinstall(before reboot)....
3
0
343
Jun ’17
Reply to Unable to sign in managed Apple id in supervised device after Icloud subscription
The message you're describing occurs when a Managed Apple Account has a requirement that the user can only sign in to it as part of enrolling in an account-driven enrollment. When you say that the issue goes away when you remove the subscription, I think you're removing that requirement. However I'm not entirely sure what you're referring to by iCloud subscription. Is that the iCloud access management setting in Apple School Manager or Apple Business Manager? Is it Apple Business Essentials? A couple background details that may help: A device can only have one device management enrollment at a time. An enrollment can be associated with a Managed Apple Account, which makes it an account-driven enrollment. This is locked in at enrollment time. If the enrollment is not account-driven, you can't add a Managed Apple Account to that enrollment. You'll have to unenroll and re-enroll the device to change to an account-driven enrollment.
Aug ’25
remote notifications show on lock screen
Hello everyone,my problem is:when I switch off the screen of my iphone while my app is in foreground I don't receive any push notification about my appThe option show on lock screen is enabled in iphone settings and works but only if I switch off the screen when my app is closed or background; it doesn't work if my app is in foreground when I turn off the screen.I tried with iphone 6 and ios 8 but I need running my app also in ios 7I noticed that if I open whatsapp and set notifications in the app and then I turn off the screen of iphone, the push notification arrive and the screen turn on, so I think is possible do it also in my appthanks in advanceP.S. I'm sorry for my English but I hope it is understandingClaudio
0
0
643
Jun ’15
AirPlay controls unresponsive on lock screen.
Hey everyone, I'm having an AirPlay issue with my video player and I was hoping someone could be of assistance.My reproduction steps are as follows.I AirPlay to my AppleTV (via mobile web or using my app).Lock the phone.Pause the video.Attempt to play video.Once I pause the video I am unable to resume it again. I can keep pressing pause/play but the video will not change state. Once I unlock the phone however, all of the previously unresponseive actions are executed and the video will be played/paused in rapid succession. Also, during this time of unresponsiveness, I am unable to execute any JavaScript in Safari's Console tab, or expand any of the HTML elements in the Elements tab. It's like the browser/player has been suspended or backgrounded and connectivity has been lost.Any help or insight would be greatly appreciated.Thank You.
0
0
1k
May ’18
Custom UI for Lock Screen for Mac OS Mojave
Hello.I use a plugin for customizing UI on the login screen. Version of Mac OS: 10.14.3 Mojave.My plugin is similar to this one by reference. https://developer.apple.com/library/archive/samplecode/NameAndPassword/In older versions of Mac OS, I could use such plugins to customize the lock screen too.Now the old way to connect the custom plugin on the lock screen does not work.Moreover, when I use authentication via a smart card on the lock screen, I have a pop-up window with a pincode input field, which I also cannot change by custom plugin.I have a questions regarding issue described above:Does the current MAC OS version have the ability to customize the lock screen? If yes, how it could be done? If no, will it be possible in the future versions of the MAC OS?Is it possible to switch lock screen to username-password instead of PIN-code when smart-card is in?Thank you in advance.
1
0
1.5k
Mar ’19
Can the MDM status be changed while the user's screen is locked?
Hello, I am an iOS developer managing an MDM app. In this app, we are only using the camera restriction feature. Can the MDM status (specifically, the camera state) be changed while the user's screen is locked? We want to communicate with our server in the background and apply changes, but there is no known information about this. I would appreciate your help!
0
0
321
Mar ’25
WatchKit local notification does not fire when simulator is locked
HiI've a test app (I'm using the Simulators) on the phone that schedule local notifications. The notifications are shown on the Watch only if the watch face or another app are shown. The notifications are not shown if the Apple Watch Simulator is locked with Command+L.As I understand, in this state the simulator should impersonate a Watch with the display shut off (not in the locked screen) so I should see the notifications.Someone have any clue?ThanksMB
2
0
620
Oct ’15
Preventing lock screen when using "Stop Playing" timer
Is it possible for an active iOS app to prevent the native Clock's timer from switching to the lock screen when a Stop Playing timer occurs? I want Music playing in the background to stop (which it does), but allow the active app (with idle timer disabled) to continue to be active on the screen without the user having to swipe away the lock screen.
Replies
0
Boosts
0
Views
213
Activity
Jun ’15
Battery indicator flashes on lock screen
On my iPad pro with iOS 10 beta 2 the battery indicator sometimes flashes and makes the charging sound on the lock screen when the Smart Keyboard is attached and it's folded up. This has happened to me twice now but it's also new hardware so I'm not sure if it's the hardware or the iOS beta. When I disconnect the Smart Keyboard it stops flashing the indicator and making the sound. Anybody else seen this?
Replies
2
Boosts
0
Views
3.3k
Activity
Jul ’16
When is HealKit data accessible given that the phone is locked?
I have a strange problem I can't understand. In the documentation for HealKit the following is said: As a result, you may not be able to read data from the store when your app is launched in the background... I have some trouble understanding to when it will work and when it will not (given that is says may not be able). I am using this feature and it seems to be working sometimes for some phones, and sometimes not on other phones. Is there anything that talks about this in more detail? Given that is seems to work sometimes, even if the phone is locked. There has to be some requirements or something similar that decides if you are allowed to read even if the phone is locked.
Replies
2
Boosts
0
Views
726
Activity
Nov ’20
iOS 16.1 beta 3 and Lock Screen/Home Screens
In iOS 16 it seems that to get the custom Lock Screen features you have to commit to a specific static Home Screen wallpaper. You cannot have revolving custom lock screen backgrounds and also automatically rotate your Home Screen backgrounds. You can rotate screens both via shortcuts but cannot do this if you also want customized lock screens with widgets, fonts, etc. Does 16.1 untether the Lock Screen and Home Screen? In other words, can I create multiple home screens (either by revolving photos in the Home Screen customization or via a shortcut) without losing a custom Lock Screen?
Replies
0
Boosts
0
Views
575
Activity
Oct ’22
Terminal Command for Lock Screen Settings?
I want to change the Lock Screen settings to a customized time like 7 minutes, but the drop off menu only gave me a series of presets. I remember before the Ventura update, you can have a customized wait time for display turn off and screen saver start, so would anyone provide me with the terminal command so I can change these settings to a customized time? I suffer severely from OCD with number obsessions, I feel tormented by this for over a week now so please help :(
Replies
1
Boosts
0
Views
845
Activity
Feb ’23
Lock app for authentication with TouchID
Hey everyone,I have a problem which I can't solve.My app consists of a tab bar controller and in one tab bar I have an Table View Controller, in which can get to other View Controllers.Everything working fine so far.Now I want to give the user the ability to lock the app with TouchID, so not everyone can open the app.TouchID authentication is also working well.I have an extra View Controller, which I have set as the initial View Controller, in which the authentication should happen.If the authentication was successful, I am performing a segue to the Tab Bar Controller.This also works fine.But if the user then clicks on the tab bar item for presenting the Table View Controller, and the on a row to get to another View Controller, I am facing the problem that the View Controller for authentication shows up and not the expected View Controller.And I can't explain myself why this error occurs, maybe someone has an answer for me or a better solution for protecting the app through TouchID/Password. 🙂My pro
Replies
1
Boosts
0
Views
596
Activity
Dec ’17
Is there a way to lock a SwiftUI View into a particular orientation?
I am able to listen for existing orientation changes by using UIDevice.orientationDidChangeNotification. However I want to lock SwiftUI views to a particular orientation based on a requirement. Is there a way to do it without introducing AppDelegate?
Replies
1
Boosts
0
Views
848
Activity
Feb ’23
iMac 5K 3TB Fusion drive - locking on reboot
Install works fine, but locks up rebooting(circle with slash comes up)....I'm using Command-R to reinstall. Tried from Time-Machine(same issue - works on install then locks on restart), now trying from new install....Anyone having luck on iMac/fusion drives? I did select AFS, maybe I can turn that off after reinstall(before reboot)....
Replies
3
Boosts
0
Views
343
Activity
Jun ’17
Reply to Unable to sign in managed Apple id in supervised device after Icloud subscription
The message you're describing occurs when a Managed Apple Account has a requirement that the user can only sign in to it as part of enrolling in an account-driven enrollment. When you say that the issue goes away when you remove the subscription, I think you're removing that requirement. However I'm not entirely sure what you're referring to by iCloud subscription. Is that the iCloud access management setting in Apple School Manager or Apple Business Manager? Is it Apple Business Essentials? A couple background details that may help: A device can only have one device management enrollment at a time. An enrollment can be associated with a Managed Apple Account, which makes it an account-driven enrollment. This is locked in at enrollment time. If the enrollment is not account-driven, you can't add a Managed Apple Account to that enrollment. You'll have to unenroll and re-enroll the device to change to an account-driven enrollment.
Replies
Boosts
Views
Activity
Aug ’25
remote notifications show on lock screen
Hello everyone,my problem is:when I switch off the screen of my iphone while my app is in foreground I don't receive any push notification about my appThe option show on lock screen is enabled in iphone settings and works but only if I switch off the screen when my app is closed or background; it doesn't work if my app is in foreground when I turn off the screen.I tried with iphone 6 and ios 8 but I need running my app also in ios 7I noticed that if I open whatsapp and set notifications in the app and then I turn off the screen of iphone, the push notification arrive and the screen turn on, so I think is possible do it also in my appthanks in advanceP.S. I'm sorry for my English but I hope it is understandingClaudio
Replies
0
Boosts
0
Views
643
Activity
Jun ’15
AirPlay controls unresponsive on lock screen.
Hey everyone, I'm having an AirPlay issue with my video player and I was hoping someone could be of assistance.My reproduction steps are as follows.I AirPlay to my AppleTV (via mobile web or using my app).Lock the phone.Pause the video.Attempt to play video.Once I pause the video I am unable to resume it again. I can keep pressing pause/play but the video will not change state. Once I unlock the phone however, all of the previously unresponseive actions are executed and the video will be played/paused in rapid succession. Also, during this time of unresponsiveness, I am unable to execute any JavaScript in Safari's Console tab, or expand any of the HTML elements in the Elements tab. It's like the browser/player has been suspended or backgrounded and connectivity has been lost.Any help or insight would be greatly appreciated.Thank You.
Replies
0
Boosts
0
Views
1k
Activity
May ’18
Custom UI for Lock Screen for Mac OS Mojave
Hello.I use a plugin for customizing UI on the login screen. Version of Mac OS: 10.14.3 Mojave.My plugin is similar to this one by reference. https://developer.apple.com/library/archive/samplecode/NameAndPassword/In older versions of Mac OS, I could use such plugins to customize the lock screen too.Now the old way to connect the custom plugin on the lock screen does not work.Moreover, when I use authentication via a smart card on the lock screen, I have a pop-up window with a pincode input field, which I also cannot change by custom plugin.I have a questions regarding issue described above:Does the current MAC OS version have the ability to customize the lock screen? If yes, how it could be done? If no, will it be possible in the future versions of the MAC OS?Is it possible to switch lock screen to username-password instead of PIN-code when smart-card is in?Thank you in advance.
Replies
1
Boosts
0
Views
1.5k
Activity
Mar ’19
Can the MDM status be changed while the user's screen is locked?
Hello, I am an iOS developer managing an MDM app. In this app, we are only using the camera restriction feature. Can the MDM status (specifically, the camera state) be changed while the user's screen is locked? We want to communicate with our server in the background and apply changes, but there is no known information about this. I would appreciate your help!
Replies
0
Boosts
0
Views
321
Activity
Mar ’25
WatchKit local notification does not fire when simulator is locked
HiI've a test app (I'm using the Simulators) on the phone that schedule local notifications. The notifications are shown on the Watch only if the watch face or another app are shown. The notifications are not shown if the Apple Watch Simulator is locked with Command+L.As I understand, in this state the simulator should impersonate a Watch with the display shut off (not in the locked screen) so I should see the notifications.Someone have any clue?ThanksMB
Replies
2
Boosts
0
Views
620
Activity
Oct ’15
Auto-Lock does not work on iPad Pro 2020 11"
Auto-Lock does not work on iPadOS 14.5 (18E5164h). I have tried to set auto-lock to 2 minutes, but even then, it does not auto-lock. It only locks when I press the power button or close my iPad smart cover.
Replies
0
Boosts
0
Views
530
Activity
Mar ’21