some kind of api for checking whether apple is still signing a given ios build for a given device, without a full restore
Find a file
2026-07-10 02:52:19 +03:00
examples feat: initial 2026-07-10 02:47:21 +03:00
src feat: initial 2026-07-10 02:47:21 +03:00
.gitignore feat: initial 2026-07-10 02:47:21 +03:00
.rustfmt.toml feat: initial 2026-07-10 02:47:21 +03:00
Cargo.lock feat: initial 2026-07-10 02:47:21 +03:00
Cargo.toml feat: initial 2026-07-10 02:47:21 +03:00
README.md fix: whoops i forgor 2026-07-10 02:52:19 +03:00

isSignedJuice

some kind of api for checking whether apple is still signing a given ios build for a given device, without a full restore

cargo run --release

GET /check?device=iPhone14,5&build=23F84&board=D17AP (device/build/board come from https://api.ipsw.me/v4/device/<identifier>?type=ipsw; ecid is optional, random if omitted)

{"is_signed":true,"status":0,"message":"SUCCESS"}

TODO

  • maybe some result/ipsw caching??
  • replace ipsw.me with something own ipsw.rs