Screen orientation work in Android, but not work in IOS, and I don't know why. :( --sad . I need helps

import { ScreenOrientation } from ‘@ionic-native/screen-orientation’;
ionViewDidLoad() {
this.screenOrientation.lock(this.screenOrientation.ORIENTATIONS.LANDSCAPE).then(e =>{
do_some_thing();
});
}

Oh god, I just forget to reinstall screen-orientation.