Search results for

Account Locked

31,832 results found

Post

Replies

Boosts

Views

Activity

Iphone lock screen does not ask for password in any way
i had passcode and registered fingerprint on my iphone se 2022 with ios 17.0.3. i pressed the home button of my phone with my unregistered finger and noticed that it turned on. i did this many times and it worked. i deleted all the fingerprints on my phone and tried again and got the same result. i removed the passcode and added it again but got the same problem again. i want to mention that require passcode is set to immediate. I am sure that my fingerprint reader is not broken because fingerprint login is on in whatsapp app and when I press the wrong finger it gives an error and when I press the right finger it opens the app. also on the lock screen normally when I put my finger and press hard it should unlock but because I put my finger it unlocks. In the video below, I first show that my fingerprint is registered and to show that it is not broken, I press the whatsapp lock with the wrong finger the first 2 times and then I show it by pressing it with the right finger. then I remove the f
3
0
971
Oct ’23
Repost : Analog Clock on lock screen
When we are going to have a real analog clock option on the lock screen. If an apple watch can do it surely its not that difficult. For someone who uses a clock to tell what time it isn't as opposed to what time it is, i’m constantly having to convert a digital image where the image of hands on a dial is so much easier. Surely this isnt because someone has forgotten how to read a clock
Topic: Design SubTopic: General
1
0
92
Apr ’25
How can I receive battery level notification when lock screen?
Hello!I am working on an APP (Mister Battery on Apple store) which can help the user to calculate the battery charge speed. After Apple using the new background model, I can't receive any battery level notification when lock screen. Before iOS 12, I was using UIApplicationExitsOnSuspend = true which was deprecated, it works very well. I don't send any data to server when in the background or play music or something, so all the background mode seems don't fit for my APP. I know there is a queue will send the notification when the APP back to front. I am wondering is there any way to receive batteryLevelDidChangeNotification when the APP is in lock screen even in background?Thanks!Joe
0
0
548
Sep ’19
Real-time audio application on locked device
I would like to inquire about the feasibility of developing an iOS application with the following requirements: The app must support real-time audio communication based on UDP. It needs to maintain a TCP signaling connection, even when the device is locked. The app will run only on selected devices within a controlled (closed) environment, such as company-managed iPads or iPhones. Could you please clarify the following: Is it technically possible to maintain an active TCP connection when the device is locked? What are the current iOS restrictions or limitations for background execution, particularly related to networking and audio? Are there any recommended APIs or frameworks (such as VoIP, PushKit, or Background Modes) suitable for this type of application?
1
0
121
Jun ’25
No lock screen notification for messages
Not getting notified of messages coming in, specifically iMessage. A message will come in and no lock screen notification would appear, it will sometimes chime when a message comes in but when I look at my phone there are no notifications. When unlocking phone it will show message is alread read and no badge app icon present. The message is already dismissed. It's almost acting like messages are being instantly read and opened from another device. Even with no other device active, messages will still be dismissed as such.Anyone else experiencing this? This just started with this new beta 7.Update: It is no longer just an iMessage issue, just witnessed it happen with a regular sms message. Also, It just occurred while phone was unlocked. A drop down banner showed an incoming message, no app badge showed and message was already dismissed as read. So this is not just a lock screen issue. Bug report issued and updated.
5
0
3.6k
Aug ’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
Locked out of Apple Developer portal
Hi Guys,I recently found that my credit card expired for my Apple ID. I successfully signed in on Apple Developer portal, but when trying to change credit card, it asks for security questions like You dream job or Your first car or Where were you on January 1, 2000. I have no idea whether I enetered Programming or Software Development or Helicopter Pilot and I don't remember how I entered my car Brand, Brand - Type or in what format. I tried to reset security questions, so I had to enter password again and it sent some security code to my iPad. I entered it, then it asked to set security questions. Since this is very unrealiable way of signing in, because after a time your feelings about the best movie or favourite teacher could change over time. So I hit Cancel, hoping that I will be able to get to settings and completely disable security questions. I started again, but now I'm getting error Cannot Reset Security Questions. We don't have sufficient information to reset your security questions..Now I cannot a
1
0
2.2k
Jan ’17
scenePhase not behaving as expected on screen lock
Seeing weird sequences of changes when locking the screen when view is visable. .onChange(of: scenePhase) { phase in if phase == .active { if UIApplication.shared.applicationState == .active { print(KDEBUG: App genuinely became active) } else { print(KDEBUG: False active signal detected) } } else if phase == .inactive { print(KDEBUG: App became inactive) // Handle inactive state if needed } else if phase == .background { print(KDEBUG: App went to background) // Handle background state if needed } } seen: (locks screen) KDEBUG: App became inactive KDEBUG: App genuinely became active KDEBUG: App went to background expected (locks screen) KDEBUG: App became inactive KDEBUG: App went to background
2
0
77
Mar ’25