for v8.x
Applications are stored on this path
/var/mobile/Containers/Bundle/Application/6F4E1047-536.../Pages.app
the "6F4E1047-536..." is the apps UUID and it varies, according to you device. View iFile folder structure above
For the data it's /var/mobile/Containers/Data/Application/...
here's the trick you need to search - there are no /Pages... folder on the data path, so you just need to find or grep on a document name
for v7.x and below
Much easier to determine, since app path and documents are under same UUID folder.
/var/mobile/Applications/[UUID]/Pages.app
/var/mobile/Applications/[UUID]/Documents/