Why are Lock Screen Notification and Badge Notification not working ? Settings are switch on. Notifications do appear in notifications section of app...but no badge/lock screen notification appear.
Search results for
Account Locked
31,798 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi,I have an iwatch app which communicates to my iOS app.I want to perform some logic based on the device-lock status.How do i find through an api if the device is locked?can i use com.apple.springboard.lockstate
My Vision Pro running 2.1 is stuck and continuously telling me “lock view.” On reboot the password keypad appears. It seems to take entries but does not function. Any advice?
Topic:
Community
SubTopic:
Apple Developers
Does anyone know what this message means? Workflow must be locked if deploying to TestFlight. I'm trying to save changes on a workflow that I've edited before but can no longer save.
How do you lock a profile in Apple Configurator 2 for a Manually Supervised Device
Hi, the GKAccessPoint view can't be accessed so there's no way to override its orientation when we want to lock it into a specific one. Unfortunately the GKAccessPoint respect only the supported interface orientations set in the Info plist at build time, but what if I want to support them all at build time and then at runtime only lock in one or another based on my game settings? Unity can let me lock the orientation of the game at runtime but the GKAccessPoint only respects the supported interface orientations and so with the autorotation enabled ignore the lock set by Unity allowing the orientations to change based on the device rotation. Unity confirmed there's no way to access the GKAccessPoint view so there's no way to override its orientation and make it respect a certain lock in one of them. Is there a way to make the GKAccessPoint respect an orientation lock set at runtime? If yes how can that be done? If no what does that entail? That a game suppo
I found that the time immediately hides to the background when you wake your device. Multiple notifactions on the lock screen are also messed up when you try expanding one of them. The closed notification will appear on top of the expanded notifaction. The opened notification may also appear behind another notification (just partly). Anyone else experiencing time / notification issues on the lock screen?
I have an XCode application that I'm debugging, and I'm wondering how my memory usage via Inspector is acting like this:http://i.stack.imgur.com/Xsr2Y.pngFlat portions - music playing in the background'Steps up' - music is changed and album art is being changed in the MPNowPlayingInfoCenterDrastic reduction in heap memory - application got focus, and then the lock button on the device activatedWhat is causing the memory to be allocated when the applciation gains focus and then gets put to sleep? What notifications/messages get called to reduce the memory footprint when the phone is going into locked mode? I've been trying to debug this to no success. Thank you!
Hi,In our application we are using Spotify Audio Playback frame work (SpotifyAudioPlayback.framework) to play songs from that provider. Everything seems ok and when user lock his screen he can change music volume using device sound control buttons.Sometimes we need to switch our AVAudioSessionMode to AVAudioSessionModeVideoChat because user need to record video and voice. And if in this mode user lock his screen he can't control sound volume anymore. Did mode changing affects lock screen sound controls? Can we have AVAudioSessionModeVideoChat mode on and ability to controlls sound volume during locked device?Our AVAudioSession settings are :Category : AVAudioSessionCategoryPlayAndRecordMode : AVAudioSessionModeVideoChatOptions : AVAudioSessionCategoryOptionDefaultToSpeaker, AVAudioSessionCategoryOptionAllowBluetoothA2DPThanks.
Hi does anyone know the code for locking an museum app To lock it to the home screen, so when people enter the museum the only thing they can access on a iPad Pro is the app and just use it like a normal iPad..
On all iOS 13 versions, I'm able to execute a Restricted While Locked Siri Shortcut even while the device is locked. Is this a known issue in iOS 13? I added a sample project to FB7381961 to demonstrate this issue.
In DEP enrolled devices, even activation lock enabled, device reset cannot be restricted, After reset only it asking Managed Apple Id credentials. In our case even activation lock enabled, if device is in 30 days provisional period of ABM, it can reset and removed from MDM, It is better to ask Managed Apple ID or Bypass activation lock code before reset the device.
I've had to force restart at least 30x today - this is insane.10.13b1 was really solid. I really had no problems other than typical battery life issues, some random memory leaks, and mail.app acting a little wonky, but overall for an initial beta, I was impressed.Then I installed 10.13b2 and nothing is the same. My fans continue to run. There are constant lockups at no particular time. The machine itself is warm to the touch.Is anyone else experiencing these issues? I can't reproduce for any specific reason as it seems sporadic. Initially, I thought it was locking up while connecting to my iMac as a secondary display. However, I continued using the machine by itself and I'm experiencing the same struggles.This is becoming entirely unusable. I might have to do a full wipe and restore back to 10.12 (not even sure I can with APFS).*spare me the lecture on installing beta's on a primary machine - it's not.
I've had the same experience as you. Account was created last week, locked this week. I called the phone number on the Developer Program invoice and they recommended I submit a support request on developer.apple.com/contact/apple-id which I have done. No response yet.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hello, I am working with widgetKit to make widget and I want to make a network request once a hour. So I make it in Timeline Provider, but it seems not working when the device is locked. Is it possible to send a network request when device is locked?