I have created my first iphone application (very simple app) and I don't have an iphone to test errors on rotation. I don't want to purchase (expensive) apple iphone just for testing rotation.
My app has 3 view controllers. Here is the detail.
First view controller has 1 label, 1 round rectangle button, 1 datepicker. It also shows 1 alert on error. No label text or alert text is too long
Second view controller has 1 table view which shows only 5 records.
Third view controller has 1 textview.
I didn't customize anything. I mean there is no custom icon,custom alerts, custom taleview or custom textview. It doesn't try to access internet. Nothing is complicated and it is running fine on simulator.
Will there be any problem on rotation? I think rotation can cause problems only if there is something customized. Default label text, default table view settings should work fine on rotation.
Is it OK if I submit my app without testing it on an actual iphone device.