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

Showing posts with label directly. Show all posts
Showing posts with label directly. Show all posts

Thursday, February 28, 2013

Re: code doesn't behave the way it should when i create an ipa . However , if i flash the build directly from xcode it works fine ?

Hi,

 

Are you loading the data in didFinishLaunching ??

If yes then that is the problem.

 

ios defines a specific time for app launch, if your app takes more than the allowed time, ios will crash the app.

 

Possible solution might be move the webservice call from there to some other suitable place, this will ensure that you app will launch regardless of any network issue, which can be handled later.


View the original article here