Work Preparation:
1. Prepare a Mac
2. Have a 299 Enterprise certificate,
Then follow these steps:
1. Change the Xxxx.ipa to Xxx.zip, unzip the payload folder
2. Replace the payload in the embedded.mobileprovision for their own mobileprovision
3. Open the terminal on your Mac and execute:
Codesign-f-S "Your certificate string"--resource-rules payload/xxxx.app/resourcerules.plist payload/xxxx.app/
This line of command is likely to go wrong,
Object file format unrecognized, invalid, or unsuitable
In this case, you need to upgrade developer tools in Xcode, or you need to do it first:
Export codesign_allocate=/applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/usr/ Bin/codesign_allocate
So far it's almost done, and then the payload is packaged into IPA.
Finally, install it using the online installation method.
If you want to install it inside the app, look for the article: iOS build Web site.
So simple.
Turn http://nsobject.me/?p=160
How does sync push install any IPA for an jailbroken iOS device?