Search results for

“Account Locked”

36,213 results found

Post

Replies

Boosts

Views

Activity

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
287
Nov ’16
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
281
Jul ’17
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.5k
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.9k
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
564
Dec ’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
3.1k
Dec ’15
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
372
May ’23
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
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
Activation Lock Bypass Code
We are having issues working with bypass codes the server creates when initiating Activation Lock through MDM. We are able to use the device-generated bypass codes without issue. When using the end point to request activation lock as specified in https://developer.apple.com/documentation/devicemanagement/creating-and-using-bypass-codes/ we get a 200 response. But when using the endpoint to bypass the activation lock, we get a 404 response. If we try to manually input the activation lock bypass code, it also does not work. Both of these methods work with the device-generated bypass codes. Just to clarify when testing the server generated codes, we ensured that we did not test the device-generated codes. All of this was tested on iOS devices. Created feedback ticket FB21365819 with device specific details.
1
0
1.3k
Jan ’26
Lock/Unlock Status
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.
Replies
0
Boosts
0
Views
547
Activity
Jul ’21
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!!
Replies
1
Boosts
0
Views
287
Activity
Nov ’16
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
Replies
0
Boosts
0
Views
281
Activity
Jul ’17
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.
Replies
3
Boosts
0
Views
1.5k
Activity
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
Replies
1
Boosts
0
Views
1.9k
Activity
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:
Replies
2
Boosts
0
Views
2.5k
Activity
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
Replies
0
Boosts
0
Views
564
Activity
Dec ’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.
Replies
3
Boosts
0
Views
3.1k
Activity
Dec ’15
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.
Replies
0
Boosts
0
Views
372
Activity
May ’23
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:
Replies
Boosts
Views
Activity
Jul ’19
Reply to Stolen VisionPro : what's the security risk if running 2.0 beta?
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:
Replies
Boosts
Views
Activity
Jun ’24
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.
Replies
1
Boosts
0
Views
1.4k
Activity
Oct ’22
how to lock screen programmatically ?
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
Replies
3
Boosts
0
Views
4.5k
Activity
Jun ’15
My enrollment is locked.
I already have my D-U-N-S Number. It's a Company / Organization account. Because I exceeded the maximum verification attempts. Please reset my verification attempts.
Replies
0
Boosts
0
Views
95
Activity
Jul ’26
Activation Lock Bypass Code
We are having issues working with bypass codes the server creates when initiating Activation Lock through MDM. We are able to use the device-generated bypass codes without issue. When using the end point to request activation lock as specified in https://developer.apple.com/documentation/devicemanagement/creating-and-using-bypass-codes/ we get a 200 response. But when using the endpoint to bypass the activation lock, we get a 404 response. If we try to manually input the activation lock bypass code, it also does not work. Both of these methods work with the device-generated bypass codes. Just to clarify when testing the server generated codes, we ensured that we did not test the device-generated codes. All of this was tested on iOS devices. Created feedback ticket FB21365819 with device specific details.
Replies
1
Boosts
0
Views
1.3k
Activity
Jan ’26