Search results for

“Account Locked”

34,368 results found

Post

Replies

Boosts

Views

Activity

Lock Orientation and Disable Multitasking/Slide Over
Hello! I have a quick question about locking orientation and disabling Multitasking/Slide Over in a .swiftpm for the Swift Student Challenge. A .swiftpm file contains a Package.swift file. At the top of this file, there is a very scary warning that directs you to not edit it. However, being unable to edit this means that I cannot lock the orientation of an iPad and disable Multitasking/Slide Over. I have read that it does not break your project if you ignore the warning and I tried it out for myself — editing the file does indeed lock orientation and disable Multitasking/Slide Over! Although, as you can imagine, this is quite nerve-wracking. What are the actual technical implications of doing this? Are participants allowed to do this? If this does not seem like a good idea, would judges follow through with a note that tells them to simply not use certain orientations and Multitasking/Slide Over? (Yeah, I know… not an ideal thing but if there’s anyone to understand it would be Apple
1
0
601
Jan ’25
determine if an account is a mobile account
Hi,Is there a way to figure out from a code if a local user account is actually a mobile account on High Sierra?On Sierra I checked the kODAttributeTypeAuthenticationAuthority attribute of the user ODRecord.By on High Sierra I can't find this attribute anymore. Is there any other ways to check this ?
0
0
489
Nov ’17
Lock Icon on Carousel/Poster Images in legacy apple tv
Hi,I need a feature to be implemented in one of our apps. To distinguish between authenticated and unauthenticated videos , I need to display a small Lock icon over the carousel/poster images in the rails.We are able to put this lock icon on the menu items, as there is a specific field in it called accessories with the value lock . But Is there any way to place the image on the rowlists ?
0
0
453
Apr ’17
Play workout audio prompt when iPhone is locked.
HiI'm making a running app and I want to deliver an audio prompt to motivate the runner every few minutes.How do I go about delivering the audio prompt when the users phone is locked as they run?I have background audio selected so the currently playing audio contines when the user initially locks their phone. However, how do I deliver the next prompt in say 5 minutes time?I'm struggling to keep the app alive in the background other than using location services, however the user may not want to share their location so the app fails.Any suggestions welcome.Thanks.Steve
1
0
709
Mar ’19
Watch constantly restarting and issues with lock/unlock
Experiencing this on watchOS 5 beta 1 and watchOS 5 beta 2 with a Series 3 cellular. The watch will randomly restart. This seems to happen 5-10 times a day.In addition to restarting, the watch sometimes appear to get stuck between locked and unlocked. It appears locked (calendar complication says unlock to view and activity rings are greyed out), but when I tap the face to put in the passcode the watch is actually unlocked (a tap on the calendar complication takes me straight to the calendar app as if the watch is unlocked, a tap on the activity coimplication takes me straight to the activity app).I just installed the sysdiagnose profile and will be submitting my logs to Apple, but was curious if anyone else has had this issue and found any solutions since my watch is mostly useless as a result. I have unpaired/repaired and set up as a new watch, which helped for a little while and then the same behavior started to happen again.
0
0
509
Jun ’18
watchOS 2b4 slow & locks up
I installed b4 and the watch is slow and actually locks up now requiring a force reboot. When it first launches, it works just fine but after a few minutes, it starts to bog down and eventually requires the force reboot. Unpairing and repairing doesn't fix it.I wonder if there is a weird process causing this. Is anyone else seeing this?
33
0
4.9k
Jul ’15
Widget with relative date text not updating when device is locked
I have a widget that uses a countdown or timer by using a Text view of a date with a style of relative. The first time this widget is viewed on the Today screen in a locked state it gets the correct data, however all subsequent viewing of the widget from a locked device does not change the countdown at all. Even locking, viewing the now correct today screen and then locking again, will go back to the data it seems to have cached on the first viewing of that widget from the locked state. Is there anyway for this relative date to update while the device is locked?
0
0
697
Nov ’21
Opening maps from iOS today extension while screen is locked
Hi all,I have a today extension that opens a map via a call of MKMapItem.openMapsWithItems. It works fine if the phone is not locked, but if the today extension is opened from the lock screen, the call doesn't do anything. I would expect the same to happen if you do an open URL, namely, the screen Touch ID or Enter Passcode appears, and once you unlocked the phone, it continues with opening the URL.Is there any way to achieve the openURL behaviour when opening maps with MKMapItem.openMapsWithItems?Thanks, Markus
0
0
284
Nov ’15
AlarmKit alarms only showing on lock screen
I am using AlarmKit to schedule alarms in an app I am working on, however my scheduled alarms only show up on the lock screen. If I am on the home screen or elsewhere I only hear the sound of the alarm, but no UI shows up. Environment: iOS 26 beta 3 Xcode 26 beta 3
Topic: UI Frameworks SubTopic: SwiftUI
3
0
296
Jul ’25
Upgrading security a step to be able to lock individual app.
Hellow Sir/ Mam from last some years am using apple products. I think this company provide most stable product and in mater of over all device security this brand never compromise but I still think that in mater of individual app security this brand had not think till date. This brand have everything its own and don't recommend to use other's product for example it have Siri for personal assistan, Apple Map for navigation, Apple Music for music lover, iBook for reader etc, which I think are the key features of the brand, but after having everything still if I question Apple that is it possible to lock individual app including all third app the answer I will get that I have to go for third party app. So is possible to develop a app, like Siri which have direct control from device settings, to lock individual app Including all app from Apple and other third party app or else we can say upgrading restrictions option to be able to lock individual apps.THANK YOU
1
0
444
Aug ’17
Live Activity Stops Updating after iPhone Lock
My background audio app stops updating its Live Activity after the iPhone locks, and doesn't resume updating the activity after tapping the screen or even after FaceID unlocks the device (without opening the lock screen). My live activity requests a ContentState update & iOS updates the content for the activity as below: Task{ log.debug(LiveActivityManager.updateLiveActivity() with new ContentState) await liveActivity.update( ActivityContent(state:contentState, staleDate:nil) ) } Below what my log looks like: <<<>>> DEBUG: LiveActivityManager.updateLiveActivity() with new ContentState iOS: Updating content for activity 0A519263-1E46-4BB6-BA4F-F3DDBC081AB4 DEBUG: LiveActivityManager.updateLiveActivity() with new ContentState iOS: Updating content for activity 0A519263-1E46-4BB6-BA4F-F3DDBC081AB4 <<<Lock iPhone>>>> INFO: --------protectedDataWillBecomeUnavailableNotification-------- DEBUG: LiveActivityManager.updateLiveActivity() with new Con
12
0
4.6k
Mar ’24
Lock Orientation and Disable Multitasking/Slide Over
Hello! I have a quick question about locking orientation and disabling Multitasking/Slide Over in a .swiftpm for the Swift Student Challenge. A .swiftpm file contains a Package.swift file. At the top of this file, there is a very scary warning that directs you to not edit it. However, being unable to edit this means that I cannot lock the orientation of an iPad and disable Multitasking/Slide Over. I have read that it does not break your project if you ignore the warning and I tried it out for myself — editing the file does indeed lock orientation and disable Multitasking/Slide Over! Although, as you can imagine, this is quite nerve-wracking. What are the actual technical implications of doing this? Are participants allowed to do this? If this does not seem like a good idea, would judges follow through with a note that tells them to simply not use certain orientations and Multitasking/Slide Over? (Yeah, I know… not an ideal thing but if there’s anyone to understand it would be Apple
Replies
1
Boosts
0
Views
601
Activity
Jan ’25
Message tones no longer play when screen is locked.
After upgrading to build 13E5214d, sms/imessage tones no longer play when the screen is locked.
Replies
0
Boosts
0
Views
258
Activity
Mar ’16
determine if an account is a mobile account
Hi,Is there a way to figure out from a code if a local user account is actually a mobile account on High Sierra?On Sierra I checked the kODAttributeTypeAuthenticationAuthority attribute of the user ODRecord.By on High Sierra I can't find this attribute anymore. Is there any other ways to check this ?
Replies
0
Boosts
0
Views
489
Activity
Nov ’17
AnchorEntity cannot be locked to a location other than Wall.
In RealityView, I use AnchorEntity to lock to Wall to run normally: AnchorEntity(.plane(.vertical, classification: .wall, minimumBounds: .one)) But I use a location other than wall but I can't display View. Why is that?
Replies
0
Boosts
0
Views
531
Activity
Jan ’24
Lock Icon on Carousel/Poster Images in legacy apple tv
Hi,I need a feature to be implemented in one of our apps. To distinguish between authenticated and unauthenticated videos , I need to display a small Lock icon over the carousel/poster images in the rails.We are able to put this lock icon on the menu items, as there is a specific field in it called accessories with the value lock . But Is there any way to place the image on the rowlists ?
Replies
0
Boosts
0
Views
453
Activity
Apr ’17
Play workout audio prompt when iPhone is locked.
HiI'm making a running app and I want to deliver an audio prompt to motivate the runner every few minutes.How do I go about delivering the audio prompt when the users phone is locked as they run?I have background audio selected so the currently playing audio contines when the user initially locks their phone. However, how do I deliver the next prompt in say 5 minutes time?I'm struggling to keep the app alive in the background other than using location services, however the user may not want to share their location so the app fails.Any suggestions welcome.Thanks.Steve
Replies
1
Boosts
0
Views
709
Activity
Mar ’19
Watch constantly restarting and issues with lock/unlock
Experiencing this on watchOS 5 beta 1 and watchOS 5 beta 2 with a Series 3 cellular. The watch will randomly restart. This seems to happen 5-10 times a day.In addition to restarting, the watch sometimes appear to get stuck between locked and unlocked. It appears locked (calendar complication says unlock to view and activity rings are greyed out), but when I tap the face to put in the passcode the watch is actually unlocked (a tap on the calendar complication takes me straight to the calendar app as if the watch is unlocked, a tap on the activity coimplication takes me straight to the activity app).I just installed the sysdiagnose profile and will be submitting my logs to Apple, but was curious if anyone else has had this issue and found any solutions since my watch is mostly useless as a result. I have unpaired/repaired and set up as a new watch, which helped for a little while and then the same behavior started to happen again.
Replies
0
Boosts
0
Views
509
Activity
Jun ’18
Push notification disappearing with in second from the lock screen!
Push notification disappearing with in second from the lock screen! When we use our app to send push notification it dissappear within seconds or stay for few seconds and sometime its just the sound. Please guide me thank you :(
Replies
7
Boosts
0
Views
11k
Activity
Feb ’16
watchOS 2b4 slow & locks up
I installed b4 and the watch is slow and actually locks up now requiring a force reboot. When it first launches, it works just fine but after a few minutes, it starts to bog down and eventually requires the force reboot. Unpairing and repairing doesn't fix it.I wonder if there is a weird process causing this. Is anyone else seeing this?
Replies
33
Boosts
0
Views
4.9k
Activity
Jul ’15
Pause Picture in Picture (PIP) when user locks the iPhone?
I am have implemented PIP in my app. When user goes to background while video was playing. App opens PIP and everything works fine. But when user locks the device , PIP is not stopping/Pausing the video. Is there a way I can pause the Video when user locks the device?
Replies
0
Boosts
0
Views
494
Activity
Aug ’24
Widget with relative date text not updating when device is locked
I have a widget that uses a countdown or timer by using a Text view of a date with a style of relative. The first time this widget is viewed on the Today screen in a locked state it gets the correct data, however all subsequent viewing of the widget from a locked device does not change the countdown at all. Even locking, viewing the now correct today screen and then locking again, will go back to the data it seems to have cached on the first viewing of that widget from the locked state. Is there anyway for this relative date to update while the device is locked?
Replies
0
Boosts
0
Views
697
Activity
Nov ’21
Opening maps from iOS today extension while screen is locked
Hi all,I have a today extension that opens a map via a call of MKMapItem.openMapsWithItems. It works fine if the phone is not locked, but if the today extension is opened from the lock screen, the call doesn't do anything. I would expect the same to happen if you do an open URL, namely, the screen Touch ID or Enter Passcode appears, and once you unlocked the phone, it continues with opening the URL.Is there any way to achieve the openURL behaviour when opening maps with MKMapItem.openMapsWithItems?Thanks, Markus
Replies
0
Boosts
0
Views
284
Activity
Nov ’15
AlarmKit alarms only showing on lock screen
I am using AlarmKit to schedule alarms in an app I am working on, however my scheduled alarms only show up on the lock screen. If I am on the home screen or elsewhere I only hear the sound of the alarm, but no UI shows up. Environment: iOS 26 beta 3 Xcode 26 beta 3
Topic: UI Frameworks SubTopic: SwiftUI
Replies
3
Boosts
0
Views
296
Activity
Jul ’25
Upgrading security a step to be able to lock individual app.
Hellow Sir/ Mam from last some years am using apple products. I think this company provide most stable product and in mater of over all device security this brand never compromise but I still think that in mater of individual app security this brand had not think till date. This brand have everything its own and don't recommend to use other's product for example it have Siri for personal assistan, Apple Map for navigation, Apple Music for music lover, iBook for reader etc, which I think are the key features of the brand, but after having everything still if I question Apple that is it possible to lock individual app including all third app the answer I will get that I have to go for third party app. So is possible to develop a app, like Siri which have direct control from device settings, to lock individual app Including all app from Apple and other third party app or else we can say upgrading restrictions option to be able to lock individual apps.THANK YOU
Replies
1
Boosts
0
Views
444
Activity
Aug ’17
Live Activity Stops Updating after iPhone Lock
My background audio app stops updating its Live Activity after the iPhone locks, and doesn't resume updating the activity after tapping the screen or even after FaceID unlocks the device (without opening the lock screen). My live activity requests a ContentState update & iOS updates the content for the activity as below: Task{ log.debug(LiveActivityManager.updateLiveActivity() with new ContentState) await liveActivity.update( ActivityContent(state:contentState, staleDate:nil) ) } Below what my log looks like: <<<>>> DEBUG: LiveActivityManager.updateLiveActivity() with new ContentState iOS: Updating content for activity 0A519263-1E46-4BB6-BA4F-F3DDBC081AB4 DEBUG: LiveActivityManager.updateLiveActivity() with new ContentState iOS: Updating content for activity 0A519263-1E46-4BB6-BA4F-F3DDBC081AB4 <<<Lock iPhone>>>> INFO: --------protectedDataWillBecomeUnavailableNotification-------- DEBUG: LiveActivityManager.updateLiveActivity() with new Con
Replies
12
Boosts
0
Views
4.6k
Activity
Mar ’24