Search results for

“Account Locked”

33,554 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.2k
Mar ’16
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
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
Bug in IOS 16 Lock Screen
There is the edit/copy/undo etc. feature when you press with 3 fingers. It doesn’t make sense to work in Lock Screen as well, unlike in notes where it ia usefull. If I press with 3 fingers in my Lock Screen, the copy/undo/cut etc. menu/bar shows up with all of the options grayed out. This bug should be fixed :) I also tested for the possibility of this feature being useful for example when you want to reply to messages from Lock Screen but this feature won’t work when you’re in the reply menu. Therefore I think the developer’s intention wasn’t that it would work in Lock Screen.
1
0
341
Nov ’22
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
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
431
Apr ’23
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
226
Jun ’16
getTimeline being called even when the phone is locked
I added some logging to my widget and in console.app I can see that the widget getTimeline method is being called even when the users phone is locked. It's been over an hour with my phone locked and the widgets getTimeline method is still being called when the timeline expires. I want the widget to refresh as little as possible when not visible because every call to our API costs money, I don't want widgets just sitting there hitting our server even if someone isn't looking at it. Is there any way to disable this functionality and reduce the number of getTimeline calls when the widget is not visible or the phone is locked? NOTE: I'm not running the app via xcode just incase that triggers some more frequent update path.
0
0
826
Sep ’20
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.2k
Activity
Mar ’16
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
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
Bug in IOS 16 Lock Screen
There is the edit/copy/undo etc. feature when you press with 3 fingers. It doesn’t make sense to work in Lock Screen as well, unlike in notes where it ia usefull. If I press with 3 fingers in my Lock Screen, the copy/undo/cut etc. menu/bar shows up with all of the options grayed out. This bug should be fixed :) I also tested for the possibility of this feature being useful for example when you want to reply to messages from Lock Screen but this feature won’t work when you’re in the reply menu. Therefore I think the developer’s intention wasn’t that it would work in Lock Screen.
Replies
1
Boosts
0
Views
341
Activity
Nov ’22
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
286
Activity
May ’21
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
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
212
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
324
Activity
Jun ’25
Reply to Urgent: Locked Account Holder – Need Help Accessing Developer Account
I'm in a similar situation. 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
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
431
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
363
Activity
Sep ’21
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
226
Activity
Jun ’16
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
513
Activity
Sep ’22
getTimeline being called even when the phone is locked
I added some logging to my widget and in console.app I can see that the widget getTimeline method is being called even when the users phone is locked. It's been over an hour with my phone locked and the widgets getTimeline method is still being called when the timeline expires. I want the widget to refresh as little as possible when not visible because every call to our API costs money, I don't want widgets just sitting there hitting our server even if someone isn't looking at it. Is there any way to disable this functionality and reduce the number of getTimeline calls when the widget is not visible or the phone is locked? NOTE: I'm not running the app via xcode just incase that triggers some more frequent update path.
Replies
0
Boosts
0
Views
826
Activity
Sep ’20