Search results for

“Account Locked”

32,721 results found

Post

Replies

Boosts

Views

Activity

Reply to Apple's canOpenURL 'solution'
That's now how the whitelist will work, if you have say 20 GPS apps listed in your whitelist but the user only has 1 installed then your canOpenURL call would only return True for the 1 that they have installed.Apple wants to lock this down completely, they say this is to stop things like being able to log how many and what apps users have installed but the real recipients of this crackdown are services that use the canOpenURL for targeting ads based on what apps a user has installed.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Take over the development of an enterprise app with push notifications enabled
Hello all,A client has requested that I take on the development of their app, which is distributed internally. The app was peviously developed by an agency, with whom I have no connection. So, I'm just trying to understand the scope of the issue and my options - here are my current thoughts....I don't have access to the certificates/profiles that have been used to build the app, therefore I would need to change the bundle ID and create a new App ID. The app has push notifications enabled so changing the bundle ID would have consequences (ie. as soon as I change the bundle ID, and by extension the App ID, any new builds will be incompatible with pre-existing installations of the app). Therefore, the process would involve creating a new App ID and provisioning profile, creating new SSL certificates for the APNS integration, installing all of the new certificates and rebuilding the application. As I noted above, as soon as we start using the new SSL certificates, any pre-existing installations will stop respondi
0
0
298
Jun ’15
Reply to Can't log into iCloud: Verification Failed - Your username or password is incorrect.
Well, after I called SetupAssistantSpringboard a second time it allowed me to login into keychain. Nice. So there is only Messages and the App Store Login missing in my login journey. I realized that Messages in't even listed in Internet Accounts under iCloud. iCloud now is listed in Messages itsself, but deactivated. I can't activate because it wants me to log in (which won't work).
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Can't log into iCloud: Verification Failed - Your username or password is incorrect.
Brilliant! I'm glad that running the SetupAssistantSpringboard has proved to be at least a partial workaround. Thinking about the underlying problem though, I was wondering if maybe the login keys for your account had become corrupted.In the KeyChain Access app, you could try KeyChain First Aid from the main menu. You could also checkout the Keys items in the Login keychain...
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Can't log into iCloud: Verification Failed - Your username or password is incorrect.
Thanks for marking my answer accepted.The keychain keys encrypt and decrypt your account login - that's why I think they may be the cause.Failing that though, you could obviously try to force the fresh creation of the App Store and Messages accounts by deleting the related account files/plists in the manner with which you are evidently familiar. I'll have a look later to see which would seem the likely contenders.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Your Apple ID isn't enabled for iTunes Connect
I am also facing the same problem. Not quite sure if you found a solution yet.My scenario is quite different from your though.1. Originally, I was invited to join a team member of an Enterprise account. Then, I am able to login itunesconnect account and manage application for that Enterprise.2. Recently, I sign up another Apple Developer account for myself using this email address.3. However, If I login itunesconnect with the same email address, I will get to the page of the original Enterprise account4. Therefore, I asked the Agent of the original Enteprise Team to remove me from his team.5. Now, I cannot login itunesconnect anymore as it always reject with Your Apple ID isn't enabled for iTunes Connect.Note: I expected that I should be able to login itunesconnect and get the information of my Apple Developer Account.Any Ideas?
Jun ’15
NSCondition waitUntilDate blocking main queue
I have a code working fine in iOS7 & 8 that wait with a timeout to load some data stored in a filedispatch_async(dispatch_get_main_queue(), ^{...}then[self.abCondition lock]; NSDate *timeoutDate = [NSDate dateWithTimeIntervalSinceNow:timeout]; NSDate *startDate = [NSDate date]; BOOL signaled=NO; while (!self.isUpAndRunning && (signaled = [self.abCondition waitUntilDate:timeoutDate])) { NSLog(@waiting to sync); } With iOS9, the block in dispatch_async is not called.After the timeout, then I can see that the block is called.How can I change this code ?
0
0
333
Jun ’15
AD User Cannot Log In
I upgraded an OS X 10.10.4 beta to OS X 10.11 El Capitan Beta. The upgrade didn't seem to work. I then simply installed El Capitan Beta from scratch. I created the first account with admin privs. I logged in with that account and used dsconfigad to bind the El Capitan system to AD. After rebooting, the AD user was able to authenticate, I was asked if I wanted to create the mobile account to which I responded yes, and it appeared to then start the process of creating my account and logging me in. At this point, I get the spinning gear in the center of the screen and this never completes. I have to power off the system.After rebooting, I logged back in with the local account I first created and looked in /Users. The mobile account was created. The .account file inside there was created. The .account file seemed to have all of the correct information.I have tried to log into the system with the AD account numerous times. Every time
5
0
2.6k
Jun ’15
Reply to mixing value semantics and reference semantics with protocol oriented design
It sounds like you might be writing for OS X, which I'm less familiar with (bindings in particular). But generally speaking, this is a good situation in which to consider using NSNotifications. Just rig some key points in the back end to generate nonspecific the world of Tasks has changed notifications. The view controller can completely redisplay whenever those notifications go by.There are multiple advantages to doing it this way. You don't have to track and account for every possible change; you just write one master method that shows the current state accurately. Notifications can be coalesced, so batches of back-end changes can happen and still only cause one redraw. The model and UI remain decoupled; there's no harm in generating the notifications even if no UI is listening. And it automatically generalizes to multiple views into the data, which may become particularly important in iOS 9.I agree with Quincey, though -- at the very least, Solution should be a reference type.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Mail still running the CPU
I stopped using it for a while when its performance with GMail accounts went bananas. It kept thinking there were millions of messages to download.When I installed 10.11, I figured I would try it again. For the most part, it is improved. It for sure looks like that problem was fixed.That said, I still hear the fan on my laptop a lot and look to see Mail chewing on the CPU for no good reason.I have mails going back to 2004. I wish this app was smart enough to not download everything. Maybe that's not the reason it's performance is abysmal. Before ditching it again, I thought I would ask for some opinions. I could move all the mail to a box and archive it, but then I would have to go delete it from Google which seems insane. This does not seem like a problem that should have a company of Apple's size tied up in knots over the span of many releases.Maybe they let the Adobe guy who did Flash takeover mail when he joined and burning up millions of dollars of energy doing nothing is just habitual for him.
1
0
240
Jun ’15
Reply to Mail still running the CPU
I have 5 Gmail accounts synced with Mail, the oldest going almost as far back as yours. I don't know what changes have been made under the hood but, superficially, mail is contained in the V2 folder in my 10.10.4 partition, and V3 on 10.11 DP2. One machine I upgraded, rather than do a fresh install on, had both -clearly V2 migrated to V3 - and I noticed some odd Mail behaviour for a couple of days before deleting that install for other reasons.I've found DP2 to be clearly superior over 10.10.3 in this regard - much snappier navigating and I'm in the habit of checking activity when I notice the fans crank up a notch - but the cuplrit has never yet been Mail.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Apple's canOpenURL 'solution'
That's now how the whitelist will work, if you have say 20 GPS apps listed in your whitelist but the user only has 1 installed then your canOpenURL call would only return True for the 1 that they have installed.Apple wants to lock this down completely, they say this is to stop things like being able to log how many and what apps users have installed but the real recipients of this crackdown are services that use the canOpenURL for targeting ads based on what apps a user has installed.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Take over the development of an enterprise app with push notifications enabled
Hello all,A client has requested that I take on the development of their app, which is distributed internally. The app was peviously developed by an agency, with whom I have no connection. So, I'm just trying to understand the scope of the issue and my options - here are my current thoughts....I don't have access to the certificates/profiles that have been used to build the app, therefore I would need to change the bundle ID and create a new App ID. The app has push notifications enabled so changing the bundle ID would have consequences (ie. as soon as I change the bundle ID, and by extension the App ID, any new builds will be incompatible with pre-existing installations of the app). Therefore, the process would involve creating a new App ID and provisioning profile, creating new SSL certificates for the APNS integration, installing all of the new certificates and rebuilding the application. As I noted above, as soon as we start using the new SSL certificates, any pre-existing installations will stop respondi
Replies
0
Boosts
0
Views
298
Activity
Jun ’15
Reply to Can't log into iCloud: Verification Failed - Your username or password is incorrect.
Well, after I called SetupAssistantSpringboard a second time it allowed me to login into keychain. Nice. So there is only Messages and the App Store Login missing in my login journey. I realized that Messages in't even listed in Internet Accounts under iCloud. iCloud now is listed in Messages itsself, but deactivated. I can't activate because it wants me to log in (which won't work).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Can't log into iCloud: Verification Failed - Your username or password is incorrect.
Brilliant! I'm glad that running the SetupAssistantSpringboard has proved to be at least a partial workaround. Thinking about the underlying problem though, I was wondering if maybe the login keys for your account had become corrupted.In the KeyChain Access app, you could try KeyChain First Aid from the main menu. You could also checkout the Keys items in the Login keychain...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Can't log into iCloud: Verification Failed - Your username or password is incorrect.
Thanks for marking my answer accepted.The keychain keys encrypt and decrypt your account login - that's why I think they may be the cause.Failing that though, you could obviously try to force the fresh creation of the App Store and Messages accounts by deleting the related account files/plists in the manner with which you are evidently familiar. I'll have a look later to see which would seem the likely contenders.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Your account already has a valid iOS distribution certification in the member centre,but it is not installed locally,if your signing identity is installed an another mac.
Your account already has a valid iOS distribution certification in the member centre,but it is not installed locally,if your signing identity is installed an another mac.
Replies
5
Boosts
0
Views
9.9k
Activity
Jun ’15
Reply to Your Apple ID isn't enabled for iTunes Connect
I am also facing the same problem. Not quite sure if you found a solution yet.My scenario is quite different from your though.1. Originally, I was invited to join a team member of an Enterprise account. Then, I am able to login itunesconnect account and manage application for that Enterprise.2. Recently, I sign up another Apple Developer account for myself using this email address.3. However, If I login itunesconnect with the same email address, I will get to the page of the original Enterprise account4. Therefore, I asked the Agent of the original Enteprise Team to remove me from his team.5. Now, I cannot login itunesconnect anymore as it always reject with Your Apple ID isn't enabled for iTunes Connect.Note: I expected that I should be able to login itunesconnect and get the information of my Apple Developer Account.Any Ideas?
Replies
Boosts
Views
Activity
Jun ’15
Reply to Your account already has a valid iOS distribution certification in the member centre,but it is not installed locally,if your signing identity is installed an another mac.
I got a following problem :When I try to submit new build version to app store for testing I got this message from Xcode : Your account already has a valid iOS distribution certificate, but it's not installed locally.
Replies
Boosts
Views
Activity
Jun ’15
NSCondition waitUntilDate blocking main queue
I have a code working fine in iOS7 & 8 that wait with a timeout to load some data stored in a filedispatch_async(dispatch_get_main_queue(), ^{...}then[self.abCondition lock]; NSDate *timeoutDate = [NSDate dateWithTimeIntervalSinceNow:timeout]; NSDate *startDate = [NSDate date]; BOOL signaled=NO; while (!self.isUpAndRunning && (signaled = [self.abCondition waitUntilDate:timeoutDate])) { NSLog(@waiting to sync); } With iOS9, the block in dispatch_async is not called.After the timeout, then I can see that the block is called.How can I change this code ?
Replies
0
Boosts
0
Views
333
Activity
Jun ’15
AD User Cannot Log In
I upgraded an OS X 10.10.4 beta to OS X 10.11 El Capitan Beta. The upgrade didn't seem to work. I then simply installed El Capitan Beta from scratch. I created the first account with admin privs. I logged in with that account and used dsconfigad to bind the El Capitan system to AD. After rebooting, the AD user was able to authenticate, I was asked if I wanted to create the mobile account to which I responded yes, and it appeared to then start the process of creating my account and logging me in. At this point, I get the spinning gear in the center of the screen and this never completes. I have to power off the system.After rebooting, I logged back in with the local account I first created and looked in /Users. The mobile account was created. The .account file inside there was created. The .account file seemed to have all of the correct information.I have tried to log into the system with the AD account numerous times. Every time
Replies
5
Boosts
0
Views
2.6k
Activity
Jun ’15
Reply to Autolayout, best place to activate landscape/portrait orientation constraints when app is launched in landscape...
I know size classes account for orientation, but that doesn't seem to be the case for the iPad. Unless I'm mistaking, isn't iPad always regular x regular?
Replies
Boosts
Views
Activity
Jun ’15
Reply to mixing value semantics and reference semantics with protocol oriented design
It sounds like you might be writing for OS X, which I'm less familiar with (bindings in particular). But generally speaking, this is a good situation in which to consider using NSNotifications. Just rig some key points in the back end to generate nonspecific the world of Tasks has changed notifications. The view controller can completely redisplay whenever those notifications go by.There are multiple advantages to doing it this way. You don't have to track and account for every possible change; you just write one master method that shows the current state accurately. Notifications can be coalesced, so batches of back-end changes can happen and still only cause one redraw. The model and UI remain decoupled; there's no harm in generating the notifications even if no UI is listening. And it automatically generalizes to multiple views into the data, which may become particularly important in iOS 9.I agree with Quincey, though -- at the very least, Solution should be a reference type.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15
Mail still running the CPU
I stopped using it for a while when its performance with GMail accounts went bananas. It kept thinking there were millions of messages to download.When I installed 10.11, I figured I would try it again. For the most part, it is improved. It for sure looks like that problem was fixed.That said, I still hear the fan on my laptop a lot and look to see Mail chewing on the CPU for no good reason.I have mails going back to 2004. I wish this app was smart enough to not download everything. Maybe that's not the reason it's performance is abysmal. Before ditching it again, I thought I would ask for some opinions. I could move all the mail to a box and archive it, but then I would have to go delete it from Google which seems insane. This does not seem like a problem that should have a company of Apple's size tied up in knots over the span of many releases.Maybe they let the Adobe guy who did Flash takeover mail when he joined and burning up millions of dollars of energy doing nothing is just habitual for him.
Replies
1
Boosts
0
Views
240
Activity
Jun ’15
Reply to Mail still running the CPU
I have 5 Gmail accounts synced with Mail, the oldest going almost as far back as yours. I don't know what changes have been made under the hood but, superficially, mail is contained in the V2 folder in my 10.10.4 partition, and V3 on 10.11 DP2. One machine I upgraded, rather than do a fresh install on, had both -clearly V2 migrated to V3 - and I noticed some odd Mail behaviour for a couple of days before deleting that install for other reasons.I've found DP2 to be clearly superior over 10.10.3 in this regard - much snappier navigating and I'm in the habit of checking activity when I notice the fans crank up a notch - but the cuplrit has never yet been Mail.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Organization name
Unless you register as an Individual/Company LLC, the answer is the dev name in the store will be the one on the account as signed up.
Replies
Boosts
Views
Activity
Jun ’15