Hi Sylvan,
I am glad that Santa Claus finally arrived at your home....
Just some thoughts on deployment as an app.
You should think about how to upgrade your app. Suppose you find a bug after your app was accepted and the users have used your app and consequently modified their database stack. How are you going to fix the bug or add new features without wiping the user's data? You better test this before you try to deploy.
My little app loads in portrait and does not change to landscape when the iPhone is turned on it's side.
some of Apple's apps dont adapt either to the orientation. Preferences for example.
Also, pinching the screen doesn't make the app screen smaller and you can't make the app bigger
Pinching an app size is not standard behavior. You only pinch objects like images and you have to program that.
It seems that acceptance in the store is dependent on how well you follow the Interface Guidelines for the iOS. Does it look like an iOS app or like a port from a mouse/click interface. How do you navigate, do you use gestures or is it all buttons. Do you animate transitions. etc.
A touch device has a different interface than a mouse driven device. These things seem to be important from what I read. I did not even attempt to get an app to the store. Just learning.
What I would do is to give your app to a couple of people that are savy iPhone/iPod users. Ask them specifically how easy it was for them to use your app. Navigation, doing specific things your app is for etc. Those comment will help to find out where your interface is lacking. If the user does not feel at home in your app you probably will have to tweak the interface. But of course it all depends on the specific things your app does. Apparently Apple lets people get away with interfaces that far from the standard interfaces as long as it makes sense within the scope of the app. Think games.
Maybe I will post a new version of the Splash/database approach to an iApp in a new thread. This one is getting very long and is tedious for people to follow.
Good luck with your app
Kind regards
Bernd