Search results for

“Account Locked”

33,550 results found

Post

Replies

Boosts

Views

Activity

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
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
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
355
May ’23
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
505
Dec ’23
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
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
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
875
Jan ’26
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
461
Mar ’20
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
580
May ’18
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
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.4k
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.8k
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
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
355
Activity
May ’23
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
505
Activity
Dec ’23
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
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
Reply to Email notification on Lock Screen not appearing
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.
Replies
Boosts
Views
Activity
Dec ’24
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
Apple Pencil not activating Notes on lock screen
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.
Replies
1
Boosts
0
Views
374
Activity
Jun ’17
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
875
Activity
Jan ’26
Is there a way to measure lock contention?
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.)
Replies
1
Boosts
0
Views
1.8k
Activity
Jul ’22
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.
Replies
1
Boosts
0
Views
461
Activity
Mar ’20
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:
Replies
0
Boosts
0
Views
580
Activity
May ’18