Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
9 tasks done
palaniraja opened this issue Mar 15, 2022 · 1 comment
Open
9 tasks done

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

palaniraja opened this issue Mar 15, 2022 · 1 comment

Comments

@palaniraja
Copy link

palaniraja commented Mar 15, 2022

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. system_profiler SPSoftwareDataType

    System Version: macOS 11.4 (20F71)
    Kernel Version: Darwin 20.5.0
    Boot Volume: Macintosh HD
    Boot Mode: Normal
    Computer Name: XXXXXXXX
    User Name:XXXXXXX
    Secure Virtual Memory: Enabled
    System Integrity Protection: Enabled
    Time since boot: 1 day 14:34
    
  • 2. ios-deploy -V

1.11.3 and 1.11.4
installed via homebrew

  • 3. xcodebuild -version

Xcode 13.2.1
Build version 13C100

  • 4. xcode-select --print-path

/Applications/Xcode.app/Contents/Developer

  • 5. gcc --version

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

  • 6. lldb --version

11.1.0 and 13.0.1

lldb version 13.0.1

  • If using NodeJS/npm

N/A

  • 7. npm -v

8.1.0

  • 8. node -v

v17.0.1

@zaphodikus
Copy link

zaphodikus commented Jan 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants