Appium ios - Found APP path in device

Hi, Im new in appium IOS.

If i want to test the calculator that in my IPHONE (or any other APP) How do i found the APP location (path) in the IPHONE ?

I need it for this like :slight_smile:

caps.setCapability(MobileCapabilityType.APP , ??? );

Thanks !!!