iphone - applicationDidFinishLaunching not getting called on iPod touch device -


i working on making formerly iphone app universal app. , not getting applicationdidfinishlaunching on ipod touch device.

the call come on ipad. come on iphone simulator. , on ipad simulator. don't have iphone device, can't test there.

has ever run this?

the problem in info.plist, had following:

main nib base file name (ipad)       mainwindow_ipad   main nib base file name (iphone)     mainwindow_iphone 

that looks fine , dandy . . . except before ios 3.2, such key recognized "main nib base file name", not in list. when added that, ending with:

main nib base file name (ipad)       mainwindow_ipad   main nib base file name (iphone)     mainwindow_iphone   main nib base file name              mainwindow_iphone   

everything worked great.

i found clue here.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -