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.
Search results for
Account Locked
31,833 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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.
I got locked out of my Apple account for a month - I can't remember why, but I've only just got back in. Meanwhile, I've managed to get Tensorflow working on a MacPro M1 - NO THANKS TO APPLE. Details here: https://stackoverflow.com/questions/56604348/how-to-install-tensorflow-2-0-on-mac-or-linux/68634948#68634948
Topic:
Machine Learning & AI
SubTopic:
General
Tags:
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
Topic:
App & System Services
SubTopic:
General
Tags:
Extensions
QuickLook
QuickLook Thumbnailing
Files and Storage
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
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.
Hi! I was wondering if I could create an individual account, and later on upgrade it to be owned by my organization. Is this possible? Or will I have to create a whole new account? Thanks in advance!
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?
I'm establishing a Muti-user database that will be updated by lan based stations as well as many in the field. That means at the least file & record locking. What's the best solution to have this solution through Macs and iPhones ? Is this going to take a Linux server with an SQL database or is there an apple solution ?
Anyone else experciencing sound problems with iOS 10.3.2b1 ?No keyboard click and lock sounds anymore on my iPhone 6SMusic plays fine en telephone rings like normal.
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.
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?
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
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?
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