Saturday, March 1, 2014
How To Change Your Apple ID/Password
Go to https://appleid.apple.com/ and select "Manage your Apple ID". Log in with your Apple ID and password, then select Password and Security from the left column. Your Apple ID password is used for most everything Apple-related, including your Developer Account, iTunes, the App Store, and this site. An iBook account requires an additional/different login. If you want to change logins for Team Members you can do so via iTunes Connect*.
Passwords are case-sensitive. At least one character must be upper case.
At some point Apple may force you to change your Apple ID password anyway, but do not do so in response to any unsolicited email by clicking on a link provided within it. Such "phishing" attempts are common. Change it only after attempting to log in here, and your login attempt is blocked due to an expired password or other Apple-imposed requirement.
Additional information at: Account Management - iOS Developer Program - Support - Apple & the Apple ID FAQ.
And remember, devs should rotate/change their pwds on a routine basis, so take this opportunity to practice safe security.
*For iTunes Connect: Log in to iTunes Connect/Manage Users/...and then use 'Edit Profile' for each user and click on 'Change Password'. You will need to know the current password to make changes here.
I am walking through Apples tutorial getting started with iOS development. I am at the storyboard area and can't seem to drag the cancel button to the green exit. I am not sure why the exit button doesn't except it. Is anyone else having this issue?
Cannot download WWDC 2008 videos or older
I'm trying to download some videos from the older WWDC sessions which Apple published on iTunes. Unfortunately when I click download it just buffers and fails to download or just crashes iTunes. Anyone know what could be going on?
Is it necessary to change bundle identifier and name of an application to distribute it under Volume purchase program?
Hi,
I want to distribute our education IOS application under Volume purchase program. Application is already available in AppStore. Can we use the same bundle identifier and application name?
Re: problems with UIImage imageWithCIImage and CIImage imageWithCGImage
I am quite sorry - made a silly copy/paste mistake:
I am already using [UIImage imageWithCIImage] - which is where the problem is.
As posted in the question, the problem is with going from cgimage -> ciimage -> uiimage
It works fine if I make an extra conversion from ciimage back to cgimage.
The first part of the example code {that doesn't work well} is actually as folllows and not as shown above {copy/paste mistake}
CIImage *outputImage = [CIImage imageWithCGImage:cgImage]
...do some processing with CIImage...
UIImage *finalImage = [UIImage imageWithCIImage:outputImage scale:1.0 orientation:imageOrientation];
Re: Apple ID does not have permission to access iTunes Connect.
Do you have a paid account because free accounts don't have access to iTunes Connect?










