Search results for

“Account Locked”

36,224 results found

Post

Replies

Boosts

Views

Activity

Documents are locked when opened under XC UI Testing
Got an issue with XC UI Testing where I can't open documents without them being marked as locked (the Locked label is shown in the titlebar). The document in question is a testing asset and copied into the testing bundle for easy access. I've checked the file in bundle in Finder and the document is not marked as locked. I've also tried copying the document to a temp directory before opening it and it's still locked?! What's the trick for getting it to open without being locked?
1
0
638
Apr ’24
Lock screen clock (A very small request)
I doubt that the apple devs will actually read this. But if they do, may i have a small request for them? (I know you guys have move on from ios 10 to ios 11. But im stuck on my iphone 5 so no ios 11 for me :p) Add the capability for users to either customise/disable the clock on top of the lock screen for ios 10+ please? I have seen a lot of people trying to jailbreak their iphone just to get this feature, and honestly i dont see any reason this shouldnt be added. Furthermore, people jailbreaking their devices just to get a that simple of a feature is not what you want right? So again, could you please add the ability to disable or customise the lock screen clock? If it work for ios 10 and lower users, it would be even more wonderful. A small ios update adding a small feature wont bother anyone (I think).
1
0
504
Dec ’17
Lock portrait orientation on iPad
Hi,This seems like it should be a simple question but I can't find an answer. I have an app that runs on both iPhone and iPad. The app uses various parent controllers, including splitview, tab bar, and nav, but the question applies to a circumstance where a view controller is running without a parent (ie it is the window's root view controller) and is running on an iPad. I would like to lock the orientation of that view controller so that it can only be portrait or portraitUpsideDown. The app is written in swift and I am targetting iOS 10. I would like to know how to do this and also if it would create any issues with approval of the app, since it seems Apple wants iPad apps to support all orientations (and my app does, except for this one view controller, which is used only when running on iPad).Thanks very much,Matthew FlemingFleming Dermatopathology
Topic: UI Frameworks SubTopic: AppKit Tags:
2
0
1k
Nov ’16
How to save a workout with a route on a locked iPhone ?
This question is a follow-up of https://developer.apple.com/forums/thread/695853 I need to save a workout with a route from a locked iPhone. I've tried many different ways of saving it since more than one year but I still struggle to find a code which works when the phone is locked. My current code is : let healthStore = HKHealthStore() let workoutConfiguration = HKWorkoutConfiguration() workoutConfiguration.activityType = .running let builder = HKWorkoutBuilder(healthStore: healthStore, configuration: workoutConfiguration, device: .local()) try await builder.beginCollection(at: workout.start) guard let quantityType = HKQuantityType.quantityType(forIdentifier: .activeEnergyBurned) else { ... } let totalEnergyBurnedSample = HKCumulativeQuantitySample(type: quantityType, quantity: HKQuantity(unit: HKUnit.kilocalorie(), doubleValue: totalEnergyBurned), start: workout.start, end: workout.end) try await builder.addSamples([totalEnergyBurnedSample]) if let route = builder.seriesBuilder(for: .worko
3
0
1.8k
Dec ’21
Saving workout routes on the phone when locked
I'm using HKLiveWorkoutDataSource and HKWorkoutRouteBuilder. The running workouts my app supports can be timed or distance-based, so the user may complete the workout while the phone is locked. In this case, the workout route cannot be saved because HealthKit is locked. To work around this issue, I save route data to the device and listen for UIApplication.protectedDataDidBecomeAvailableNotification to later add the route to the workout. Note, this is not needed on the watch, just the phone. Is this limitation by design, or is there a better way to handle it? BTW, thanks for making these APIs available on the phone in iOS 26 and also adding the heart rate zone APIs in 27
3
0
643
Jun ’26
Siri Shortcuts x Lock Screen
Dear Apple, I have a shortcut that uses the Set Wallpaper block in the shortcut but when I delete my Legacy iOS 15 Lock Screen it won’t work anymore. I’m on an iPhone 11 on iOS 16 Dev Beta 4. Is this a known issue or am I wrong. If I’m wrong correct me please Greetings, JAGBLUE
1
0
388
Jul ’22
Storyboard "locked"
Hello i am begining with xcode and i have a problem that i am sure is easy to fix but.. i cant find the answer anywhere 😟.I was working on my project when suddenly the storyboard stopped working properly basically what happens is everytime that i drag something in there, like a viewController for exemple, it stays where i dragged and it freezes there for ever.. i can drag buttons and move them in the viewController but the controller itself i cant. and that is the same for all kinds of Views on xcode.First i thought it was an configuration error.. or a button that i pressed wrong by accident so to test that i opened old projects and all of them are the same i made new ones and they are the same as well.I deleted xcode and its cache, updated xcode, dowloaded it again.. and its the same.(my xcode is currently at the last version 7.1 if not mistaken)Also I am using xcode on a mini mac server with my windows computed through a VNC connection i read in a forum that VNC sometimes causes that kind of problem so i d
2
0
1.1k
Nov ’15
system dead lock
system dead lock sometimes ,is there anyone who can help me , i v got none idea. Incident Identifier: DD02C50E-9062-4019-B5B6-098C25E2CF45 CrashReporter Key: 3d6dae79d882333702c0582e86fb6adafae3dd8c Hardware Model: iPhone7,2 Process: xxxx [3454] Path: /private/var/containers/Bundle/Application/BB2155C4-7AE2-4C09-8A2A-982B6825D576/xxxx.app/xxxx Identifier: xxxxx Version: 206 (1.0.0) Code Type: ARM-64 (Native) Role: Non UI Parent Process: launchd [1] Coalition: xxxxxx [4505] Date/Time: 2021-07-22 17:44:57.9918 +0800 Launch Time: 2021-07-22 17:36:19.4760 +0800 OS Version: iPhone OS 12.4.8 (16G201) Baseband Version: 7.80.04 Report Version: 104 Exception Type: EXC_CRASH (SIGKILL) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d Termination Description: SPRINGBOARD, scene-update watchdog transgression: xxxxx exhausted real (wall clock) time allowance of 10.00 seconds | ProcessVisibility: Foreground | Process
0
0
592
Jul ’21
Locked phone
It says im needed to connect to itunes but doesnt give info of what i should do
Replies
0
Boosts
0
Views
266
Activity
Dec ’20
Documents are locked when opened under XC UI Testing
Got an issue with XC UI Testing where I can't open documents without them being marked as locked (the Locked label is shown in the titlebar). The document in question is a testing asset and copied into the testing bundle for easy access. I've checked the file in bundle in Finder and the document is not marked as locked. I've also tried copying the document to a temp directory before opening it and it's still locked?! What's the trick for getting it to open without being locked?
Replies
1
Boosts
0
Views
638
Activity
Apr ’24
Lock screen clock (A very small request)
I doubt that the apple devs will actually read this. But if they do, may i have a small request for them? (I know you guys have move on from ios 10 to ios 11. But im stuck on my iphone 5 so no ios 11 for me :p) Add the capability for users to either customise/disable the clock on top of the lock screen for ios 10+ please? I have seen a lot of people trying to jailbreak their iphone just to get this feature, and honestly i dont see any reason this shouldnt be added. Furthermore, people jailbreaking their devices just to get a that simple of a feature is not what you want right? So again, could you please add the ability to disable or customise the lock screen clock? If it work for ios 10 and lower users, it would be even more wonderful. A small ios update adding a small feature wont bother anyone (I think).
Replies
1
Boosts
0
Views
504
Activity
Dec ’17
Lock portrait orientation on iPad
Hi,This seems like it should be a simple question but I can't find an answer. I have an app that runs on both iPhone and iPad. The app uses various parent controllers, including splitview, tab bar, and nav, but the question applies to a circumstance where a view controller is running without a parent (ie it is the window's root view controller) and is running on an iPad. I would like to lock the orientation of that view controller so that it can only be portrait or portraitUpsideDown. The app is written in swift and I am targetting iOS 10. I would like to know how to do this and also if it would create any issues with approval of the app, since it seems Apple wants iPad apps to support all orientations (and my app does, except for this one view controller, which is used only when running on iPad).Thanks very much,Matthew FlemingFleming Dermatopathology
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
2
Boosts
0
Views
1k
Activity
Nov ’16
How to save a workout with a route on a locked iPhone ?
This question is a follow-up of https://developer.apple.com/forums/thread/695853 I need to save a workout with a route from a locked iPhone. I've tried many different ways of saving it since more than one year but I still struggle to find a code which works when the phone is locked. My current code is : let healthStore = HKHealthStore() let workoutConfiguration = HKWorkoutConfiguration() workoutConfiguration.activityType = .running let builder = HKWorkoutBuilder(healthStore: healthStore, configuration: workoutConfiguration, device: .local()) try await builder.beginCollection(at: workout.start) guard let quantityType = HKQuantityType.quantityType(forIdentifier: .activeEnergyBurned) else { ... } let totalEnergyBurnedSample = HKCumulativeQuantitySample(type: quantityType, quantity: HKQuantity(unit: HKUnit.kilocalorie(), doubleValue: totalEnergyBurned), start: workout.start, end: workout.end) try await builder.addSamples([totalEnergyBurnedSample]) if let route = builder.seriesBuilder(for: .worko
Replies
3
Boosts
0
Views
1.8k
Activity
Dec ’21
Saving workout routes on the phone when locked
I'm using HKLiveWorkoutDataSource and HKWorkoutRouteBuilder. The running workouts my app supports can be timed or distance-based, so the user may complete the workout while the phone is locked. In this case, the workout route cannot be saved because HealthKit is locked. To work around this issue, I save route data to the device and listen for UIApplication.protectedDataDidBecomeAvailableNotification to later add the route to the workout. Note, this is not needed on the watch, just the phone. Is this limitation by design, or is there a better way to handle it? BTW, thanks for making these APIs available on the phone in iOS 26 and also adding the heart rate zone APIs in 27
Replies
3
Boosts
0
Views
643
Activity
Jun ’26
Does not exist lock screen in mojave
I downloaded mojave beta ,and i am using Macbook Pro 15inch(16-late).On my mac, there is no background scene on lock screen.Is this a mojave's error?I'm confused about this issue.
Replies
4
Boosts
0
Views
2k
Activity
Jun ’18
Caps Lock key doesn't work
How can I manage to fix bug the caps lock key? i'm trying to tab it and it change the language instead of capitalize the letters. it happened after i update to os big sur yesterday
Replies
0
Boosts
0
Views
118
Activity
Dec ’20
Siri Shortcuts x Lock Screen
Dear Apple, I have a shortcut that uses the Set Wallpaper block in the shortcut but when I delete my Legacy iOS 15 Lock Screen it won’t work anymore. I’m on an iPhone 11 on iOS 16 Dev Beta 4. Is this a known issue or am I wrong. If I’m wrong correct me please Greetings, JAGBLUE
Replies
1
Boosts
0
Views
388
Activity
Jul ’22
Storyboard "locked"
Hello i am begining with xcode and i have a problem that i am sure is easy to fix but.. i cant find the answer anywhere 😟.I was working on my project when suddenly the storyboard stopped working properly basically what happens is everytime that i drag something in there, like a viewController for exemple, it stays where i dragged and it freezes there for ever.. i can drag buttons and move them in the viewController but the controller itself i cant. and that is the same for all kinds of Views on xcode.First i thought it was an configuration error.. or a button that i pressed wrong by accident so to test that i opened old projects and all of them are the same i made new ones and they are the same as well.I deleted xcode and its cache, updated xcode, dowloaded it again.. and its the same.(my xcode is currently at the last version 7.1 if not mistaken)Also I am using xcode on a mini mac server with my windows computed through a VNC connection i read in a forum that VNC sometimes causes that kind of problem so i d
Replies
2
Boosts
0
Views
1.1k
Activity
Nov ’15
my macbook is locked
Please tell me how for manage password my macbook
Replies
2
Boosts
0
Views
183
Activity
Sep ’20
phone locked
after update to 14.6 phone does not activate until i remove sim card is working but when i but sim card is block again and ask for activate
Replies
1
Boosts
0
Views
413
Activity
May ’21
Lock Screen
Hello Sir, Please remove Torch and camera icon from lockscreen. Many time it remain on when phone in a pocket or purse. It will be better if we customise this icons. Thanking you Anindyo Chatterjee
Replies
0
Boosts
0
Views
279
Activity
Jun ’22
system dead lock
system dead lock sometimes ,is there anyone who can help me , i v got none idea. Incident Identifier: DD02C50E-9062-4019-B5B6-098C25E2CF45 CrashReporter Key: 3d6dae79d882333702c0582e86fb6adafae3dd8c Hardware Model: iPhone7,2 Process: xxxx [3454] Path: /private/var/containers/Bundle/Application/BB2155C4-7AE2-4C09-8A2A-982B6825D576/xxxx.app/xxxx Identifier: xxxxx Version: 206 (1.0.0) Code Type: ARM-64 (Native) Role: Non UI Parent Process: launchd [1] Coalition: xxxxxx [4505] Date/Time: 2021-07-22 17:44:57.9918 +0800 Launch Time: 2021-07-22 17:36:19.4760 +0800 OS Version: iPhone OS 12.4.8 (16G201) Baseband Version: 7.80.04 Report Version: 104 Exception Type: EXC_CRASH (SIGKILL) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d Termination Description: SPRINGBOARD, scene-update watchdog transgression: xxxxx exhausted real (wall clock) time allowance of 10.00 seconds | ProcessVisibility: Foreground | Process
Replies
0
Boosts
0
Views
592
Activity
Jul ’21
Music widget permanently on lock screen?
Can’t seem to figure out how to get rid of the music player on the lock screen. Even with no music playing it’s there. Anyone else seeing this? http://tinypic.com/r/10ghbgh/9
Replies
62
Boosts
0
Views
231k
Activity
Jun ’17