IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Saturday, March 1, 2014

Re: You can develop an app for iPhone and connect to a remote sql server db?

have any example?
or tutorial to help me?
please


View the original article here

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.


View the original article here

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?


View the original article here

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?


View the original article here

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];


View the original article here

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?


View the original article here