Search results for

Account Locked

31,833 results found

Post

Replies

Boosts

Views

Activity

how to unlock iCloud/bypass activation code on locked iPhone
Please Help, I was updating to 10.0.2, on my iPhone 6 S Plus on Friday after rebooting. My phone will not go passed the Activation code. I keep getting a locked out error, how do I unlock or bypass iCloud activation lock on iPhone 6s plus. I am the original owner of this phone and for some reason it thinks my iCloud action starts with a y......@icloud.com which it does not. All other Apple equipment that I own I have had no issues with this update. I gone to the carrier Verizon and to Best Buy and both have told to contactApple support.
1
0
6.4k
Oct ’16
Lock Screen Notifications - Swipe to open removed?
Is the change to notifications on lock screen intentional? I can no longer swipe a notification to go directly to that app. For example, received a iMessage, now I can only use 3D Touch to open the popup method, or I have to unlock and go to message and open the message. iOS 10 you could swipe the notifcation and go directly to the message. Same applies for other apps - yelp, messenger, facebook, twitter, etc.
4
0
5.4k
Jun ’17
Finder File Previews lock files on SMB shares
I've developed a new Quicklook data-based preview extension for a custom file type that generates an image preview of the file. I previously used a Quick Look generator plug-in but support for it was deprecated and now removed in macOS Sequoia. My app opens files using a open(url.path, O_RDWR | O_NONBLOCK | O_EXLOCK) call. The locking flags are used to prevent other clients from writing the file if it's already open. I discovered that when Finder is showing the “large” file previews (such as when in column or gallery modes) from a SMB share, the open call fails with EWOULDBLOCK as if the file is locked. It does work just fine on local files. Opening with O_SHLOCK also has the issue. Surprisingly it does work just fine for previews that return Plain Text data instead of Image data. Using the lsof command, it seems like the Quicklook process has some kind of lock on the file. This is the output of the lsof command: COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE QuickLook 48487 XXXX txt
8
0
719
Dec ’24
How to disable/hide Audio Controls on lock screen from WkWebView
Hi, I am trying to remove the audio controls for my app on the lock screen. Since I use WKWebView, there are 3 audio tags in my html and I play and pause em via JS. However, if I do not play any sound since app launch, there are no audio controls on the lock screen. But if I play one of those 3 files (they are even less then 3 Sec sound effects e.g. for buttons) the audio controls appears on lock screen. Note even when the sounds on pause() or not playing they were listed on the lock screen. What I have tried so far without success MPNowPlayingInfoCenter.default().nowPlayingInfo = [:] and ``try audioSession.setCategory(.playback, mode: .default, options: []) try audioSession.setActive(false, options: .notifyOthersOnDeactivation)`` and UIApplication.shared.endReceivingRemoteControlEvents() Another problem is that the app scales with iOS system settings display zoom. Is there a way to deny it? It is latest Xcode verion 16.3 and iOS 18. I have no background mode in my Capabili
2
0
83
May ’25
Email notification on Lock Screen not appearing
Using the native email ios mail app iPhone 16 pro. When an email arrives the phone will ding or vibrate, but the message notification doesn't appear on lock screen. If you touch the screen from dim to wake then scroll up, the email notification does appear. If the phone is open the notification also appears at the top of screen as it's meant to do. This started yesterday with iOS 18.2 beta 1. It was not resolved with the new update.
4
0
1.9k
Nov ’24
Downgrading from Big Sur to Catalina - locked disc (?)
Greetings everyone, A few days ago I downloaded Big Sur to give it a try. As it is still in Beta it is really buggy at some points and I could not work on my art works, that is why I decided to go back to Catalina and wait until Big Sur will release. I used Option+Command+R to get in the recovery mode for Catalina version. I agreed to terms and when I needed to choose a disc - I could not do it because my disc was locked. How do I unlock that disc?
2
0
936
Jul ’20
iOS 10 Lock screen notifications design
Just my 2 cents on the design of the iOS10 lock screen notifications: Yuck!I really hope they revert that design and go back to the current iOS9 style notifiations. Way too bright on a dark wallpaper. Some translucency would resolve the issue, combined with a notification background colour that matches the wallpaper.
8
0
1.3k
Jun ’16
Does itunesconnect still lock out unpublished apps?
It used to be that when you created your App in itunesconnect you had like 90 days or something to submit your app for review or it would lock you out of that name. That was never really that big an issue as I'd just wait to create it until I was ready to publish.Now, however, with TestFlight moving there, I have a conundrum of needing to send builds to my testers, but knowing that I'm well over 90 days away from publishing. Has that lockout been removed now? Is it safe to go ahead and create my app this early?
1
0
240
Feb ’16
LockedCameraCapture Does Not Launch The App from Lock Screen
My implementation of LockedCameraCapture does not launch my app when tapped from locked screen. But when the same widget is in the Control Center, it launches the app successfully. Standard Xcode target template: Lock_Screen_Capture.swift @main struct Lock_Screen_Capture: LockedCameraCaptureExtension { var body: some LockedCameraCaptureExtensionScene { LockedCameraCaptureUIScene { session in Lock_Screen_CaptureViewFinder(session: session) } } } Lock_Screen_CaptureViewFinder.swift: import SwiftUI import UIKit import UniformTypeIdentifiers import LockedCameraCapture struct Lock_Screen_CaptureViewFinder: UIViewControllerRepresentable { let session: LockedCameraCaptureSession var sourceType: UIImagePickerController.SourceType = .camera init(session: LockedCameraCaptureSession) { self.session = session } func makeUIViewController(context: Self.Context) -> UIImagePickerController { let imagePicker = UIImagePickerController() imagePicker.sourceType = sourceType imagePicker.mediaTypes = [UTType.image.iden
1
0
167
1w
Displaying captured image while device orientation is locked
Hello, I am creating an AR application that can be used on iPad and iPhone. While using it on iPhone, I am locking the Apps orientation in portrait mode. When taking a snapshot of the ARView while holding the iPhone in a landscape orientation, and displaying the taken image in a gallery view / Image View, the image is always rotated by 90°. Similarly, when the iPhone is held upside down, the displayed image is shown upside down. Is there a way to make sure that the image is displayed properly?
0
0
586
Nov ’23
File lock notification with read only
Hi All,We are facing a bit of an issue with a OSX environment. We have a 10.11 OSX server (with server app installed) and all MACsThe issue is when they access files from the OSX Share if one user had for example a word document or photoshop file open and a second user opened it they would get no warning and then could work on it and end up clicking save and overwriting the other persons work.What used to happen is they would get a warning pop up saying that the document is currently open and would give them an option to open it in read only mode.We think this stopped working shortly after we removed the windows server that the OSX was connected to the domain. However users cant pin it down.In short, can we get OSX to pop up this read only warning for all open network files if a second person tries to work on it?we have reinstalled the OS from scratch, tried AFP, SMB, both and we have managed to get a warning about the file being locked, but they used to have the option to open as read only. Any poin
0
0
236
Feb ’17