Just an idea for a future update free to steal. I'm laying down with my phone in my hand and once it senses that Im holding it horizontally the screen shifts. I then manually hit the screen position lock button to view properly. What if the same or similar tech that recognizes my face to unlock screen activates as phone senses the screen is horizontal and then notes the position of my eyes. Therefore prompting the phone to react not merely to its position in space but to my faces corresponding position. So Im laying down and pick up my phone and just as it wants to turn wide screen it tracks my eyes and remains in default. And vice versa if i do indeed want to view widescreen while lying down. Of course you can have the option to lock in case you have a reason (cant think of one) and could turn this feature on and off in settings.
Search results for
Account Locked
31,787 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I have turned on 'Allow on Lock Screen' in Notes settings.Apple Pencil is not activating Notes on the lock screen in iOS 11 beta on the new iPad Pro 10.5, 256GB.Nothing happens with different pressure applied on the lock screen.Default account selected is iCloud'Only Draw with Apple Pencil' is switched on.
I was surprised I could not find such a template in Instruments / xctrace; maybe it's in something else and I couldn't find it? (I am trying to figure out why my throughput got slow. Is it because a mutex is too heavy? Or is there a lot of contention over the lock? How long do the locks tend to be held? Etc.)
I am trying to build an App that helps distracted drivers by1. locking the iphone.2. send calls to Voice Mail when user is driving.Is this possible ?Thanks
Hi everybody,I heard that lock screen notifications (com.apple.springboard.lockcomplete) are internal and not supposed to be used. But seems like there're a lot of apps in the appstore which use them a lot. (e.g. https://itunes.apple.com/us/app/id771541926). Could you please clarify this issue? Can developers use this notifications?Thanks a lot,John.
I use the macOS beta 10.15.4 (19E264b)A piece of malware changed my default opening site to some other (browser hijack)I used malwarebyte, following Apple's preconisations, but still the preference pane is locked and I cannot access the start page settings.How do you lock and unlock those parts of the UI ?TIA.
My recently passed family member was brought to life daily with Live Lock Screen. I literally cried when I realised ios16 put that to an end. Please reinstate live Lock Screen and if anyone knows how to go back to the old iOS please point me in the right direction. Had I known this would happen I would never have updated.
I reported this (before anyone asks), but has anyone seen an issue where you click the lock button, and the backlight shuts off but the screen doesn't lock. And you get a similar delay trying to unlock the screen? It seems to get worse and worse then something crashes, then everything gets better.I thought beta 4 was improving that but it seems to have resurfaced.
i have been testing my app for core data with icloud in ios 9 and while saving the context after insertion works fine, the execution freezes a couple of times with the message 'optinistic locking failure' followed by a long number. this happens 3-4 times and then the execution follows normally. i dont understand what is happening.i only have one context in my app and it is on the main queue.
Overheard in a lab today. During the upgrade process of 10.15, a Mac will automatically enable the Activation Lock feature if they meet the following requirements:T2iCloud Account logged inNot Supervised (DEP)If the Mac is Supervised then you can manage whether or not the Activation Lock is enabled. As well the only way to Escrow & Reset the ActivationBypass is if the system is Supervised. As it was explained, unless the system is Supervised there is no way to verify if it is an institutionally owned system or not. If your T2 systems are not tied to DEP/MDM this would be a good time to start that process.
I want my subclass of MSMessagesAppViewController to be portrait-only, is there a way to lock the orientation?My plist contains<key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> </array>And I tried overridingoverride var supportedInterfaceOrientations: UIInterfaceOrientationMask { return .portrait }But I am still able to rotate the device and see my layout in landscape. I suppose this is related to the fact that iMessage apps are extensions, is that right? Is there a way?
10.15.7 (19H2026) set to English (Canada) and when caps lock is on, the accents don't work. For example, caps lock, `E´E, pressing shift, ÈÉ.
i just brought new iphone 8 last thursday and i quick start on my iphone 6 to iphone 8 after finish i tried to restoring my iphone 6 it to factory setting using reset all setting mode which was successful, but upon setting...... the ID name shown on my iphone 6 was stated difference ID name a......@yahoo.com and my actual recoed ID was mindyeusm@hotmail.com. activation lock have block my iphone 6 and i can't on the iphone right now pls help me for this problem as soon you can.why ID can change without my authority and i been use this iphone 6 for 2 years plus with the same ID and password
Hi, I have a bundle with my custom lock screen which is a subclass of SFAuthorizationPluginView. I have implemented : override func view(for viewType: SFViewType) -> NSView? and override func buttonPressed(_ inButtonType: SFButtonType), as required in apple's documentation. I have replaced the default UI in the system.login.screensaver.plist with my mchanism. (the custom plist is in the end of this post) When I lock the screen, I get a black screen with the mouse hovering over. I can see in my logs that my view is loaded and the overriden function view(for viewType: SFViewType) is called. When I change the authenticate.plist to display my custom UI, it is displayed properly. Why do I get a black screen when activating the lock screen, but do get my UI when authentication is needed? What I am missing with the lock screen? Here is the system.login.screensaver.plist: ################################################################## class evaluate-mechanisms comment The own
Is there a way to programmatically set the Show on Lock Screen notification setting? It seems like this should be a part of UIUserNotificationSettings.My app uses local notifications that are contextually appropriate on Apple Watch, but make less sense on the phone. They clutter up the phone's lock screen after engaging with the watch app for a while. Having the ability to target notifications directly to the watch would be another great solution!