Search results for

Account Locked

31,833 results found

Post

Replies

Boosts

Views

Activity

iOS 16.1 beta 3 and Lock Screen/Home Screens
In iOS 16 it seems that to get the custom Lock Screen features you have to commit to a specific static Home Screen wallpaper. You cannot have revolving custom lock screen backgrounds and also automatically rotate your Home Screen backgrounds. You can rotate screens both via shortcuts but cannot do this if you also want customized lock screens with widgets, fonts, etc. Does 16.1 untether the Lock Screen and Home Screen? In other words, can I create multiple home screens (either by revolving photos in the Home Screen customization or via a shortcut) without losing a custom Lock Screen?
0
0
524
Oct ’22
Function call when exiting app, but not locking phone
I am currently trying to develop my first app in xcode and I want a function to run whenever the app i exited. I.e. switching to another app or going to the home screen. But if the phone is locked while in the app I do not want the function to run. I currently use the sceneDelegate and sceneDidEnterBackground, that works for running the function when exiting the app, but it also runs when I lock the phone. I do not want that to happen. How do I go about implementing this feature? In addition I also want to have a live notification showing on the lock screen if you lock the phone from the app, I have not been able to find out how that works either.
0
0
259
Nov ’23
iMac 5K 3TB Fusion drive - locking on reboot
Install works fine, but locks up rebooting(circle with slash comes up)....I'm using Command-R to reinstall. Tried from Time-Machine(same issue - works on install then locks on restart), now trying from new install....Anyone having luck on iMac/fusion drives? I did select AFS, maybe I can turn that off after reinstall(before reboot)....
3
0
322
Jun ’17
Battery indicator flashes on lock screen
On my iPad pro with iOS 10 beta 2 the battery indicator sometimes flashes and makes the charging sound on the lock screen when the Smart Keyboard is attached and it's folded up. This has happened to me twice now but it's also new hardware so I'm not sure if it's the hardware or the iOS beta. When I disconnect the Smart Keyboard it stops flashing the indicator and making the sound. Anybody else seen this?
2
0
3.2k
Jul ’16
Reply to unable to make payment to enroll in aple developers program
This seems to be a common issue especially for people outside of the US, I'm from the UK and had problems with enrolment. It took 2-3 weeks for it to be resolved for me. At first the Developer app wasn't recognising my ID and would present errors but after a few days my account was locked from enrolling. The impression I got from Apple Support was because I was attempting to enrol from my Mac, iPhone and through the website, my account was flagged as potentially fraudulent. If this happens your only solution is to contact Apple Support and try to speak on the phone to a more senior person, in my case a Senior Advisor and politely request their operations team to send you an email which contains a website link where you can securely upload your ID such as your passport. If you haven't been locked out from enrolling yet, my advice is to use the website. I think it's more reliable than enrolling through the Developer apps. Hope this helps.
Dec ’23
Terminal Command for Lock Screen Settings?
I want to change the Lock Screen settings to a customized time like 7 minutes, but the drop off menu only gave me a series of presets. I remember before the Ventura update, you can have a customized wait time for display turn off and screen saver start, so would anyone provide me with the terminal command so I can change these settings to a customized time? I suffer severely from OCD with number obsessions, I feel tormented by this for over a week now so please help :(
1
0
788
Feb ’23
When is HealKit data accessible given that the phone is locked?
I have a strange problem I can't understand. In the documentation for HealKit the following is said: As a result, you may not be able to read data from the store when your app is launched in the background... I have some trouble understanding to when it will work and when it will not (given that is says may not be able). I am using this feature and it seems to be working sometimes for some phones, and sometimes not on other phones. Is there anything that talks about this in more detail? Given that is seems to work sometimes, even if the phone is locked. There has to be some requirements or something similar that decides if you are allowed to read even if the phone is locked.
2
0
685
Nov ’20
remote notifications show on lock screen
Hello everyone,my problem is:when I switch off the screen of my iphone while my app is in foreground I don't receive any push notification about my appThe option show on lock screen is enabled in iphone settings and works but only if I switch off the screen when my app is closed or background; it doesn't work if my app is in foreground when I turn off the screen.I tried with iphone 6 and ios 8 but I need running my app also in ios 7I noticed that if I open whatsapp and set notifications in the app and then I turn off the screen of iphone, the push notification arrive and the screen turn on, so I think is possible do it also in my appthanks in advanceP.S. I'm sorry for my English but I hope it is understandingClaudio
0
0
624
Jun ’15
AirPlay controls unresponsive on lock screen.
Hey everyone, I'm having an AirPlay issue with my video player and I was hoping someone could be of assistance.My reproduction steps are as follows.I AirPlay to my AppleTV (via mobile web or using my app).Lock the phone.Pause the video.Attempt to play video.Once I pause the video I am unable to resume it again. I can keep pressing pause/play but the video will not change state. Once I unlock the phone however, all of the previously unresponseive actions are executed and the video will be played/paused in rapid succession. Also, during this time of unresponsiveness, I am unable to execute any JavaScript in Safari's Console tab, or expand any of the HTML elements in the Elements tab. It's like the browser/player has been suspended or backgrounded and connectivity has been lost.Any help or insight would be greatly appreciated.Thank You.
0
0
1k
May ’18
Files locked and cannot make them local to edit
I've pulled the project from Git. Someone else was working on it and it works perfectly fine for them, they can edit all the files. On mine I can only edit what I have added, the files which were already there I can edit, but their changes and additions do not show on the xcode directory on the left side. If i go to finder and click on the project folder there I can see their changes on there.. I tried clicking the lock icon on the preview screen and it says this: “file.swift” is currently locked because it is a remote resource. and when clicking Unlock The file is a remote resource. Try making a local copy. Literally have no idea what to do now. I tried copying their files and making new files and folders like how they made on their branch but it says its already existing even though it is not showing on my swift directory! If you need any other information I am happy to provide it for you!
2
0
1.3k
Dec ’23
Can the MDM status be changed while the user's screen is locked?
Hello, I am an iOS developer managing an MDM app. In this app, we are only using the camera restriction feature. Can the MDM status (specifically, the camera state) be changed while the user's screen is locked? We want to communicate with our server in the background and apply changes, but there is no known information about this. I would appreciate your help!
0
0
261
Mar ’25
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
457
Jan ’25
WatchKit local notification does not fire when simulator is locked
HiI've a test app (I'm using the Simulators) on the phone that schedule local notifications. The notifications are shown on the Watch only if the watch face or another app are shown. The notifications are not shown if the Apple Watch Simulator is locked with Command+L.As I understand, in this state the simulator should impersonate a Watch with the display shut off (not in the locked screen) so I should see the notifications.Someone have any clue?ThanksMB
2
0
595
Oct ’15