push_file for ios

My goal is to use appium python client to push a file to iphone as a part of my automated test. I can do it in android, with .push_file(path, data) function.However, I don’t know how to do it in IOS. Could you please help? In android, it’s easy to identify the path, but what is the path in ios?

The server is 1.3.4 Mac.

Thanks in advance.

Try this tool. I hope that will help.
Source.