-
Notifications
You must be signed in to change notification settings - Fork 466
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
Downloading fails when proxying and downloading an app #9
Comments
Did you look at this #8 ? |
It should work fine in 0.9 |
I'm still unable to get it to inject killswitch when killing itunesstored, even when using 0.9... iPhone 4S, OS is 8.3 Device logs once I kill the process are:
|
I'm lost here... I've checked the filter, even by extracting the deb file, and inside: data\Library\MobileSubstrate\DynamicLibraries I see the plist which has the 2 filters:
And yet, killing itunesstored doesn't inject KillSwitch2 into it... :( |
I have met the same problem. All requests are tracked, but only init.itunes.apple.com is failed. Any suggestions? iPhone 6 ios 8.3 |
Try adding com.apple.itunesstored to the bundle filter ? You will then have to rebuild the tweak ( |
@nabla-c0d3 Great!!! I have solved this problem by adding com.apple.itunesstored to the bundle filter. |
nabla, Thanks a lot, I thought the 2 filters should have been enough! :) |
After 2 hours of tinkering with it, it's working perfect! :) |
I've tried fiddler and charles proxy to sniff the download process of an app from the appstore on iOS (8.1.3). Used KillSwitch 0.8 for that. Everything works perfectly fine (Awesome job!) except downloading an app.
Clicking on "GET" and "INSTALL", the request is rejected, and the button goes back to "GET".
Any ideas?
The text was updated successfully, but these errors were encountered: