Search results for

Account Locked

31,807 results found

Post

Replies

Boosts

Views

Activity

Reply to Logon error icloud
It seems to be a common issue. Logging out of iCloud in System Preferences fixed it for me. I had a residual issue with iCloud Mail not working, but going to Internet Accounts, iCloud, and deselecting, then reselecting Mail fixed it.Each time I restart my desktop iMac, I get an error telling there's a problem with iCloud and asking that I fix it in SysPrefs, but it doesn't eem to impact anyting. And afert every restart, I have to do the deslect/reselect thing for iCloud Mail. I don't have any of these issues on my 13 MBA
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
10.10.4 14E36b Handoff busted again.
This happens nearly every beta release. rMBP, features have worked in the past, installed new build and boom, busted again. Iphone is running latest ios 8. ipad also running latest ios8.What works?- Phone calls from the macbook through iPhone 6 work both ways.- Open app on ipad, icon shows on lock screen of phone.What doesn't work?- Open app on the macbook, no icon on lock screen of iphone (or iPad running ios8).- Open app on IOS device, no icon next to the macbook dock.Signed out of icloud all over the place and logged back in and still busted.Help.
1
0
454
Jun ’15
Mail Keeps Fetching in a Never Ending Loop
Mail keeps trying to fetch mail from that my SMTP server and stalls on the last message preventing the download of attachments (see attachment). Had to remove all my accounts and load icloud mail first then my SMTP mail, but it still stops at the last message and then loops. I have logs, but I don't know what they mean. I see the error, I think, but don't know how to fix it.
0
0
112
Jun ’15
Running Instruments (UI Automation) in CI bot
Good afternoon. I'm trying to run the UI tests in CI using a shell script(trigger). By default, it runs under the account _ksssbuildd and generates an error:instruments[41834:3154646] Exception thrown while running an XRSpace op (Analysis Core Space op): Unexpected error opening unqiuing path: Error Domain=Instruments Path Manager Code=0 Cannot create temporary directory UserInfo=0x7fb1a3cc19b0 {NSLocalizedDescription=Cannot create temporary directory}Instruments Trace Error : Target failed to run: The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 8.) : Failed to launch process with bundle identifier 'odin.test'In case of change the user through sudo, Instruments do not generate any errors, but do not start the emulator. Is there any way to solve this problem?
1
0
739
Jun ’15
Disable lock screen notifications
Is there a way to programmatically set the Show on Lock Screen notification setting? It seems like this should be a part of UIUserNotificationSettings.My app uses local notifications that are contextually appropriate on Apple Watch, but make less sense on the phone. They clutter up the phone's lock screen after engaging with the watch app for a while. Having the ability to target notifications directly to the watch would be another great solution!
0
0
433
Jun ’15
Can I distribute a free B2B App using redemption codes
Not sure if anyone here has any experience with this, but I've just finished a free app for a client, and during the review process it was rejected from the App Store becuase it was deemed B2B app. After a couple of exchanges, Apple suggested I could distribute the app as a B2B App if my client set up a Volume Purchase Program account. It all seems fairly straightforward, but I'm a bit confused because the VPP FAQs state that free apps are not eligible for the VPP program.Is there a difference between general free apps and free B2B apps? If the client can add a free B2B app to their VPP account, can they use the redemption code process (rather than MDM) to give the app to their users? Some users have company-owned devices, but a lot will be using personal devices, which is why i'm trying to stay away from an MDM-based rollout.Any help would be appreciated.
3
0
946
Jun ’15
iOS 9 no connectivity in device GSM or Wi fi
Hi,I have iPhone 5s and I have updated the iOS to iOS 9.0 My device is registered in Developer account too.I am facing strange issues with Connectivity. My device is not able to connect with Internet any how. I tried to connect via GSM and Wifi.Also, iTunes took latest backup of my phone so but when I tried to restore backup it asks to turn off Find My iPhone but with out connectivity I am not able to off that.What should I do now ?Thanks.
3
0
397
Jun ’15
Reply to how will apple , pay the developers?
They deposit into whatever account you tell them to. As an individual developer typically that would be your own bank account. Or you could set up a separate one if you want to keep app development finances separate from your personal finances. Your choice.However I would worry about producing a quality app that people actually want to pay for first 🙂 A lot of things have to go right before you have to think about getting paid...
Jun ’15
Restart required before first logging in with AD mobile user account
I'm binding a test VM to AD and I'm seeing a message dialog appear when I log in with an AD mobile user account:A restart is required before continuing.You must restart and log back in to continue.There's a Restart button on the window. When I click on it, the VM restarts and I can log in without issues on the second try.Is this something other people are seeing with Developer Beta 1, or am I the only one so far?
9
0
1.7k
Jun ’15
Downloading Large File using AFNetworking fails when device with passcode enabled locked
Hello all, I am trying to download a large file from a server using AFNetworking with NSURLSessionConfiguration backgroundSessionConfiguration. The download start and succeed when app is in foreground. The download process still succeed if the app goes to background. If the device is configured without a passcode, the download still succeed even if the device got locked while downloading the large file. The download process gets interrupted and fails when the device is configured with a passcode and locked. The issue happen with both iOS 7 and iOS 8. Any help is appreciated to solve this issue? Here is the error description that I receive when such failure happen: Error Domain=NSPOSIXErrorDomain Code=1 The operation couldn’t be completed. Operation not permitted UserInfo=0x166378d0 {NSErrorFailingURLKey=https://webp.googlecode.com/files/webp-samples.zip, NSErrorFailingURLStringKey=https://webp.googlecode.com/files/webp-samples.zip}
2
0
987
Jun ’15
Reply to Xcode 6.3.2 "forgetting" source control
FInally figured a workaround of sorts. Xcode seems to be picking up on another SVN repository that I have that is completely unrelated to my xcode projects (it's in a completely unrelated directory). It is included in the list of repositories when I look at Preferences->Accounts. Nothing I could do would convince Xcode to ignore the repository (tried deleting the reposity from the account list, but it would just come back next time I restarted Xcode). Tried disabling the repo. No effect. Still rows of ?s on my source code.But then I tried removing the other repository (as in: removing the directory containing it - not via Xcode). I then fired up Xcode. This time it popped up a dialog at the beginning, saying:This workspace includes files from other working copies that are not checked out. Choose Check Out to select additional working copies. Choose Ignore to skip these working copies.If I then say Ignore - voila.. the problem is fixed!When I get a chance I'll experiment to see whether I c
Jun ’15