Search results for

“Account Locked”

34,367 results found

Post

Replies

Boosts

Views

Activity

applicationMusicPlayer With Lock Screen Controls
Hi From the following statement in the official apple docUsers can initiate audio playback commands through an external headset or accessory. These commands are sent to the app as remote-control events. To receive remote-control events in your app, you must use an application music player. If you use the system music player, your app uses the Music app to play audio, which means that the Music app is the “now playing” app. The Music app receives the remote control events, not your app. However, the Music app responds to remote control events on your behalf. For example, if your app plays audio using the system music player, and you switch from your app to the iOS device’s Now Playing controls, the controls work as expected. That is, you can play or pause audio or skip to the next and previous items.I thought one should receive remotecontrols in his app when using the following function to get a musicplayer controllerclass func applicationMusicPlayer() -> MPMusicPlayerControllerhowever when my app plays mus
1
0
1.2k
Oct ’15
Display Rotation After Lock
I'm running a MacBook Pro 13,2 with 17A264c. I've got a CalDigit Thunderbolt dock connected (via the ThunderBolt 2 - 3 adapter.) Connected to the dock I have an Apple ThunderBolt display and a Dell 24 display (connected via HDMI and rotated to Portrait.). What I'm finding is that whenever the machine is locked (either via Screen Saver or Screen Sleep) the Dell monitor comes back in landscape mode -- sort of. Although the content on the monitor shows in landscape, the Rotation options in the Displays preferences still show as rotated to 90 degrees. Mouse interfaces also seem to be confused -- I have to click as if the dialog box were actually showing correctly, rather than clicking on the rotation drop-down as it shows on the screen. I then have to switch the display to 0 degrees, and then back again to 90 degrees, before it shows content properly. A reboot will generally fix the issue, but disconnecting and reconnecting the monitor will not. Anyone else have similar issues?
0
0
501
Jun ’17
MPNowPlayingInfo doesnt update Control Center on the lock screen
HelloI started a playback using AVAudioSession Playback Category using AVPlayer and subscribed for the remote notifications.Then I tapped lock screen. My audio is playing and MPNowPlayingInfo updates lock screen info right way. The background task is started also.Then I tapped next button. My logic stopped AVPlayer and started a playback using MPMusicPlayerController.SystemMusicPlayer for iTunes songs.SystemMusicPlayer updates lock screen playback info right way.Then I tapped next button. My logic started a playback of next song using AVPlayer using MixWithOthers audiosession. The playback started, but I cant no longer update Lock Screen Playback Info (title, artistname, artwork) until I make an app active again.Background Modes are configured right way with support background audio.Hope, somebody faced the same issue.
1
0
1.1k
Feb ’18
Reply to My Apple developer account has been locked and cannot be used
I'm in a similar situation, I created an account last week for a new startup. Everything was accepted, I logged into Xcode without any problems. Then this week I went to use Xcode with the new account for the first time and it wouldn't login (Xcode reported a 401 error). I couldn't login on the web either and tried a password reset. Instead of resetting the password I was told I was requesting access to the account. That request was denied and now any login attempt claims the account is locked. I called the support number on my Developer Program invoice and was told to submit a support request on developer.apple.com/contact/apple-id which I have done. No response yet.
Apr ’25
Reply to Individual Developer Account and Enterprise Developer Account are locked by Apple?
I'm in a similar situation, I created an account last week for a new startup. Everything was accepted, I logged into Xcode without any problems. Then this week I went to use Xcode with the new account for the first time and it wouldn't login (Xcode reported a 401 error). I couldn't login on the web either and tried a password reset. Instead of resetting the password I was told I was requesting access to the account. That request was denied and now any login attempt claims the account is locked. I called the support number on my Developer Program invoice and was told to submit a support request on developer.apple.com/contact/apple-id which I have done. No response yet.
Apr ’25
Is that possible to notify in iwatch only when both iwatch and iphone are locked?
Hi I am developing an app. Generally If your iPhone is unlocked, you get notifications on your iPhone, instead of your Apple Watch. If your iPhone is locked or asleep, and your Apple Watch is unlocked and on your wrist, you get notifications on your Apple Watch. In my app I want to notify notifications to user in iwatch when both iphone and iwatch are locked. Is that possible to notify in iwatch only when both iwatch and iphone are locked?
2
0
219
Feb ’16
Apple Configurator - Lock to app + Photo gallery access
Hi Guys,Developing an app that's going to be running with Apple configurator to be locked to a single app (Just like menus in restaurants , iPads at airports etc...)I need access to the camera / photo gallery.When the device is not locked - get a popup - click accept - everything works. When I lock to app in the configurator though I don't get the popup and all I get is a black screen camera or image selection screen. Any way around this? To auto approve it? something I'm missing in the configurator? (iOS 9, Xcode 7.0.1 , Configurator 1.7.2 from the store, iPod touch)Thanks,Liviu
1
0
723
Sep ’15
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
294
Nov ’23
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.3k
Jul ’16
applicationMusicPlayer With Lock Screen Controls
Hi From the following statement in the official apple docUsers can initiate audio playback commands through an external headset or accessory. These commands are sent to the app as remote-control events. To receive remote-control events in your app, you must use an application music player. If you use the system music player, your app uses the Music app to play audio, which means that the Music app is the “now playing” app. The Music app receives the remote control events, not your app. However, the Music app responds to remote control events on your behalf. For example, if your app plays audio using the system music player, and you switch from your app to the iOS device’s Now Playing controls, the controls work as expected. That is, you can play or pause audio or skip to the next and previous items.I thought one should receive remotecontrols in his app when using the following function to get a musicplayer controllerclass func applicationMusicPlayer() -> MPMusicPlayerControllerhowever when my app plays mus
Replies
1
Boosts
0
Views
1.2k
Activity
Oct ’15
Display Rotation After Lock
I'm running a MacBook Pro 13,2 with 17A264c. I've got a CalDigit Thunderbolt dock connected (via the ThunderBolt 2 - 3 adapter.) Connected to the dock I have an Apple ThunderBolt display and a Dell 24 display (connected via HDMI and rotated to Portrait.). What I'm finding is that whenever the machine is locked (either via Screen Saver or Screen Sleep) the Dell monitor comes back in landscape mode -- sort of. Although the content on the monitor shows in landscape, the Rotation options in the Displays preferences still show as rotated to 90 degrees. Mouse interfaces also seem to be confused -- I have to click as if the dialog box were actually showing correctly, rather than clicking on the rotation drop-down as it shows on the screen. I then have to switch the display to 0 degrees, and then back again to 90 degrees, before it shows content properly. A reboot will generally fix the issue, but disconnecting and reconnecting the monitor will not. Anyone else have similar issues?
Replies
0
Boosts
0
Views
501
Activity
Jun ’17
MPNowPlayingInfo doesnt update Control Center on the lock screen
HelloI started a playback using AVAudioSession Playback Category using AVPlayer and subscribed for the remote notifications.Then I tapped lock screen. My audio is playing and MPNowPlayingInfo updates lock screen info right way. The background task is started also.Then I tapped next button. My logic stopped AVPlayer and started a playback using MPMusicPlayerController.SystemMusicPlayer for iTunes songs.SystemMusicPlayer updates lock screen playback info right way.Then I tapped next button. My logic started a playback of next song using AVPlayer using MixWithOthers audiosession. The playback started, but I cant no longer update Lock Screen Playback Info (title, artistname, artwork) until I make an app active again.Background Modes are configured right way with support background audio.Hope, somebody faced the same issue.
Replies
1
Boosts
0
Views
1.1k
Activity
Feb ’18
Reply to My Apple developer account has been locked and cannot be used
I'm in a similar situation, I created an account last week for a new startup. Everything was accepted, I logged into Xcode without any problems. Then this week I went to use Xcode with the new account for the first time and it wouldn't login (Xcode reported a 401 error). I couldn't login on the web either and tried a password reset. Instead of resetting the password I was told I was requesting access to the account. That request was denied and now any login attempt claims the account is locked. I called the support number on my Developer Program invoice and was told to submit a support request on developer.apple.com/contact/apple-id which I have done. No response yet.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Individual Developer Account and Enterprise Developer Account are locked by Apple?
I'm in a similar situation, I created an account last week for a new startup. Everything was accepted, I logged into Xcode without any problems. Then this week I went to use Xcode with the new account for the first time and it wouldn't login (Xcode reported a 401 error). I couldn't login on the web either and tried a password reset. Instead of resetting the password I was told I was requesting access to the account. That request was denied and now any login attempt claims the account is locked. I called the support number on my Developer Program invoice and was told to submit a support request on developer.apple.com/contact/apple-id which I have done. No response yet.
Replies
Boosts
Views
Activity
Apr ’25
Is that possible to notify in iwatch only when both iwatch and iphone are locked?
Hi I am developing an app. Generally If your iPhone is unlocked, you get notifications on your iPhone, instead of your Apple Watch. If your iPhone is locked or asleep, and your Apple Watch is unlocked and on your wrist, you get notifications on your Apple Watch. In my app I want to notify notifications to user in iwatch when both iphone and iwatch are locked. Is that possible to notify in iwatch only when both iwatch and iphone are locked?
Replies
2
Boosts
0
Views
219
Activity
Feb ’16
Apple Configurator - Lock to app + Photo gallery access
Hi Guys,Developing an app that's going to be running with Apple configurator to be locked to a single app (Just like menus in restaurants , iPads at airports etc...)I need access to the camera / photo gallery.When the device is not locked - get a popup - click accept - everything works. When I lock to app in the configurator though I don't get the popup and all I get is a black screen camera or image selection screen. Any way around this? To auto approve it? something I'm missing in the configurator? (iOS 9, Xcode 7.0.1 , Configurator 1.7.2 from the store, iPod touch)Thanks,Liviu
Replies
1
Boosts
0
Views
723
Activity
Sep ’15
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.
Replies
0
Boosts
0
Views
294
Activity
Nov ’23
Live Activity not displaying on the Lock Screen
I am already in put the Live Activity to my project, and when I run the project, the live activity can create and I can get the activity id, but it not displaying on the Lock Screen,
Replies
1
Boosts
0
Views
623
Activity
Jun ’23
Two way audio whilst phone locked?
Hi All,Does anyone know if it is possible to initiate a two way audio conversation whilst the phone is locked (for a lone worker application). Basically we want the app to dial the callcenter and switch to hands free if possible?Any ideas welcome.Many Thanks in advnce for your help :-)
Replies
0
Boosts
0
Views
216
Activity
Jul ’16
Restriction locks up iPad Air 2
setting or unsetting any item in General/restrictions locks u my ipad in a way I've never seen before - it becomes completgely unresponsive to any user input excpet Power/Home to reboot it (if this is not done it reboots by itself after a few minutes).
Replies
0
Boosts
0
Views
125
Activity
Jun ’15
fetch data from healthkit if iphone device is locked.
I am working on an iOS app. I have two question regarding:1. I need to fetch health data while my phone is locked. Is there any way to fetch health data either from iPhone device or apple watch?2. I also stuck to fetch heart rate.
Replies
1
Boosts
0
Views
2.0k
Activity
Feb ’19
Why is there an account holder on my apple account
Why is there an account holder on my apple account ?? I didn’t sign up to become a developer and some how my account is under an developer control ain’t this against the law?? I don’t understand this .. should I contact the authorities?? I just don’t like the idea someone is stealing my personal identity!!!
Replies
4
Boosts
0
Views
1.6k
Activity
Apr ’21
Is iPhone support Speech Recognition in background (Screen lock)?
i am using SFSpeechrecognization. does it support continues recognization when application goes to background or screen lock.
Replies
1
Boosts
0
Views
624
Activity
May ’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?
Replies
2
Boosts
0
Views
3.3k
Activity
Jul ’16