Search results for

“Account Locked”

34,365 results found

Post

Replies

Boosts

Views

Activity

How to detect if an app is locked by the user in iOS 18
Hi, My app features its own lock screen secured by Face ID or Touch ID. With the introduction of the locked app feature in iOS 18, I want to ensure that users do not experience duplicate lock screens. Could you please advise on how to detect if the locked app feature is enabled in iOS 18, so I can disable my app's internal lock screen when necessary? Thank you!
1
0
658
Jun ’24
Caps lock reporting behavior
I am developing a bluetooth keyboard and I have the following question. This might be more appropriate for the HID people to answer.Traditionally when caps lock is pressed on a pc , an hid report is sent from host to the device to enable/ disable the keyboards led. Ie the leds are managed by the host in order to avoid confusion when multiple keyboards are connected. It seems that macOS only sends a turn off led report rather than both an on and off. Is this the desired behavior?Thank you,Yiangos
0
0
607
Sep ’17
Locked out of Advanced Capabilities
I'm a card carying Developer, have been for 4 years now without lapse. So why is it telling me I can't access the Advanced Capabilities such as Push Notifications and iCloud?This happened after Xcode 7.3 crashed and rebooted. Now it won't accept my account. Rebooted my Mac, rebooted Xcode, removed and readded my account. No secondary account to attepmt (not rich like that, haven't had an app hit the top 5 yet and only working on a simple enterprise app).Anyone have a solution? I kind of need Push Notifications the most. Nothing else seams affected that I can see.
4
0
690
Jan ’16
Picture in Picture stops audio when phone locked
AVPlayerViewController has the functionality to keep playing the audio when the app is backgrounded or the device is locked. Obviously picture in picture improves this when the app is backgrounded but we lose the functionality when the device is locked as it stops the audio. The user can hit play on the lock-screen to continue playing but doesn't seem to be ideal. Is there any way around this or is the expected behaviour?
1
0
877
Oct ’20
Mark reminders as completed on lock screen
I like iOS 10 for the most part but I use reminders quite a bit and have noticed with the new lock screen in iOS 10 that I can't mark reminders completed. I can only hit view or clear. View requires me to log in to my phone and clear only clears the notification. Does anyone know of a way to mark reminders completed on the lock screen?This happens on my iPhone 6 only for some reason. I also have an iPhone 5 and don't have that problem, it's displaying the normal options (Mark as Completed | Remind me in 1 Hour | Clear)Any help would be welcome.Thanks
3
0
5.1k
Aug ’16
Key Logging Under Catalina While Locked
Hi!My app wants to intercept/receive user keystrokes while the app is running and the macOS computer is locked. However, when the computer is locked, my code receives the first keystroke by the user, then the login window appears, and then even if the login window disappears the code does not receive any subsequent keystroke from the user. Only when the computer is unlocked and then locked again does my app receive any subsequent keystroke from the user.This behavior was not present on Mojave or High Sierra.Is this a Catalina security policy? No error is provided - my code is using IOKit routines to setup callbacks to receive user keypresses. I have attempted to reinitialize all the IOKit objects/callbacks while in the background but that did not result in my app receiving subsequent keystrokes.My app doesn't record the keys - it only notes the time at which it's told a key was pressed.Thanks,Karl
0
0
483
Jan ’20
Apple AUGraphicEQ dead-lock
Hi, I encounter a dead-lock with Apple AUGraphicEQ. I have attached backtrace: thread #44, name = 'com.apple.audio.toolbox.AUScheduledParameterRefresher' frame #0: 0x0000000182059bb0 libsystem_kernel.dylib`semaphore_wait_trap + 8 frame #1: 0x000000018e9e7e00 caulk`caulk::semaphore::timed_wait(double) + 224 frame #2: 0x000000018e9e7cac caulk`caulk::concurrent::details::worker_thread::run() + 32 frame #3: 0x000000018e9e794c caulk`void* caulk::thread_proxy>>(void*) + 96 frame #4: 0x000000018209dc58 libsystem_pthread.dylib`_pthread_start + 136 regards, Joël
2
0
551
Jun ’26
GKAccessPoint view can't be accessed to lock orientation
Hi, the GKAccessPoint view can't be accessed so there's no way to override its orientation when we want to lock it into a specific one. Unfortunately the GKAccessPoint respect only the supported interface orientations set in the Info plist at build time, but what if I want to support them all at build time and then at runtime only lock in one or another based on my game settings? Unity can let me lock the orientation of the game at runtime but the GKAccessPoint only respects the supported interface orientations and so with the autorotation enabled ignore the lock set by Unity allowing the orientations to change based on the device rotation. Unity confirmed there's no way to access the GKAccessPoint view so there's no way to override its orientation and make it respect a certain lock in one of them. Is there a way to make the GKAccessPoint respect an orientation lock set at runtime? If yes how can that be done? If no what does that entail? That a game suppo
0
0
489
Mar ’21
Reply to WatchOS 6.2.6 - Can not test sanbox In-app purchase with independent app
I've seen testflight working now on the latest watchos 8 beta but if your apple account is outside of the US you might see this: your account is not valid for use in the U.S. store. You must switch to the U.K. store before purchasing. It seems for some reason the watch is locked against the U.S. store even though my apple account, sandbox and testflight are all set to UK. I had to create a sandbox account set to the US, sign in with that on the phone, app store and app store sandbox then the purchase completed ok.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’21
Lock content behind login system
Hey everyone,just a quick question - are you allowed to lock content behind a login system without any possibility to sign - up?The section is supposed to be only for a group of members, which must not be paid, but not available to everyone at the same time, so we can´t use IAP purchase to lock the content. We would just verify the user is allowed to enter the section by asking for already existing login credentials. At no points in the app we would point on how to get access to that area.Kind regards, appstasy
1
0
513
May ’17
Can I lock iPad in iOS application made by me?
Hello guys. I am novice developer and I am developing own iPad management application. I need this functions. lock my iPad on time (I found some features that Apple suggested. for example, guided access. but I don't know that In my app, Can I control this function? or I need other ways to lock my iPad on time.) 2. Application that cannot be turned off Can I develop application that cannot be turned off in without developer's permission? I need an iPad manager application that can control the usage of the iPad. Thank to you reading a my writing.
1
0
965
Aug ’20
Reply to Not able to buy Apple TV Developer Kit
I have the same issue, a member on here has said you need to email developer support...the turn around for that is a day....I think it will take longer.Can I ask though, do you have an Apple Music Subscription? - I think my account is locked for country changes until it expires.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’15
How to detect if an app is locked by the user in iOS 18
Hi, My app features its own lock screen secured by Face ID or Touch ID. With the introduction of the locked app feature in iOS 18, I want to ensure that users do not experience duplicate lock screens. Could you please advise on how to detect if the locked app feature is enabled in iOS 18, so I can disable my app's internal lock screen when necessary? Thank you!
Replies
1
Boosts
0
Views
658
Activity
Jun ’24
Caps lock reporting behavior
I am developing a bluetooth keyboard and I have the following question. This might be more appropriate for the HID people to answer.Traditionally when caps lock is pressed on a pc , an hid report is sent from host to the device to enable/ disable the keyboards led. Ie the leds are managed by the host in order to avoid confusion when multiple keyboards are connected. It seems that macOS only sends a turn off led report rather than both an on and off. Is this the desired behavior?Thank you,Yiangos
Replies
0
Boosts
0
Views
607
Activity
Sep ’17
Apple Configurator 2 - Lock Profile
How do you lock a profile in Apple Configurator 2 for a Manually Supervised Device
Replies
1
Boosts
0
Views
2.6k
Activity
Jul ’17
Workflow must be locked if deploying to TestFlight
Does anyone know what this message means? Workflow must be locked if deploying to TestFlight. I'm trying to save changes on a workflow that I've edited before but can no longer save.
Replies
2
Boosts
0
Views
1.3k
Activity
Apr ’22
Locked out of Advanced Capabilities
I'm a card carying Developer, have been for 4 years now without lapse. So why is it telling me I can't access the Advanced Capabilities such as Push Notifications and iCloud?This happened after Xcode 7.3 crashed and rebooted. Now it won't accept my account. Rebooted my Mac, rebooted Xcode, removed and readded my account. No secondary account to attepmt (not rich like that, haven't had an app hit the top 5 yet and only working on a simple enterprise app).Anyone have a solution? I kind of need Push Notifications the most. Nothing else seams affected that I can see.
Replies
4
Boosts
0
Views
690
Activity
Jan ’16
Picture in Picture stops audio when phone locked
AVPlayerViewController has the functionality to keep playing the audio when the app is backgrounded or the device is locked. Obviously picture in picture improves this when the app is backgrounded but we lose the functionality when the device is locked as it stops the audio. The user can hit play on the lock-screen to continue playing but doesn't seem to be ideal. Is there any way around this or is the expected behaviour?
Replies
1
Boosts
0
Views
877
Activity
Oct ’20
Mark reminders as completed on lock screen
I like iOS 10 for the most part but I use reminders quite a bit and have noticed with the new lock screen in iOS 10 that I can't mark reminders completed. I can only hit view or clear. View requires me to log in to my phone and clear only clears the notification. Does anyone know of a way to mark reminders completed on the lock screen?This happens on my iPhone 6 only for some reason. I also have an iPhone 5 and don't have that problem, it's displaying the normal options (Mark as Completed | Remind me in 1 Hour | Clear)Any help would be welcome.Thanks
Replies
3
Boosts
0
Views
5.1k
Activity
Aug ’16
Key Logging Under Catalina While Locked
Hi!My app wants to intercept/receive user keystrokes while the app is running and the macOS computer is locked. However, when the computer is locked, my code receives the first keystroke by the user, then the login window appears, and then even if the login window disappears the code does not receive any subsequent keystroke from the user. Only when the computer is unlocked and then locked again does my app receive any subsequent keystroke from the user.This behavior was not present on Mojave or High Sierra.Is this a Catalina security policy? No error is provided - my code is using IOKit routines to setup callbacks to receive user keypresses. I have attempted to reinitialize all the IOKit objects/callbacks while in the background but that did not result in my app receiving subsequent keystrokes.My app doesn't record the keys - it only notes the time at which it's told a key was pressed.Thanks,Karl
Replies
0
Boosts
0
Views
483
Activity
Jan ’20
Apple AUGraphicEQ dead-lock
Hi, I encounter a dead-lock with Apple AUGraphicEQ. I have attached backtrace: thread #44, name = 'com.apple.audio.toolbox.AUScheduledParameterRefresher' frame #0: 0x0000000182059bb0 libsystem_kernel.dylib`semaphore_wait_trap + 8 frame #1: 0x000000018e9e7e00 caulk`caulk::semaphore::timed_wait(double) + 224 frame #2: 0x000000018e9e7cac caulk`caulk::concurrent::details::worker_thread::run() + 32 frame #3: 0x000000018e9e794c caulk`void* caulk::thread_proxy>>(void*) + 96 frame #4: 0x000000018209dc58 libsystem_pthread.dylib`_pthread_start + 136 regards, Joël
Replies
2
Boosts
0
Views
551
Activity
Jun ’26
screen time api Lock Screen
In my app I want to integrate a personilized Lock Screen. Does anybody know how that works?
Replies
1
Boosts
0
Views
271
Activity
Oct ’25
GKAccessPoint view can't be accessed to lock orientation
Hi, the GKAccessPoint view can't be accessed so there's no way to override its orientation when we want to lock it into a specific one. Unfortunately the GKAccessPoint respect only the supported interface orientations set in the Info plist at build time, but what if I want to support them all at build time and then at runtime only lock in one or another based on my game settings? Unity can let me lock the orientation of the game at runtime but the GKAccessPoint only respects the supported interface orientations and so with the autorotation enabled ignore the lock set by Unity allowing the orientations to change based on the device rotation. Unity confirmed there's no way to access the GKAccessPoint view so there's no way to override its orientation and make it respect a certain lock in one of them. Is there a way to make the GKAccessPoint respect an orientation lock set at runtime? If yes how can that be done? If no what does that entail? That a game suppo
Replies
0
Boosts
0
Views
489
Activity
Mar ’21
Reply to WatchOS 6.2.6 - Can not test sanbox In-app purchase with independent app
I've seen testflight working now on the latest watchos 8 beta but if your apple account is outside of the US you might see this: your account is not valid for use in the U.S. store. You must switch to the U.K. store before purchasing. It seems for some reason the watch is locked against the U.S. store even though my apple account, sandbox and testflight are all set to UK. I had to create a sandbox account set to the US, sign in with that on the phone, app store and app store sandbox then the purchase completed ok.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21
Lock content behind login system
Hey everyone,just a quick question - are you allowed to lock content behind a login system without any possibility to sign - up?The section is supposed to be only for a group of members, which must not be paid, but not available to everyone at the same time, so we can´t use IAP purchase to lock the content. We would just verify the user is allowed to enter the section by asking for already existing login credentials. At no points in the app we would point on how to get access to that area.Kind regards, appstasy
Replies
1
Boosts
0
Views
513
Activity
May ’17
Can I lock iPad in iOS application made by me?
Hello guys. I am novice developer and I am developing own iPad management application. I need this functions. lock my iPad on time (I found some features that Apple suggested. for example, guided access. but I don't know that In my app, Can I control this function? or I need other ways to lock my iPad on time.) 2. Application that cannot be turned off Can I develop application that cannot be turned off in without developer's permission? I need an iPad manager application that can control the usage of the iPad. Thank to you reading a my writing.
Replies
1
Boosts
0
Views
965
Activity
Aug ’20