i figured out how to get arround the:
iPhoneSettings.screenOrientation = iPhoneScreenOrientation.Landscape;
by replaceing it with this:
UnityEngine.Screen.orientation=ScreenOrientation.Landscape;
But now i get this:
Unable to install APK! pkg: /data/local/tmp/Package.apk
I am saving the package as ‘Roll-a-Ball.apk’