04-07-2023, 11:00 PM

Test oriented preview version
The final dynamic library. dylib file for the specified architecture will be generated. You can choose to package the dynamic library into the specified IPA installation package or inject it into the specified app.
The final callback code will be automatically executed when the dynamic library is loaded. It should be noted that the regular app that needs to be utilized has already applied for network permissions with the user before initiating the callback.
If it is your own app, it is necessary to consider matters related to user application for network, photo album, phone, recording, and other permissions during development.
And when performing file upload and download operations, if one exceeds their own permissions, the current process may be forcibly killed by the system (not yet resolved)
The app started by Root has ended the process in the foreground, but the backend can still run the bean thread started by the app during loading normally.