Driver.navigate().back() is not working in iOS app

Whenever I try to go to previous screen in appium it’s not performing that action and continuing execution from the same screen

There is no hardware Back button on ios. This works only on Android.

How can we handle back in ios?

Same as user on iOS. It depends on your application e.g. it has back button.

Ok thanks, will try that way