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

Monday, May 5, 2014

iCloud ID and iTunes Connect ID?

Hi all,

 

I am trying to login to iTunes Connect and it tells me my login info is incorrect. I reset the password and have email confirmation that all is well, but then when I try to login again, it tells me that, no, something is wrong.

 

I am using the same password for my iCould details as I can't seem to have different logins for the two (iCloud and iTunes Connect).

 

Can anyone help me?

 

I have an app developed and ready to submit to Apple... only I can't login!

 

 

Thanks,

 

Duncan


View the original article here

Xcode 4.6 and Mavericks

I have two version of Xcode installed right now - Xcode 5.0 for iOS7 development and Xcode 4.6.3 to be able to submit one of the existing apps using iOS6 SDK. Will 4.6.3 still work after upgrading to Mavericks or I need to postpone OS upgrade until I'm no longer need old Xcode?


View the original article here

Enrollment in Review - How Long does it take

I am currently waiting on my Developers account becoming active, I have now been waiting 24 hours does anyone know how long this takes for the UK?


View the original article here

xcode binary code without strings

Hi

new to xcode I see with bvi the code with strings. Can I hide those alike g++ on Linux does?

 

Also 2nd how/where to change the output location in xcode?

 

Many thanks


View the original article here

What is the best template to use in xcode 5 to make a game?

I've seen videos where people mainly use "Single View Application" and I've also heard of "Spritekit". I aslo know there are others. Which one would be the best to use to develop games and why? Why would you use one over another for a game out of any of the templates?


View the original article here

Plz support me >>>

Can I design a program and linking the program special server and PIN will be a fingerprint ?


View the original article here

iTunes connect third party quesiton.

When submitting there's a new question, alongside with the one for the encryption:

 

"Does your app contain, display or access third-party content?"

 

I guess showing ads means I should check "Yes", but I checked "No".

Should showing ads be checked as "Yes" and how to correct the answer?

 

I rejected the binary in order to get trough the process again, but now it shows only the question about the encryption.


View the original article here

AppleScript, Growl, and permissions.

Hi,

 

I'm using an AppleScript in conjunction with Growl to create a new text file in Dropbox when a tagged notification is displayed, but a permission error is stopping the process. I've got read/write access to the folder, com.Growl.GrowlHelperApp (in Application Scripts) but the error's persisting. Can I alter something to fix this? The error reads:

 

The document “Untitled” could not be exported as “[text file].txt”. You don’t have permission. To view or change permissions, select the item in the Finder and choose File > Get Info.

 

I'll be using Hazel to move and eventually trash this file once it's triggered another workflow, so it's not ideal to fix each text file as it's created. I'm new to AppleScript, thanks for any help offered.


View the original article here

How to archive mails on an external volume?

Hello!

 

I’m seeking for a way to store/archive mails on an external volume.

 

How do I prompt MAIL with the path leading to my desired storage location?

 

MAIL should display my Archive-Mailboxes as soon as the external volume is mounted/connected. In the left column of the MAIL-UI, it would more or less look like this:

 

2011-01_MAIL-ARCHIVE

2011-02_MAIL-ARCHIVE

2011-03_MAIL-ARCHIVE

2011-04_MAIL-ARCHIVE

 

This would systematically free up storage space on my hard disk each time I archive a new period.

 

Any hints would be much appreciated !


G
( using MAIL 5.3 (1283) on OS 10.7.5 )
( Important: I look for a sleek solution with my current configuration. No trick with further hardware or time-machine workarounds. Thanks! )


View the original article here

DUNS Number

Hey.

I am trying to enroll in the iOS developer as a business. I am not sure what I have done wrong, but I cant get after they ask me for the DUNS number. After finding the number, I encounter an error that says:

 

The D-U-N-S® Number you entered belongs to a branch/division.

Please use your headquarters information to enroll. Only legal entities are allowed to enroll in an Apple Developer Program as a company/organization.

 

Could someone help me? Thanks.


View the original article here

Tuesday, April 29, 2014

Re: What is the best remote database for connet IOS App and how to do that ..

Ideally, you need a REST server to connect to your remote database. There are many frameworks like Jackson and Jersey that are reasonable alternatives but it does require too much effort. One of my friends work at a startup that just came up with a way to get RESTful API to any of the SQL databases. You may want to try it out and see if it works for you at EspressoLogic.


View the original article here

how to pay developer id with out credit card ?

my company has not policy pay by credit card.

 

how to pay developer id with out credit card ?

Please tell me if you have a choice.

 

Thankyou.


View the original article here

What is the best remote database for connet IOS App and how to do that ..

Hello ...

 

I'm new to Mac as well as ios developments.. Kindly anyone tell me, Is it possible to connect IOS app to remote database. If yes .. may I know what kind of databases available for this. And what kind of steps we have to follow when we code IOS app for connect remote database.

 

Your response would be highly appreceated.

 

Thank you.

Iranga


View the original article here

Re: Accessibility feature asking for re-authorization though it was enabled for my app on Mavericks

Thanks.

Yes some files in the resources were being used to save some user data.

After changing there location the issue was resolved.


View the original article here

Apple Developer under 18


Hello Everyone
So I came accros IOS Development quit while ago but I am Under 18 so I asked my mom to register me as an apple developer since I wasn't in the allowed age but she wrote my name on it  .Which means that the account is registered under my name .So I made a game and I want to sign up for iad but it sees that I need to be at least 18 so what do I do ? I can't just pay another 99$


Please help
Thanks
-Alex


View the original article here

can we get apple id using code in application?

can we get apple id using code in application?


View the original article here

Re: Unsupported Configuration

Are you following the tutorial exactly? Please provide a link to the tutorial.

 

The problem I see is that your table view is configured for dynamic prototypes. Normally the storyboard would have a single prototype cell representing a To Do Item. The table view controller would programmatically set the cell's label text for each To Do Item in cellForRowAtIndexPath: "Finish Geography," "Study for Exams," "Sum Up Weather."

 

Xcode throws the multiple prototype cells have the same identifier error because your storyboard has three To Do Item prototype cells, when it should have only one.

 

If you want to add each To Do Item to the storyboard, set the table view to use static cells instead of dynamic prototypes. This would not be the right solution for a real app because the To Do Items can change, so should be persisted in the model, not in the storyboard.


View the original article here

how to pay developer id with out credit card ?

my company has not policy pay by credit card.

 

how to pay developer id with out credit card ?

Please tell me if you have a choice.

 

Thankyou.


View the original article here