Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Method [UIDevice setOrientation:] - is it still denied?

I've heard that using of [UIDevice setOrientation:] can be the reason to app rejection in Appstore. Is there any proofed info about it?

like image 325
Pavel Oganesyan Avatar asked Mar 15 '26 14:03

Pavel Oganesyan


1 Answers

That is correct - your app will get rejected when using this private method. We have done it, we have gotten rejected (and we found workarounds).

like image 64
Till Avatar answered Mar 17 '26 05:03

Till