-
-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Appium 1.5] removeApp doesn't remove app from iOS device #332
Comments
@SrinivasanTarget It is most likely the server-side error. |
@imurchie Please advice. @TikhomirovSergey Appium logs shows 501. Will post the exact exception ASAP. |
The method is not implemented. I've added it to the simulator and added a method to the ios driver. I'm just not sure how to test it because I have no idea when it would be used. |
Its good to have @imurchie , can be utilised when we would like to clear our app cache memory and fresh install after that or install a new app with different bundle id post that. Accept we have resetApp() functionality, just tested and this method didn't reset the application state even after executing resetApp() method. https://gist.github.com/SrinivasanTarget/73c881423b82045373ec Will create a new issue if needed. |
Yes. Can you create one on the iOS driver repo, with as much detail as possible? And then close this. |
closing this one |
Description
removeApp doesn't remove app from iOS device
Environment
Link to Appium logs
https://gist.github.com/SrinivasanTarget/f724dd986701f029bdf4
@romainlouvet @TikhomirovSergey @imurchie
The text was updated successfully, but these errors were encountered: