-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[v2.0.11-3] bug reports #353
Comments
Hi, thanks for detailed report! About "Can't add .torrent file to iTorrrent", the way you installed the app is the reason of it. If you just sign app with dev cert, without fixing provision profiles, application's sandbox will be corrupted and iOS will not allow this app to communicate with external urls. Using AltStore, SideStore, Sideloadly or any other sideloading app which uses Apple ID account to sign the app is the only way to fix it. About "Background: Location" probably I should return it for GitHub version of the app, the reason I removed it is because app was rejected by Apple for EU distribution with this feature included, also it required extra permissions for location, which is not really good For the rest I'll try to check the issues. |
About "Can't add .torrent file to iTorrrent", seems like version v2.0.11-3 working fine for me, but I got this issue on the previous one. So in case someone has this issue, they can look into it as temporary solution. |
In .11-3 I’ve added a small change to bypass it, instead of providing direct URL to torrent file in file system, I ask iOS to copy this file into temporary folder of iTorrent app first, and than it gives internal URL, so now it works for you, but other features that requires external access (like external drive storages) still will not work |
All things from list should be fixed in 2.0.13 |
My device
1. Can't add .torrent file to iTorrrent
Mostly happens when add private torrent.
It does not happen when I'm testing but in case it happens.
https://drive.google.com/uc?id="id_file_go_here"&export=download
2. Speed Limits miscalculated
3. Trackers issue
Mostly happens on private torrent (using https protocols)
4. Run in Background: Live Activities
Even though Live Activities is turn on, but the app still stop after a certain amount of time. Tested on private trackers, it will tell whether the torrent file is active or not.
I suggest you return the Run in Background: Location since it can run even when device is sleeping. And user can turn off Precise Location, which might be reduce battery usage and better privacy (not tested).
The text was updated successfully, but these errors were encountered: