Appium python client:shake in not implemented?

File “C:\Python27\lib\site-packages\selenium-2.53.2-py2.7.egg\selenium\webdriver\remote\webdriver.py”, line 233, in execute
self.error_handler.check_response(response)
File “build\bdist.win32\egg\appium\webdriver\errorhandler.py”, line 29, in check_response
raise wde
WebDriverException: Message: Not yet implemented. Please help us: http://appium.io/get-involved.html

Ran 1 test in 24.082s
FAILED (errors=1)

why shake is not implemented,if anybody try shake();

shake is deprecated in UIAutomation by Apple :-). we did workaround to send shake command via shell command to Simulator.

more info - https://github.com/appium/appium/issues/5966

for ios just like you say;
but about >android4.3 shake is not implemented?
if anybody try shake() in android?