When iphone is locked, ask siri to change your name. siri will throw a dialog box with all the details of the iPhone owner, click anywhere on the screen it will directly take you to the contact details of the iPhone owner without even asking to unlock the iPhone. now the iPhone is unlocked. through it only happens once i.e first time. if you will try to repeat it will ask to you enter passcode. Do check this. Tested on:- iPhone - 6 and 6 plus iOS - 8.4
Search results for
Account Locked
31,786 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
ihave purched iphone and ihave proof my carrire said the onlly way is to connect apple and proof that you purched the phone to unlock it!! iforget the account that iused ihave no password iahve nothing ineed helpppppppp
As standard login security if a user tries logging into our app with the wrong username/password too many times we lock their account. Very regularly (over half the time) we submit to Apple for review the app is rejected because they can't log in. So I check and see the account it locked. I always make sure it's unlocked before submitted. I have also started unlocking it again after submitting it.It seems to me that either some automated part of the review process is failing to authenticate correctly or the reviewer is. Either way, the app is rejected, I unlock the account, resubmit, unlock again, and hope it works the next time.The first time a user logs in they have to answer a challenge question. In the App Review Information section we have the User ID and Password in those fields and the challenge answer in the Notes. My hunch is there is something automated that users the user/password but doesn't know about the challenge in the Notes.Has anyone had a similar
Where can I lock the App's orientation (would like Portrait only)? How would I override to Landscape for moview?
Could we detect the Lock/Unlock and Screen State Using Screen Time API. In the Screen Time API when we shield the discourage application. At that time you are using State object MyModal(). Where we can find that MyModal Class.
Thanks CMDdev! Activation Lock protection does give me confidence now that you mention it and I will leave the stolen device on my account! Additionally, I am taking extra steps to remove the credit cards on the device, and then for me to log into services accounts to force all device sessions to expire.
Topic:
Privacy & Security
SubTopic:
General
Tags:
2019 and the Sandbox testing is still a mess. I can't sign out of the 'sandbox account' the settings panel crashes when trying to sign out. I can't test IAP it's locked to my original account (which got locked, thank goodness I was near a Mac). I'm actually stuck now. Can't release an app we've been working on for 2 months amazing what a friggin time sink.I had to buy a seperate phone to test this crap because it was locking me out of my main device.With the Android emulator you can test purchases inside it.What is going on Apple? You take 30% of our margins and you give us trash in return. We can't even implement our own simple payment solutions, it's a disgrace.
Topic:
App & System Services
SubTopic:
StoreKit
Tags:
I can't do anything from the lock screen. The only thing I can do is the con top panel (by swiping from the bottom up). When ever I get a text or notifications, I can't interact with them. Same with getting the camera- I can't swipe left. Help meeeeee!!
Is there any way to rotate the lock screen on an iPhone 6+, like an iPad does? Given the size of the thing, I tend to cradle it in landscape mode in my car, but having the screen always in portrait is annoying. I was hoping this would change in iOS 9, but apparently not.
Hello I am developing an App that the user must authendicate himself before running a task.A local notification shows up and when the user press it from lock screen, after he authendicates himself (in the lock screen's authendication) the app runs a task.The fact is that when the same notification shows up from home screen, the app runs the task without authendication.So the problem is that I can't find a way to manipulate differently the notifications from lock screen and home screen OR simply can't find a way to detect whether notification comes from lock screen or home screen. Because I use background task even more simply detecting whether the iphone is locked or unlocked would also solve my problem perfectly.As I can figure there are 3 ways around this or maybe more
I am designing an app in Xcode 6. It has 4 view controllers. I need two view controllers to be in locked in protrait orientation and the other two to be locked in landscape orientation. The initial view controller is a navigation view controller. I have searched all over the web and none of the solutions I found seem to work. The one that looks like it should work is to add the following code to each view controller:override func shouldAutorotate() -> Bool { return true } override func supportedInterfaceOrientations() -> Int { return Int(UIInterfaceOrientationMask.Portrait.rawValue) } override func preferredInterfaceOrientationForPresentation() -> UIInterfaceOrientation { return UIInterfaceOrientation.Portrait }This does not work, the view still rotates. I put print statements inside each of these functions and only the second one was executed.Any ideas on how to achieve this?
Hello: I’ve experienced the same problem with 18.2 beta RC and wrote it up under FB16053675. The issue involves the Lock Screen and temporary banner. While the incorrect behavior is sporadic with iCloud and Outlook accounts, it’s constant for enterprise Exchange accounts with ActiveSynch.
Topic:
App & System Services
SubTopic:
Notifications
Tags:
I was getting continued prompts to enter my password for some code signing and eventually discovered that I could unlock the system keychain, which I did. However, it keeps locking by itself, seemingly when I click on another chain, and possibly even by itself sometimes. The Login window has the option to change lock settings but it is current configured to never lock. Any idea how to fix this? This is on macOS 10.15 which I still need to keep around to build versions of my product for older systems. Thanks in advance
I am currently facing a challenge in my iOS app development. I need to programmatically retrieve the status of the Auto Rotate setting in iOS, specifically the lock status of the Portrait Mode. Could you please provide guidance on how to obtain the lock status of the Portrait Mode programmatically in iOS? I want to adapt my app's behavior based on this information to ensure a seamless user experience. I would greatly appreciate any assistance, insights, or code snippets that can help me address this problem effectively. https://i.stack.imgur.com/D9AWh.jpg I expect to obtain the lock status of the Portrait Mode programmatically in iOS. The desired result would provide me with information on whether the Portrait Mode is currently locked or unlocked on the device. I am seeking guidance, suggestions, or sample code snippets that can help me retrieve this lock status effectively using Swift in my iOS app development.
Hi,We are developing one application in that we want to lock the iPhone/Launch the PIN screen from our application.It can be done using GSEventLockDevice method which is found in GraphicsServices.framework but this is private API so we can’t use it, Apple will reject this app in app store.Also I saw one video of application in that that they are locking the iOS device programatically And just curious how they are doing it.So just wanted to know is there any way/API available in iOS by using that we can lock the iOS device programatically.Thanks in advance.