-
Notifications
You must be signed in to change notification settings - Fork 388
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
Signed ipa with vpn permission of Plugins could not work? #283
Comments
I have the same problem. Have you solved it |
Not yet |
I have successfully made the VPN work. It required modifying zsign; the plugin needed a separate mobileprovision for signing in order to function |
Wow ~~ that's cool !!! Thanks! |
The modified source code can only apply to your own app. Simply put, an app including a VPN has a main app and a sub-app. You can unzip your IPA and find a "xxxx.appex" under the PlugIns folder. You can extract it, create a new identity in the developer backend, use the new identity to sign the "xxxx.appex" folder, and then put it back to the main app. When signing the main app, you need to exclude the "xxxx.appex" folder. This may indeed require modifications to zsign. |
Excuse me, How did you solve sign the plugin? |
I don't have spare time to create a PR for now, but I have a patch to support it from my own project. I hope it can help you guys to expand the features of this powerful tool. Cheers... |
it work for me!! |
After run with below command
After sign it , the app could open, and ui is ok. But vpn is not work. Why ? does anything I forget?
Thanks
The text was updated successfully, but these errors were encountered: