ios-control / ios-deploy

Install and debug iPhone apps from the command line, without using Xcode
GNU General Public License v3.0
3.41k stars 468 forks source link

Could not download apps content (app downloaded from appstore) #548

Open palaniraja opened 2 years ago

palaniraja commented 2 years ago

I can see the bundle id is listed if I try ios-deploy -W -B flag (-B)

Also return true when I try ios-deploy --bundle_id com.myapp.bundle.id -e.

For both --list or --download fails with Unable to find bundle with id: com.myapp.bundle.id

I do have the appstore certificate for the app both distribution and development installed on my machine.

Expected behavior

I would expect to explore/download the content of the app

Actual behavior.

Throws in correct error saying could not find bundle.

Steps to reproduce the problem

  1. Download any app from app store
  2. Find the bundle id with -B
  3. Try to download content (most app should have something in library/preferences or documents directory or atleast empty content

System Specs

Please run the commands below in your Terminal.app and include it in the issue. Check when done and include results below.

1.11.3 and 1.11.4 installed via homebrew

Xcode 13.2.1 Build version 13C100

/Applications/Xcode.app/Contents/Developer

Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 Apple clang version 13.0.0 (clang-1300.0.29.30) Target: x86_64-apple-darwin20.5.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

11.1.0 and 13.0.1

lldb version 13.0.1

N/A

8.1.0

v17.0.1

zaphodikus commented 1 year ago

I'm unable to list any of my app folders, also noticed that i have to put the args in a specific order, not sure why they are order sensitive % ios-deploy --id --mkdir /Documents --bundle_id % ios-deploy --id --list=/Documents --bundle_id both commands create a folder and read that it exists.

But i'm unable to access my apps folders