iOS App not getting reset with appiumDriver function resetApp()

I need to reset my iOS App when running test cases(not required to reset between the test cases but on app start)…for that I’m calling appiumDriver resetApp() function in my startup() function called first as preceded by @BeforeClass annotation, but this is not working as expected while same thing works on Android environment. I’m sure I have set right capabilities with proper reset flags used while session starts.

I too facing same issue.

How can we log this as a bug for appium 1.4.13, Any pointers?