Preview
TrollStore

2.0.12

2024-01-27T01:12:49Z

  • - Add an option to launch an app with JIT (Only shown when the app has the `get-task-allow` entitlement) (Contributed by @khanhduytran0)
  • - Add a URL scheme to launch an app with JIT (`apple-magnifier://enable-jit?bundle-id=`), this can allow a sandboxed app to semi-automatically get JIT, it will switch to TrollStore and then back to the app with JIT enabled (Only works when URL scheme is enabled in TrollStore settings!) (Contributed by @khanhduytran0)
  • - Fix a UI bug where icons of newly (un)installed applications would not update until restarting TrollStore if an icon had already been previously cached
Download - com.opa334.trollstorehelper_2.0.12_iphoneos-arm.deb Download - com.opa334.trollstorehelper_2.0.12_iphoneos-arm64.deb Download - PersistenceHelper_Embedded Download - TrollStore.tar

Preview
TrollStore

2.0.10

2024-01-12T17:10:53Z

  • - Fix a 2.0.9 regression where app installations would fail with error 175 if any of the binaries contained inside the app had no entitlements at all
  • - Improve encryption detection code to not produce an error if only some binaries are encrypted, now as long as the main binary is decrypted, only a warning will be shown
Download - com.opa334.trollstorehelper_2.0.10_iphoneos-arm.deb Download - com.opa334.trollstorehelper_2.0.10_iphoneos-arm64.deb Download - PersistenceHelper_Embedded Download - TrollStore.tar

Preview
TrollStore

2.0.8

2023-11-29T17:50:43Z

  • - Fix chinese wifi issues on iOS 16+ (Contributed by @Halo-Michael)
  • - Deprecate TSBundlePreSigned in favour of TSPreAppliedExploitType (1 for signed with old bug, 2 for signed with new bug) TSBundlePreSigned=1 is treated as TSPreAppliedExploitType=1 (Contributed by @luken11)
Download - com.opa334.trollstorehelper_2.0.8_iphoneos-arm.deb Download - com.opa334.trollstorehelper_2.0.8_iphoneos-arm64.deb Download - PersistenceHelper_Embedded Download - TrollStore.tar

Preview
TrollStore

2.0.7

2023-11-28T13:16:41Z

  • - Restore support for apps that have the `com.apple.private.security.no-sandbox` entitlement (got broken in 2.0.6) (e.g. Dopamine, TrollSpeed, etc.)
  • Notes from 2.0.0:
  • Uses ChOma library for MachO parsing (not in the best state right now but it works for applying the bypass :D): https://github.com/opa334/ChOma
  • Big thanks to @alfiecg24 for providing the bypass and helping with automating it using ChOma and @TheRealClarity for some minor contributions to ChOma.
  • For early installing: If you can manage to replace a removable system app with PersistenceHelper_Embedded (using MDC / kfd), then reboot the device and run it afterwards, the replaced app can be used to install TrollStore.
Download - com.opa334.trollstorehelper_2.0.7_iphoneos-arm.deb Download - com.opa334.trollstorehelper_2.0.7_iphoneos-arm64.deb Download - PersistenceHelper_Embedded Download - TrollStore.tar

Preview
TrollStore

2.0.6

2023-11-28T11:51:36Z

  • - Fix all installed apps getting the same data container (Apps installed with TrollStore 2.0.0 - 2.0.5 need to be reinstalled for this to be fixed for them)
  • - Sync latest uicache changes from Procursus (Had one additional bug fix)
  • - Fix some more uicache inaccuracies with data containers that I only noticed now due to the new data container fix now
Download - com.opa334.trollstorehelper_2.0.6_iphoneos-arm.deb Download - com.opa334.trollstorehelper_2.0.6_iphoneos-arm64.deb Download - PersistenceHelper_Embedded Download - TrollStore.tar

Preview
TrollStore

2.0.5

