Search results for

Account Locked

31,786 results found

Post

Replies

Boosts

Views

Activity

Lock vulnerability
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
1
0
491
Jul ’15
Review locks out test user
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
0
0
249
Jul ’17
Reply to Sandbox users don't work for in-apps testing (issue started on Jan-6, 2017)
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:
Jul ’19
Ios10 Lock Screen
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!!
1
0
267
Nov ’16
Rotate Lock Screen?
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.
3
0
1.4k
Jun ’15
Detect Lock Screen Status
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
1
0
1.8k
Jul ’15
How to lock orientation in Xcode
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?
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
2.5k
Dec ’15
System keychain keeps locking
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
0
0
469
Dec ’23
Unveiling the Secrets of Lock Portrait: How to Programmatically Determine Portrait Mode Lock Status in iOS?
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.
0
0
340
May ’23
Programatically Lock the iOS device
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.
3
0
3k
Dec ’15