This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
Add support for non-jailbroken users #44
Closed
Description
To add support for non-jailbroken users, we need the following tasks to be completed:
- Implement an approach to install locally provisioned applications, without utilising
itms-services
. - (Re)-implement automatic background signing via Background App Refresh.
- Allow resigning ReProvision itself when in a sandboxed state (not necessary for jailbroken users).
- Require users to supply the corresponding
.ipa
of an application that should be re-signed (again, not necessary for jailbroken users).
For the first task, it would be worth looking into how Xcode installs locally provisioned applications to the device via OTA. Heck, could even see if we can communicate directly to lockdownd
via libimobiledevice from the sandbox, but not expecting this would work.
Activity