So, I have made a Apple DEV account and Enrolled in the iOS Development Kit, So I forgot the password to my account, the Reset Password Doesn't sent me the email at all (Yes, I've check spam and trash, and yes I've doubled checked that its MY email). I also somehow managed to forget half of my surcuity questions. So this leads to plan B, I am currently using my secondary email address for this and I can't ship, package or even use XCode properly because I am using the Secondary Email. So the question is, Is there another way for me to get an email to reset my password, other than the apple ID Reset Password thing. I mean seriously I'm running out of ideas.
Search results for
Account Locked
31,797 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
This is my solution. I didn't take into account any error catching, but I put the variables in for if it was needed.func checkCalendar() -> EKCalendar { var retCal: EKCalendar? let calendars = eventStore.calendarsForEntityType(EKEntityTypeEvent) as! [EKCalendar] // Grab every calendar the user has var exists: Bool = false for calendar in calendars { // Search all these calendars if calendar.title == Auto Schedule Cal { exists = true retCal = calendar } } var err : NSError? if !exists { let newCalendar = EKCalendar(forEntityType:EKEntityTypeEvent, eventStore:eventStore) newCalendar.title=Auto Schedule Cal newCalendar.source = eventStore.defaultCalendarForNewEvents.source eventStore.saveCalendar(newCalendar, commit:true, error:&err) retCal = newCalendar } return retCal! }This functions searches for a calendar named Auto Schedule Cal. If it doesn't find it, it creates one. It then returns the calender for use.Usage:(Given an EKEventStore titled store)let currentCal = checkCalendar() var calEvent
Topic:
App & System Services
SubTopic:
General
Tags:
After upgrading to El Capitan the Messages app has been unresponsive, you cannot send/receive messages in the application.I have signed out of the account and re-logged in but it does not update.Don't know if its matters but have logged out of my iCloud account and deleted the contents in the following folder and re-signed in. /Users/<YOUR HOME FOLDER>/Library/Application Support/iCloud/Accounts
>Member Center > Your Account > Developer Account SummaryWhen updated in other areas, the address shown there seems chronically determined to be stuck in the past. As long as my address is correct/current at appleid.apple.com I've learned to ignore the DAS as I've found no way to affect it's change.◅▻
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Tags:
Anyone else experiencing more than almost 10 minutes after turning on their devices? It appears to take this long on my iPad 4 (4th generation model) and my iPhone 5. =T It has never taken this long and I had been updating with a developer account the last few months. I've never had it run this slow where I'm afraid sometimes the device won't even turn on.
I was getting the issue, well a similar one at least.My problem was that my the iCloud contacts account just didn't show as an option in the contacts app. I disabled contacts in iCloud settings, then re-enabled, but that didn't work. I tried removing my whole iCloud account and then adding it again and that didn't work.2 restarts later and after removing iCloud and adding back in again, I finally have my contacts back. I had given up on it, but thought I'd check again to see what error I was getting to see if it was the same as yours, but my contact were there, so sorry, I can't give you any more info.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hi, I want to renew my developer account, but when I pay by visa credit card, always an error Your payment authorization failed. Please verify your information and try again, or try a different payment method.And my acount program showed Your Program purchase is pending. Once successfully processed, you will receive an email from Apple Developer Support. If you have not already purchased your Program, you may do so now.
If my developer account expires and I have a beta version of iOS 9 on an iPhone, what happens? If the public beta is released before my account expires, can I switch from developer beta to public beta?
Same on my side, our Sysop told me last week that I generate millions of errors in the Exchange Server Logs.Deleted all Exchange accounts on El Cap mail - then it works, then I inserted the first account, it took hours to take 16k mails from Exchange server, than mail crashes again. During the download each downloaded email from Exchange to Mail generates around 50 errors in log he told me.So Apple seems to have a bug in the active sync - which is a shame! This protocol is always the same since long time.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Today seems to be an issue with the Apple ID system related to Apple ID passwords. It all started when the developer web site told me my password expired... (what?)I encountered a strange you must reset your password, it has expired message on what I **thought** was developer.apple.com. I dutifully tried to use the link and it took me to My Apple ID where I tried to login and it failed. I got up to get a cup of coffee, then came back. Somehow I managed to try a couple more times and fail, then I decided to go to start over, typed inhttp://appleid.apple.com and try again. This time my login (from my keychain) worked! Interestingly enough, once logged in, there was no notification that I had to change my password. Chalking it up to another Apple product SNAFU, I went on.Then I got to thinking What if I was just scammed and someone captured my password?! I looked into my history. Nothing nafarious there, but it is easy enough to remove history items with JavaScript from a web site so...Better safe than sorry, so
Yes, I'm having problems with the battery life on iPhone 6 too.With 60% of battery, locked screen, after about six hours (when I was sleeping) the iPhone was shutdown without battery.Now I already had upgraded my Notes app and I'm afraid to downgrade and stay without my recent notes... I hope that news beta version come hurry.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hi,We have an app that allows users to view and download videos that they have purchased or subscribed to. Today, users must have an account with our website and all commerce happens on that site. Users login to the app using with their account information and can see the same content in the app that they can on the site. I want to allow users to subscribe to or purchase content from the app as well, but they will also need to be able to access these purchases from the site. Is this allowable? I would need to know the identity of the user that made the purchase so it can be tied to their purchase history on the site. All of the content they would be accessing is digital, so there are no physical fulfillment options. We have been told by one of our partners that Apple will not allow this sort of transaction, but in reading of the guidelines I am uncertain.
Same here - cannot access remote Git repository. Plus, when I go into Xcode 7 Preferences -> Accounts, the repository entries that existed for my projects under Xcode 6.3.2 are either corrupted or not present, and, if I so much as select any of them, Xcode 7 crashes.Have not tried a clean install of Xcode 7 as I both of my development machines have 6.3.2 installed.I think we are stuck waiting for a fix. I have submitted a bug report, however.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
In 10.11 (15A178w) in Mail, I'm trying to add an SMTP server in Mail > Preferences > [account] > ...SMTP > Edit SMTP server list. But the +/- buttons at the bottom are greyed out.Does anyone know of a workaround? Even a command-line hack?
I hava an app, which was belong to a developer account. Now I transfered it to a new developer account. i released the installtion package by this new developer account. The problem is the new installtion package can update the old app(released by the old developer account) on the mobile(below 8.1.3). But the new installtion package can not update the old app on the mobile(8.1.3 or above 8.1.3). Why? How to resolve?