Search results for

“Account Locked”

34,365 results found

Post

Replies

Boosts

Views

Activity

errSecInteractionNotAllowed with -25308 and device lock
Hi all,Im doing a device passcode check using the keychain kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly, this way I can check if the device has a passcode or not by trying to add an item to the keychain and look at the status response.The only issue I have is that this option is only valid for check if the device is unlocked at the time of checking. At this time I receive the 25308 error.My question is: can I trust that this 25308 error will be received only when the device is locked and with passcode? Are there any options to receive this error when the device is not locked with passcode?This way I can use both statuses: errSecSuccess or errSecInteractionNotAllowed in order to decide that the device is passlocked.Thanks.
0
0
1.3k
Mar ’16
Switching tracks in background on locked iphone
My web app plays a playlist of multiple tracks. It plays just fine on a PC or on an active IPhone. But when an iphone gets locked tracks stop switching and continue automatically only when I unlock it and open the browser.I know there might be some restrictions to doing things on a locked iphone, but I feel like many websites are able to do that. Is there a way to play longer playlists on a locked iphone?
0
0
1.1k
May ’19
Is it possible to activate water lock in-app?
It has been asked here before but didn't get any helpful answers.I'm going to develop an app that will have the possibility to track swimming workouts in which case it would be most helpful if users could turn on the water lock while in the app.I don't find any documentation about this though so I'm guessing it isn't possible for us yet? If not, are there any workarounds to still lock the watch for input while swimming?
2
0
4.3k
Jan ’17
Notarization fails, Apple ID has been locked
macOS 10.14.4, Xcode 10.2.1I am trying to notarize my macOS app for the first time, using altool on the command line.But this is what I get:andy$ xcrun altool --notarize-app --primary-bundle-id com.example.transcribe.zip --username andy --password @keychain:ALTOOL_PASSWORD --file Transcribe!.zip2019-05-01 11:27:11.204 altool[6836:211392] *** Error: Unable to validate your application. This Apple ID has been locked for security reasons. Visit iForgot to reset your account (https://iforgot.apple.com).I have reset my password as it suggests - twice in fact - but in makes no difference.I spoke to someone who suggested I try downloading an app from the app store to see if it works - it does, no problem.Help!
1
0
5.5k
May ’19
lock screen music time
iOS 10, beta 1iPod touch 6th genWhen a song is playing on Apple Music and the device is locked, a tap on the home or power button obviously brings up the now playing music.The time up played and remaining fail to update after the first display.So -play songlock devicetap home - now playing shows and time of song progresses as normalallow to lock againtap home - now playing shows, but the time played and remaining does not count down or move. (the song is still playing)i filed radar: 26917267oh, just noticed this is flagged as duplicate: Duplicate of 26669561 ( Open)
0
0
236
Jun ’16
shell lock
Thread 0x1b84 1001 samples (1-1001) priority 20 (base 20) 1001 thread_start + 15 (libsystem_pthread.dylib + 8043) [0x7ff811368f6b] 1001 _pthread_start + 125 (libsystem_pthread.dylib + 25825) [0x7ff81136d4e1] 1001 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_deletestd::__1::__thread_struct >, void ()(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, void, system_profile_struct const&), std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >, char const*, void*, std::__1::reference_wrapper<system_profile_struct> > >(void*) + 183 (LCAService + 80023) [0x108a97897] 1001 LuaLoaderThread(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&
1
0
445
Apr ’23
Reply to Company Developer Account locked
Exactly the same problem here. I setup a new account last week for a new business I'm starting up. Everything was accepted then this week it's been locked without warning. I called the number that was on my Developer Account invoice and they recommended submitting a support request to developer.apple.com/contact/apple-id which I have now done. No response yet.
Apr ’25
errSecInteractionNotAllowed with -25308 and device lock
Hi all,Im doing a device passcode check using the keychain kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly, this way I can check if the device has a passcode or not by trying to add an item to the keychain and look at the status response.The only issue I have is that this option is only valid for check if the device is unlocked at the time of checking. At this time I receive the 25308 error.My question is: can I trust that this 25308 error will be received only when the device is locked and with passcode? Are there any options to receive this error when the device is not locked with passcode?This way I can use both statuses: errSecSuccess or errSecInteractionNotAllowed in order to decide that the device is passlocked.Thanks.
Replies
0
Boosts
0
Views
1.3k
Activity
Mar ’16
Switching tracks in background on locked iphone
My web app plays a playlist of multiple tracks. It plays just fine on a PC or on an active IPhone. But when an iphone gets locked tracks stop switching and continue automatically only when I unlock it and open the browser.I know there might be some restrictions to doing things on a locked iphone, but I feel like many websites are able to do that. Is there a way to play longer playlists on a locked iphone?
Replies
0
Boosts
0
Views
1.1k
Activity
May ’19
Is it possible to activate water lock in-app?
It has been asked here before but didn't get any helpful answers.I'm going to develop an app that will have the possibility to track swimming workouts in which case it would be most helpful if users could turn on the water lock while in the app.I don't find any documentation about this though so I'm guessing it isn't possible for us yet? If not, are there any workarounds to still lock the watch for input while swimming?
Replies
2
Boosts
0
Views
4.3k
Activity
Jan ’17
Seeking App to Lock Phone
I’m looking for an app that allows me to lock my phone, and it only unlocks after timer is up. No password to override. i’m addicted to my phone and this is the best way to prevent impulsive behavior.
Replies
1
Boosts
0
Views
298
Activity
May ’21
Use of iPhone Keys in locked state?
Hello, is it accepted to use the up and down keys of an iphone for any purpose when the iPhone is in a locked state?
Replies
0
Boosts
0
Views
227
Activity
Feb ’17
Water Lock missing from WatchOS 26
I noticed the water lock feature isn’t in the control center after updating to WatchOS 26
Replies
2
Boosts
0
Views
365
Activity
Jun ’25
Notarization fails, Apple ID has been locked
macOS 10.14.4, Xcode 10.2.1I am trying to notarize my macOS app for the first time, using altool on the command line.But this is what I get:andy$ xcrun altool --notarize-app --primary-bundle-id com.example.transcribe.zip --username andy --password @keychain:ALTOOL_PASSWORD --file Transcribe!.zip2019-05-01 11:27:11.204 altool[6836:211392] *** Error: Unable to validate your application. This Apple ID has been locked for security reasons. Visit iForgot to reset your account (https://iforgot.apple.com).I have reset my password as it suggests - twice in fact - but in makes no difference.I spoke to someone who suggested I try downloading an app from the app store to see if it works - it does, no problem.Help!
Replies
1
Boosts
0
Views
5.5k
Activity
May ’19
lock screen music time
iOS 10, beta 1iPod touch 6th genWhen a song is playing on Apple Music and the device is locked, a tap on the home or power button obviously brings up the now playing music.The time up played and remaining fail to update after the first display.So -play songlock devicetap home - now playing shows and time of song progresses as normalallow to lock againtap home - now playing shows, but the time played and remaining does not count down or move. (the song is still playing)i filed radar: 26917267oh, just noticed this is flagged as duplicate: Duplicate of 26669561 ( Open)
Replies
0
Boosts
0
Views
236
Activity
Jun ’16
shell lock
Thread 0x1b84 1001 samples (1-1001) priority 20 (base 20) 1001 thread_start + 15 (libsystem_pthread.dylib + 8043) [0x7ff811368f6b] 1001 _pthread_start + 125 (libsystem_pthread.dylib + 25825) [0x7ff81136d4e1] 1001 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_deletestd::__1::__thread_struct >, void ()(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, void, system_profile_struct const&), std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >, char const*, void*, std::__1::reference_wrapper<system_profile_struct> > >(void*) + 183 (LCAService + 80023) [0x108a97897] 1001 LuaLoaderThread(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&
Replies
1
Boosts
0
Views
445
Activity
Apr ’23
Caps or Nums lock indicator on iOS
On iOS 14.6 is it possible for an app to toggle Caps or Nums lock indicator on a USB connected keyboard.
Replies
1
Boosts
0
Views
373
Activity
Sep ’21
No Live Photos in Lock Screen
My dog died recently and I put a Live Photo on my Lock Screen which really helped me as I could see him move and this really helped me. I downloaded IOS 16 and this no longer works. Please reinstate Live Photos on the Lock Screen!
Replies
3
Boosts
0
Views
531
Activity
Sep ’22
Reply to Company Developer Account locked
Exactly the same problem here. I setup a new account last week for a new business I'm starting up. Everything was accepted then this week it's been locked without warning. I called the number that was on my Developer Account invoice and they recommended submitting a support request to developer.apple.com/contact/apple-id which I have now done. No response yet.
Replies
Boosts
Views
Activity
Apr ’25
Disable camera from the lock screen
Hello,Is there way to set up the settings programmatically - to disable access to camera from the lock screen?We would like implement this feature for application that run on iOS 9 and 10.Could you please provide a reference us to API to do that?Thank you!
Replies
4
Boosts
0
Views
299
Activity
Jan ’17
Differents passwords for hide or lock app
We must to have a options to create different passwords to hide or lock app. its important and possíble , please check and introduce this
Replies
0
Boosts
0
Views
332
Activity
Jun ’24
XIB all View locked and can't unlock them
I have a big issue. In the InterfaceBuilder all view locked. if i use the menu: Localization Locking Reset Locking Control or Nothing, this works not. Have anyone an idea? Clean up the build or removing the xib file and add it again doesn't work also not.
Replies
1
Boosts
0
Views
1.2k
Activity
Jan ’23