Search results for

Account Locked

31,846 results found

Post

Replies

Boosts

Views

Activity

REGISTER APP IN MY ACCOUNT AND PASS IT TO COMPANY ACCOUNT
Hello I have the following problem, we created an app with my developer account and Apple bounced it because the owner of the company does not appear as owner, therefore the company is creating the company account and they will add me as a member in the account, my question is the following, once they add me, do you have to upload all the .ipa of that client in your account? or can I still use mine in the registry ?, since I present push certificates and I should modify some things of the applied certificates that are in my account.If someone knows how to do it and can help me, I would be very grateful.
1
0
418
Jan ’18
CallKit - No Audio on Incoming Calls and locked devices
Our VoIP app uses CallKit and is currently affected by a strange iOS 13 bug on incoming calls when the device is locked. After initializing the AudioSession I get tons of the following error message while trying to access speaker and microphone:[aurioc] 1590: AUIOClient_StartIO failedBefore accessing speaker and microphone I initialize my audiosession in:func provider(_ provider: CXProvider, perform action: CXAnswerCallAction) { ... let session = AVAudioSession.sharedInstance() try? session.setCategory(.playAndRecord, mode: .voiceChat, policy: .default, options: .allowBluetooth) ... }and wait until the folloing function gets called by callkit:func provider(_ provider: CXProvider, didActivate audioSession: AVAudioSession) { .. }This should ensure that the AudioSession is completely intialized. But it doesn't work, I get no audio and the described error message.All incoming calls are working perfectly on iOS12 or earlier and they also work when the iOS 13 device is unlocked. So this problem only occurs
9
0
6.4k
Jul ’19
Reply to El Capitan Mail Delete Issue
Yes, this issue has been present for me thru all DP's and now into 10.11.1 - so doesnt look like it will be resolved for the public release of 10.11.I get it with various IMAP accounts, also it causes lock ups and crashes with Mail. I have logged bug reports but no feedback to date.I suspect its one of those bugs that Apple has detirmined only affects a small % of users so they are not looking to solve it.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’15
Reply to My Developer Account is Locked
A similar situation has happened to me, recently XCode has been logging me out of my developer account, so a couple weeks ago I created a new password, and all good, after a an oauth check it worked... I went on vacation and forgot my password so i reset it again, after an oauth check with my phone number i got this response that said my account was under review, and would take 24 hours. Then I got an email saying it was declined, so i submitted and activation lock reset, which asked me for my serial numbers and my device EMEIs, when I received this they did not offer any solution for my developer account but how to reset my device. Apparently, there's no way to do this, it's permanent, unfortunately my profiles and our voip certs are connected to this account. And, today i was suppose to submit a build to TestFlight? Why is this process a dead end? Howe am i suppose to continue my work, since this account is connected to my company email, my employer want
Apr ’25
Reply to Music widget permanently on lock screen?
One Solution Closing the Music app will remove it from the Lock Screen. More Testing If you lock it with the Music app open, then it will show when you go to unlock the iPad. Any media app open + most recently played when you locked the screen will show up as a Lock Screen Notification. E.g., if you have Pandora and Netflix open it will show the notification of the app that was last played before it locked. Turning off the app Lock Screen notification in Settings >Notifications>[app], does not remove it from the Lock Screen😟 I assume this is working as Apple intended, and not a bug, but I would like to have the choice to keep it turned off.
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’20
Reply to File exclusive access on macOS
What you're asking for is called mandatory locking. What those functions provide is advisory locking. Advisory locking depends on all users of the file using the locking functions. Historically, Windows has provided mandatory locking; POSIX (Unix) has provided mostly advisory locking. I believe that Mac OS, and iOS, follow POSIX here. So no, I do not believe that you will find a way to lock a file so that another (uncooperative) process will be unable to access it. Some work-around: Modify the permissions of the file while you modify it. Make a temporary copy of the file, and rename() it over the original (which is atomic) when you have finished. (What do you really want to achieve?)
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’22
Having trouble removing songs from Lock Screen after app is closed
This is in response to those having trouble closing the Apple Music widget present on locks screen after you’ve closed the app. In order to close it out completely press down on the screen at the bottom and hold before swiping up. You should see all the windows or widgets you have open. Closing the music app that way will remove it from your Lock Screen. Hope this helps
0
0
284
Mar ’21
How to tranfer my apple search ads account
Hello,My apple account related to my apple search ads account was recently locked by the security system.I can't manage my ads for 1 month now and I already called 10/15 times the support and my problem still remains.I would like to transfer my apple search ads account to an other apple ID (we are a company so we have some apple ID). Is it possible or not ?Did any of you have or had the same problem than me ? I would like to fix it as soon as possible.Best Regards,Yves
1
0
1.8k
Apr ’19
How to keep meditation timer running if app is in background or phone is locked?
I've just finished making a meditation app for iphone using swiftui which includes a timer. The only problem is the timer stops when the app is in the background or the phone is locked. The user can select between 2 and 60 minutes on the timer and play, pause, reset the timer. When seconds remaining equals zero the timer ends and a meditation bell sound plays to signal the end of the meditation. Currently I use the default timer on the iphone when I meditate in the Clock app. If I set this timer for 20 minutes and lock the phone, at the end of the 20 minutes the timer will go off and notify me with whatever sound I selected in When Timer Ends. If the default Clock app on the iphone has this basic functionality, why is it so hard to have the same functionality in the meditation app I'm making? Wouldn't the safest/easiest way to have the timer run in the background or when the phone is locked be the same method the default Clock app uses? While meditating, we don't want to have our ph
1
0
2.1k
Aug ’21
Account deletion
I have an app that currently does not use in-app account deletion which I have been told I need to add in to deploy on the App Store. I intend to introduce a button on the account section of my app that says delete account. When clicking this button the app will open an in-app browser which will navigate the user to a pre-filled form asking them to confirm that they would like to delete their account. I want to know if this pass a review? Apple's developer guidelines are unclear around the use of in-app browsers for the purposes of account deletion.
0
0
367
Jun ’23
Reply to How to identify if mac has T1/T2 security chip?​
It's not possible to figure out a T1 machine through MDM commands but you could figure out a T2 by checking IsActivationLockSupported and IsAppleSilicon. If activation lock is supported and it is not Apple silicon you could assume it's a T2. If this is a regular requirement for something in your server please do file a feedback so we can learn more about the use case and take this into account for future product design decisions.
Aug ’21
Reply to Phone Crash and unpaired from Watch
HI,Thanks for that tip Max108.My iClould and Find my Phone shows NO offline devices. My watch is not listed as a device there.Frustrating.However... I did log in to my iCloud Account and Settings. There I could see my Watch listed as a Device. I have removed it from there.I will wait for a while and see if this does indeed solve my issue. The first look still showed the messages regading the Activation Lock on my Watch at Settings > Reset.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’15
Developer account
I have applied for company developer account 2 months ago and still the process is under review ? is this a joke? After speaking to support several times they just say it is not known because the developer account team is different you just have to wait for update on your mail, there is no updates on why my membership account is not reviewed yet. this is really frustrating. I need my account ASAP!
1
0
707
Nov ’22