-
Notifications
You must be signed in to change notification settings - Fork 791
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
Enabling tweak injection breaks application permissions #2
Comments
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as outdated.
This comment was marked as outdated.
we blocked these urlschemes to avoid jailbreak detection, we will restore them once we can inject into system processes. |
When you enable tweaks for an app in the appstore, it will be registered as a removable system app just like it is in the trollstore, so you may not see them in preferences. You can disable tweaks for it at any time to restore it. We tested the notifications of the app store app on iOS15/16. As long as the app has registered the notification service and can receive message notifications normally before enabling tweak for it, it should also be able to receive message notifications normally after enabling tweak. . |
well, it does not get notifications after rebooting the device or rebuilding the apps, and we'll try to fix that. |
the current workaround is to disable tweaks for the app, launch the app once, and then enable tweaks for the app. iOS will still retain the notification for it until you reboot/respring the device. |
Bit of a side effect, but tweaks that list user applications (namely for enabling tweak functionality) will cease to function unless given a 'global injection' (inject into all apps) feature. You can't enable tweak injection into an app (that is now system) and use a tweak that specifically targets a user application. There is no point in time where both can occur, being tweak injection, and the tweak recognizing the user app and enabling its functionality. Most tweaks are globally injected, not requiring you to choose specific applications in its preferences. |
This comment was marked as resolved.
This comment was marked as resolved.
Keep CreditsView.swift consistent with latest credits.h
So have you found out the solution to that issue yet? The push notifications of App Store apps after enabling the tweak. |
There is currently no permanent fix. |
Understood! |
This issue is kind of tricky. For one, the issue with notifications has been fixed. On the other hand, rebuilding applications in the Bootstrap application will essentially reset permissions for applications, prompting you to allow them when next requested by the application, though it seems to be only all TrollStore apps. Will close. Mitigation to this issue is as simple as setting up the applications again, or simply not rebuilding the applications, as issues that would be fixed by this button are usually fixable by other means. |
After respring, the mobile app cannot receive push notifications, and the app cannot be found in the settings
disable tweak and re-able tweek enabler , app can receive push notifications
The text was updated successfully, but these errors were encountered: