Search results for

“Account Locked”

32,726 results found

Post

Replies

Boosts

Views

Activity

Incoming calls thrue Jisti Meet and locked screen
Problem: When the screen is locked, an incoming call does not initiate the launch of the Flutter application required for audio and video communication through Jitsi Meet. In the unlocked state, the application functions correctly. The current implementation does not have a mechanism for activating the Flutter engine when receiving a call via CallKit while the screen is locked. Although CallKit UI displays the call acceptance interface and the audio session is configured, the Flutter application remains in a suspended state, making it impossible to connect to the media server. Audio session activated using didActivateAudioSession method.
1
0
97
2w
Airplay lock screen closed captions button
I have Airplay implemented in an app and the streams I'm airplaying have closed captions embedded in them. The captions show when airplaying and in the app normally so I know there aren't any issues there. During Airplay when the device is on the lock screen there's a closed captions button on the right side but it's always disabled. Has anyone been able to figure out how to add functionality for that button?Under the MPRemoteCommandCenter the only relevant options seem to be enableLanguageOptionCommand and disableLanguageOptionCommand but neither of those seem to do anything.
0
0
520
May ’20
Reply to Can't sign into iTunes
I suggest filing a bug report since it's hard to see why that would be expected behaviour.It might also be worth getting in touch with the Developer Account Support team because they should be able to reset your AppleID such that it can't be triggered into being locked so easily. Phone numbers for different countires are here:https://developer.apple.com/contact/phone.phpYou can also contact them via Web Message here:https://developer.apple.com/contact/submit.php
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’15
iOS 26 devices in Single App Mode stuck on lock screen
On iOS 26, if in Single App Mode, the device gets stuck on the lock screen. Devices are configured in SAM (kiosk mode), without a PIN requirement. Since updating to iPadOS 26, every single device that locks (goes to sleep) becomes completely unresponsive at the lock screen. Touch input does not work. The only way to regain access is to reboot the device, which will boot to the SAM app, but then lock again if it goes to sleep. Related discussion in the public forums.
1
0
1.1k
Oct ’25
How to change the main account of our App in our closed account.
Hello, our account was closed months ago. I have made a great effort to get a response by filling out all the forms, especially Apple Turkey, but months have passed and I have not reached a conclusion. We created a developer account and opened a developer account for our company with the help of duns. After opening the account, we published our application and suddenly our developer account was closed. Since our developer account was our main account, we could not fully control our application. We would like to know why the closed account was closed, how we can change our main account using our company information or how to open our closed account. We really wasted a lot of time with developer support and turkey support team and got no help! How can we solve this problem?
0
0
92
Jul ’25
How can I downgrade my enterprise account to a basic developer account ?
Dear all,I have to renew my developer enterprise account within 2 weeks,but I will not need the benefits of an enterprise account anymore and my inhouse apps are out of use. But I generally want to stay a part of the wordwide Apple developer community.So the question is how I can downgrade my enterprise account to a basic developer account ?Thanks for detailed informationKind regards Christian Haug
4
0
1.3k
Sep ’17
Locking thread with DispatchGroup
In my AppDelegate I'm setting a custom NSObject subclass as my UNUserNotificationCenterDelegate. When the notification comes in, depending on type, I need to make a web call, which is of course asynchronous. However, I can't exit the delegate method until that web call returns, since I have to call the completionHandler passed into userNotificationCenter(_:willPresent:withCompletionHandler).I was thinking I could just do the below, but the wait blocks the main thread, and the web call is never actually kicked off. How do I work around this?func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void) { // Stuff let group = DispatchGroup() group.enter() AlamofireAsyncWebCall.onComplete { [unowned self] response in defer { group.leave() } // stuff here } group.wait() completionHandler([]) }I'm thinking unowned is safe there since this delegate is strongly held by the App
0
0
520
Jan ’17
Lock Screen Orientation
Looking for code to prevent a user from going landscape on a particular view controller only for an iPhone. The user should be able to rotate the view to landscape on an iPad only on the view controller.
Topic: Design SubTopic: General
1
0
509
Jul ’24
CallKit: No recording when locked when microphone permission not determined
If I receive a call with CallKit when the phone is locked, and the user has never been asked for microphone permission for my app before, after swiping to answer, I record no audio, and the user is not asked for microphone permission even though my app asks for it. The user will just think the recording is broken. When you unlock, you will see the microphone permission alert, but that is too late.Is there a way to ask for microphone permission when answering a call on the lock screen?
0
0
1.1k
Sep ’16
Incoming calls thrue Jisti Meet and locked screen
Problem: When the screen is locked, an incoming call does not initiate the launch of the Flutter application required for audio and video communication through Jitsi Meet. In the unlocked state, the application functions correctly. The current implementation does not have a mechanism for activating the Flutter engine when receiving a call via CallKit while the screen is locked. Although CallKit UI displays the call acceptance interface and the audio session is configured, the Flutter application remains in a suspended state, making it impossible to connect to the media server. Audio session activated using didActivateAudioSession method.
Replies
1
Boosts
0
Views
97
Activity
2w
Airplay lock screen closed captions button
I have Airplay implemented in an app and the streams I'm airplaying have closed captions embedded in them. The captions show when airplaying and in the app normally so I know there aren't any issues there. During Airplay when the device is on the lock screen there's a closed captions button on the right side but it's always disabled. Has anyone been able to figure out how to add functionality for that button?Under the MPRemoteCommandCenter the only relevant options seem to be enableLanguageOptionCommand and disableLanguageOptionCommand but neither of those seem to do anything.
Replies
0
Boosts
0
Views
520
Activity
May ’20
Accounts
how i can check tge emails that a site sent me in my apple security account
Replies
1
Boosts
0
Views
316
Activity
Jan ’22
Mac Purchase-In App give the tips of "AppleID is Locked"?
I developed on Mac. Testing Puchrase-in App by sandbox,then it give me the tips AppleID is Locked.Your appleid is locked for security reasons. To unlock, you must verify your identity.of course,the first step is that it showing an alert for sanbox.The second step is above phenomenon;I want to know the reason and how to solve it?
Replies
0
Boosts
0
Views
311
Activity
Apr ’20
Reply to Can't sign into iTunes
I suggest filing a bug report since it's hard to see why that would be expected behaviour.It might also be worth getting in touch with the Developer Account Support team because they should be able to reset your AppleID such that it can't be triggered into being locked so easily. Phone numbers for different countires are here:https://developer.apple.com/contact/phone.phpYou can also contact them via Web Message here:https://developer.apple.com/contact/submit.php
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’15
Change the existing Developer account to Enterprise account
What are the ways to change the existing Developer account to Enterprise account. Do we need to pay $299 for Enterprise account to upgrade the account. Please confirm.
Replies
1
Boosts
0
Views
2k
Activity
Oct ’17
Beta 3 - auto lock display not working?
Wondering if anyone else has seen this issue. My phone just keeps the display on forever no matter what I select for Auto Lock time-out. iOS 11 beta 3
Replies
1
Boosts
0
Views
348
Activity
Jul ’17
iOS 26 devices in Single App Mode stuck on lock screen
On iOS 26, if in Single App Mode, the device gets stuck on the lock screen. Devices are configured in SAM (kiosk mode), without a PIN requirement. Since updating to iPadOS 26, every single device that locks (goes to sleep) becomes completely unresponsive at the lock screen. Touch input does not work. The only way to regain access is to reboot the device, which will boot to the SAM app, but then lock again if it goes to sleep. Related discussion in the public forums.
Replies
1
Boosts
0
Views
1.1k
Activity
Oct ’25
How to change the main account of our App in our closed account.
Hello, our account was closed months ago. I have made a great effort to get a response by filling out all the forms, especially Apple Turkey, but months have passed and I have not reached a conclusion. We created a developer account and opened a developer account for our company with the help of duns. After opening the account, we published our application and suddenly our developer account was closed. Since our developer account was our main account, we could not fully control our application. We would like to know why the closed account was closed, how we can change our main account using our company information or how to open our closed account. We really wasted a lot of time with developer support and turkey support team and got no help! How can we solve this problem?
Replies
0
Boosts
0
Views
92
Activity
Jul ’25
Transfer app from personal account to team account
I've been developing an app for a client using my own developer account and the app ID is registered to my account. I am now a team member of my clients account and I want the app associated with their account when it is launched. Is there an easy way to transfer the app id or should I launch the app in the Appstore and then transfer the app ID?
Replies
1
Boosts
0
Views
847
Activity
Mar ’20
How can I downgrade my enterprise account to a basic developer account ?
Dear all,I have to renew my developer enterprise account within 2 weeks,but I will not need the benefits of an enterprise account anymore and my inhouse apps are out of use. But I generally want to stay a part of the wordwide Apple developer community.So the question is how I can downgrade my enterprise account to a basic developer account ?Thanks for detailed informationKind regards Christian Haug
Replies
4
Boosts
0
Views
1.3k
Activity
Sep ’17
Registering a developer account prompts account error
Registering a developer account prompts an account error, you need to contact the Apple support team
Replies
2
Boosts
0
Views
437
Activity
Mar ’22
Locking thread with DispatchGroup
In my AppDelegate I'm setting a custom NSObject subclass as my UNUserNotificationCenterDelegate. When the notification comes in, depending on type, I need to make a web call, which is of course asynchronous. However, I can't exit the delegate method until that web call returns, since I have to call the completionHandler passed into userNotificationCenter(_:willPresent:withCompletionHandler).I was thinking I could just do the below, but the wait blocks the main thread, and the web call is never actually kicked off. How do I work around this?func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void) { // Stuff let group = DispatchGroup() group.enter() AlamofireAsyncWebCall.onComplete { [unowned self] response in defer { group.leave() } // stuff here } group.wait() completionHandler([]) }I'm thinking unowned is safe there since this delegate is strongly held by the App
Replies
0
Boosts
0
Views
520
Activity
Jan ’17
Lock Screen Orientation
Looking for code to prevent a user from going landscape on a particular view controller only for an iPhone. The user should be able to rotate the view to landscape on an iPad only on the view controller.
Topic: Design SubTopic: General
Replies
1
Boosts
0
Views
509
Activity
Jul ’24
CallKit: No recording when locked when microphone permission not determined
If I receive a call with CallKit when the phone is locked, and the user has never been asked for microphone permission for my app before, after swiping to answer, I record no audio, and the user is not asked for microphone permission even though my app asks for it. The user will just think the recording is broken. When you unlock, you will see the microphone permission alert, but that is too late.Is there a way to ask for microphone permission when answering a call on the lock screen?
Replies
0
Boosts
0
Views
1.1k
Activity
Sep ’16