Orientation bug in KyPass v1.9.3

We are aware of the orientation bug in KyPass v1.9.3 with some version of iOS.
Bug fixes was submitted today to Apple.
Sorry for that.

For developers or just for curious people, it’s due to the fact that iOS6 doesn’t support anymore this function:

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation

Developers that compile against iOS SDK 6.0 and greater must be sure to add this function in their code!

- (BOOL)shouldAutorotate