Search results for

Account Locked

31,787 results found

Post

Replies

Boosts

Views

Activity

Auto orientation lock
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.
1
0
1.4k
Oct ’22
Device Lock Notification
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.
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
546
May ’18
Lock and unlock Preferences fields
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.
1
0
439
Mar ’20
Live Lock Screen heartache
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.
1
0
272
Sep ’22
Screen locking / unlock issues
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.
0
0
352
Jul ’17
what is 'optimistic locking failure' ?
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.
0
0
421
Nov ’15
macOS 10.15 Activation Lock Tidbit
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.
0
0
2.4k
Jun ’19
MSMessagesAppViewController orientation lock
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?
6
0
3.4k
Aug ’16
activation lock
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
1
0
455
Nov ’17
Custom SFAuthorizationPluginView for Lock Screen
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
1
0
577
Jan ’24
Disable lock screen notifications
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!
0
0
433
Jun ’15