iOS has a method to expose some of the app data to the end user via iTunes.
In addition, an application can store information in CloudKit that is only accessible to the app itself (and presumably not the app author, nor the end user themselves)
How can I inspect the data of a 3rd party app which uploads into my personal iCloud account?
How can I inspect the data of a 3rd party app which stores data in the app container (the "other" allocation in the storage view) on my local device
Edit -
So I'm wanting to see all data not just when UIFileSharingEnabled
is enabled.
I also want to inspect my personal CKData (CKRecord) that would be added into my account. In theory, and if I had the developer's permission, I would navigate to https://icloud.developer.apple.com/dashboard/ and inspect it there.