2023-11-28T02:38:51Z

  • - Switch all versions back to ldid since the root cause of it not working on 15.5+ was that the ldid binary hosted on my GitHub wasn't signed with the new CoreTrust bug.... So ldid works on all versions now and that should fix all app crashing issues now (Make sure you update ldid to v2.1.5-procursus7-new in settings)
  • Notes from 2.0.0:
  • Uses ChOma library for MachO parsing (not in the best state right now but it works for applying the bypass :D): https://github.com/opa334/ChOma
  • Big thanks to @alfiecg24 for providing the bypass and helping with automating it using ChOma and @TheRealClarity for some minor contributions to ChOma.
  • For early installing: If you can manage to replace a removable system app with PersistenceHelper_Embedded (using MDC / kfd), then reboot the device and run it afterwards, the replaced app can be used to install TrollStore.
Download - com.opa334.trollstorehelper_2.0.5_iphoneos-arm.deb Download - com.opa334.trollstorehelper_2.0.5_iphoneos-arm64.deb Download - PersistenceHelper_Embedded Download - TrollStore.tar

Preview
TrollStore

2.0.4

2023-11-28T02:07:03Z

  • - Apparently ldid signed binaries do not work on iOS 16+ so we use Security.framework on iOS 16+ again (and yes, this still has the issue with embedded frameworks, that fix is still pending :/ but at least it doesn't affect 14-15 for now)
  • Notes from 2.0.0:
  • Uses ChOma library for MachO parsing (not in the best state right now but it works for applying the bypass :D): https://github.com/opa334/ChOma
  • Big thanks to @alfiecg24 for providing the bypass and helping with automating it using ChOma and @TheRealClarity for some minor contributions to ChOma.
  • For early installing: If you can manage to replace a removable system app with PersistenceHelper_Embedded (using MDC / kfd), then reboot the device and run it afterwards, the replaced app can be used to install TrollStore.
Download - com.opa334.trollstorehelper_2.0.4_iphoneos-arm.deb Download - com.opa334.trollstorehelper_2.0.4_iphoneos-arm64.deb Download - PersistenceHelper_Embedded Download - TrollStore.tar

Preview
TrollStore

2.0.3

2023-11-28T01:44:43Z

  • - Use ldid on all versions again because there was a problem with Security.framework related to signing embedded frameworks that I couldn't find the fix for, when signing with ldid this problem does not occur so it will be used for the time being until I can find a fix or better solution
  • Notes from 2.0.0:
  • Uses ChOma library for MachO parsing (not in the best state right now but it works for applying the bypass :D): https://github.com/opa334/ChOma
  • Big thanks to @alfiecg24 for providing the bypass and helping with automating it using ChOma and @TheRealClarity for some minor contributions to ChOma.
  • For early installing: If you can manage to replace a removable system app with PersistenceHelper_Embedded (using MDC / kfd), then reboot the device and run it afterwards, the replaced app can be used to install TrollStore.
Download - com.opa334.trollstorehelper_2.0.3_iphoneos-arm.deb Download - com.opa334.trollstorehelper_2.0.3_iphoneos-arm64.deb Download - PersistenceHelper_Embedded Download - TrollStore.tar

Preview
TrollStore

2.0.2

2023-11-28T00:07:08Z

  • - Reintroduce ldid as the signing method on iOS 14 because apparently the CodeSigning APIs TrollStore uses now were only introduced in iOS 15 :/, the previous two updates were broken so badly on iOS 14 that you cannot even update to this one using the app or a persistence helper installed into a system app anymore, to update use the method you originally installed TrollStore with, e.g. GTA Car Tracker or TrollHelper package if jailbroken, iOS 14 users who are still on 1.x can update to this one fine, sorry for the inconvienience!
  • Notes from 2.0.0:
  • Uses ChOma library for MachO parsing (not in the best state right now but it works for applying the bypass :D): https://github.com/opa334/ChOma
  • Big thanks to @alfiecg24 for providing the bypass and helping with automating it using ChOma and @TheRealClarity for some minor contributions to ChOma.
  • For early installing: If you can manage to replace a removable system app with PersistenceHelper_Embedded (using MDC / kfd), then reboot the device and run it afterwards, the replaced app can be used to install TrollStore.
Download - com.opa334.trollstorehelper_2.0.2_iphoneos-arm.deb Download - com.opa334.trollstorehelper_2.0.2_iphoneos-arm64.deb Download - PersistenceHelper_Embedded Download - TrollStore.tar

Preview
TrollStore

2.0.1

2023-11-27T21:55:22Z

  • DO NOT INSTALL THIS ON IOS 14!!!!!!!!!!!!!!!!!!!!!!
  • DO NOT INSTALL THIS ON IOS 14!!!!!!!!!!!!!!!!!!!!!!
  • DO NOT INSTALL THIS ON IOS 14!!!!!!!!!!!!!!!!!!!!!!
  • - Fix an issue with signing binaries that have load commands that ChOma doesn't understand (e.g. oobPCI inside Dopamine)
  • - Fix an edge case that could cause trollstorehelper to crash when it can't find the code directory (as with the case above)
  • Notes from 2.0.0:
  • Uses ChOma library for MachO parsing (not in the best state right now but it works for applying the bypass :D): https://github.com/opa334/ChOma
  • Big thanks to @alfiecg24 for providing the bypass and helping with automating it using ChOma and @TheRealClarity for some minor contributions to ChOma.
  • For early installing: If you can manage to replace a removable system app with `PersistenceHelper_Embedded` (using MDC / kfd), then reboot the device and run it afterwards, the replaced app can be used to install TrollStore.
Download - com.opa334.trollstorehelper_2.0.1_iphoneos-arm.deb Download - com.opa334.trollstorehelper_2.0.1_iphoneos-arm64.deb Download - PersistenceHelper_Embedded Download - TrollStore.tar

Preview
TrollStore

2.0

2023-11-27T20:02:34Z

  • DO NOT INSTALL THIS ON IOS 14!!!!!!!!!!!!!!!!!!!!!!
  • DO NOT INSTALL THIS ON IOS 14!!!!!!!!!!!!!!!!!!!!!!
  • DO NOT INSTALL THIS ON IOS 14!!!!!!!!!!!!!!!!!!!!!!
  • - Add support for iOS 15.5 - 16.6.1, 17.0 thanks to CVE-2023-41991 (Note that not all devices / versions have an install method, kfd devices will get one shortly by misaka, checkm8 devices can use the TrollHelper package, the arm64e OTA method has been updated to support a few more versions of iOS 15, which exactly we do not know yet, but 15.5 is definitely supported by it now)
  • - Fix some minor bug where TrollStore wouldn't delete an apps data container when uninstalling it
  • - Remove dependency on ldid
  • - Add donation links
  • Uses ChOma library for MachO parsing (not in the best state right now but it works for applying the bypass :D): https://github.com/opa334/ChOma
  • Big thanks to @alfiecg24 for providing the bypass and helping with automating it using ChOma and @TheRealClarity for some minor contributions to ChOma.
  • For early installing: If you can manage to replace a removable system app with `PersistenceHelper_Embedded` (using MDC / kfd), then reboot the device and run it afterwards, the replaced app can be used to install TrollStore.
Download - com.opa334.trollstorehelper_2.0.0_iphoneos-arm.deb Download - com.opa334.trollstorehelper_2.0.0_iphoneos-arm64.deb Download - PersistenceHelper_Embedded Download - TrollStore.tar

Preview
TrollStore

1.5.0

2023-01-29T08:57:46Z

  • - Add „Advanced“ settings tab, contains the ability to switch between „installd“ and „Custom“ (un)installation methods
  • - Separate ldid updates from TrollStore updates, newest ldid version fixes a bug that TrollStore previously had to ship a hacky workaround for, this workaround was removed now
  • - ldid will now be automatically installed/updated on TrollStore app launch when it’s either not installed already or the installed version is too outdated for the TrollStore version to support it
  • - Fix an issue where uninstalling some applications could fail
  • - Automatically make the „Reload Icon Cache“ button fix a stock iOS issue where a bloated icon cache could cause app installs and updates to cause severe system wide lag spikes (previously reloading icon cache did not fix this bloat issue, now it does)
  • - Fix a bug where the group containers of app plugins could be incorrectly registered
  • - Switch to TrollStore’s own CoreTrust certificate in favour of the previous „Worth doing badly“ certificate
Download - com.opa334.trollstorehelper_1.5.0_iphoneos-arm.deb Download - TrollStore.tar

Preview
TrollStore

1.4.5

2022-12-01T22:25:44Z

  • - Fix issues when installing apps that have a "com.apple" identifier prefix
  • - Fix an issue in the uicache implementation that would cause group containers to not get removed when uninstalling an app from Home Screen (Home Screen uninstallations have therefore been reenabled but only on iOS 15, because iOS 14 still has the restriction issue)
  • - Fix an issue where the Fugu15 app could show as a destination for the persistence helper
  • - The option to refresh registrations in TrollHelper will now also show in the case where TrollStore itself has been uninstalled, but there are still TrollStore installed apps on the system
  • - Add an option to copy a debug log in case of installation failures
Download - com.opa334.trollstorehelper_1.4.5_iphoneos-arm.deb Download - TrollStore.tar

Preview
TrollStore

1.4

2022-11-19T22:40:00Z

  • - Adapt FuguInstall method for installing apps as it may be a little bit better (This only applies to NEWLY installed apps, but it shouldn't matter too much, if you for some reason want an app to be installed through this new method, you need to uninstall it and then reinstall the IPA)
  • - Add a switch to enable / disable the TrollStore URL scheme (closes #344)
  • - Add an option to configure when installation confirmation alerts should be shown
  • - Fix an issue where apps in some cases could still replace system URL schemes, which would break system functionality
  • - TrollStore installed apps can now be uninstalled from home screen
  • - When uninstalling TrollStore, there now is an option to preserve the apps installed through it
  • - Various code improvements and other smaller fixes
Download - com.opa334.trollstorehelper_1.4_iphoneos-arm.deb Download - TrollStore.tar

Preview
TrollStore

1.3.4

2022-10-31T22:52:26Z

  • - Fix Fugu15 not working when installed through TrollStore
  • - Make app details a little more accurate
  • NOTE: The previously existant `TSRootBinaries` Info.plist is now depecrated and no longer needed, you might still want to include it to support older TrollStore versions
  • NOTE: 1.3.3 had a bug where the update process was broken, if you updated to it and are in a broken state, use TrollHelper(OTA) to update to 1.3.4, sorry for the inconveniences.
Download - com.opa334.trollstorehelper_1.3.4_iphoneos-arm.deb Download - TrollStore.tar

Preview
TrollStore

1.3

2022-10-29T22:58:30Z

  • - Show alert with a lot of info about an app before installing it (Also available for already installed apps under "Show Details" when pressing them)
  • - Add plus button to top right of app list, allows installing an app from either the files app or from a URL
  • - Replace a system URL scheme that can be used by websites to directly open IPAs in TrollStore (Check README for more info)
  • - Add a search bar at the top of the app list
  • - Work around an issue where apps could become restricted for some reason (#292), if this happens to you, press "Reload Icon Cache" in TrollStore settings and it should fix itself
  • - Add an option to temporarily register a TrollStore installed app as "User" (It will not launch in this state, but it's useful for adjusting it's settings, using iTunes file sharing or using Apps Manager on it)
  • - Massive internal code refactors
  • - Add a launch screen to fix a broken animation when opening the TrollStore app
  • - Fix a bug where the persistence helper wouldn't show the uninstall button when injected into a system app
  • NOTE: If you were not on 1.2.2 before installing this update, you will need to install the TrollStore tar twice (one time when you are already on 1.3) in order to get the URL scheme to work.
Download - com.opa334.trollstorehelper_1.3_iphoneos-arm.deb Download - TrollStore.tar


Credit - https://github.com/opa334/TrollStore (The developer - @opa334dev)

Altos Adventure iOS 14

Altos Adventure
v- 1.6.5

BeautyCam

BeautyCam
v- 11.3.0

iCleaner For iPhone/iPads

iCleaner
v- 1.0.2

KiriKiroid2

KiriKiroid2
v-